MailScanner and spamassasin
Maarten
mailinglists at feedmebits.nl
Wed Apr 24 21:17:29 UTC 2019
When I look it up in the docs it seems it should be this?
header FAKE_PAYMENT_REQUEST Subject =~ /\bmailinglists\b/i
On 4/24/19 10:42 PM, Mark Sapiro wrote:
> On 4/24/19 1:30 PM, Mark Sapiro wrote:
>> I think the issue is a spamassassin quirk. You have
>>
>> header FAKE_PAYMENT_REQUEST Subject =~ /mailinglists/i
>>
>> The 'i' flag toggles ignore_case which starts out true so your match is
>> case sensitive.
>
> I think the above is incorrect. I just looked for this in the docs and
> it doesn't seem to work that way. I'm probably conflating this with
> Postfix regex tables which do work this way.
>
More information about the MailScanner
mailing list