Re: Using Amavis to reject/quarantine email with MIME-encoded Subject Fields
Benny Pedersen <[email protected]>
| Newsgroups | gmane.mail.virus.amavis.user |
|---|---|
| Organization | junc.eu |
| Message-ID | <[email protected]> |
On 2021-08-31 18:58, Benedict White wrote: > header MyRuleNumberOne Subject =~ /RgNC10LTQ/i > > score MyRuleNumberOne 5.0 > > The rules looks for something containing " RgNC10LTQ" and the i after > the / means case insensitive. You can remove that if this is the > precise spelling you are looking for. https://spamassassin.apache.org/full/3.1.x/doc/Mail_SpamAssassin_Plugin_WhiteListSubject.html it supports blacklist :=) it must be mime decoded content in the blacklist_subject ....