>From: Lorenzo Milesi <max...@ufficyo.com>
>Sent: Monday, May 25, 2015 11:16 AM
>To: users@spamassassin.apache.org
>Subject: Re: Block mailing lists

>> I have built an extensive list of safe senders in the whitelist_from_* that 
>> will
>> use the SHORTCIRCUIT (DKIM, SPF, RCVD) enabled above.

>I didn't know about this feature, I will dig more into it and see how it 
>works. Thank you very much for your suggestion!

>But if I got it right this implies the BAYES filter has been extensively 
>trained. Is this just to speed up scanning?
>thanks again

Train your Bayes properly like normal.  That is a separate issue from the 
SHORTCIRCUIT'ing recommendation.  It's not safe to whitelist/blacklist based on 
just email addresses since they could be spoofed or forwarded.  The safe way to 
whitelist/blacklist is to use other facts like SPF, DKIM, RCVD (Received 
header) which goes back to my point about the reputation of the sending mail 
server.  Once you have reliable whitelist/blacklist entries, then you can 
enable the SHORTCIRCUIT'ing of those rules to speed up SA's scanning based on 
the "priority".  Look at your rules for "priority" and "shortcircuit" to learn 
how they work together.  What I am suggesting is just further tuning/extending 
of those rules to cover more safe senders.

Reply via email to