Bug 6108

Summary: Add Pyzor whitelist check/report
Product: Spamassassin Reporter: Dreas van Donselaar <dreas>
Component: PluginsAssignee: SpamAssassin Developer Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement CC: apache, kmcgrail, matthijs, vagisto.lerpinio
Priority: P5    
Version: unspecified   
Target Milestone: 4.0.0   
Hardware: Other   
OS: All   
URL: http://sourceforge.net/mailarchive/forum.php?thread_name=20090428093112.GA1950%40fantomas.sk&forum_name=pyzor-users
Whiteboard:

Description Dreas van Donselaar 2009-05-04 07:37:29 UTC
The Pyzor public database has two values for each digest - one "hit count" and one
"whitelist count". The Pyzor SpamAssassin plugin currently only checks/reports the "hit count" and ignores the "whitelist count". 

It would be good to include the whitelist count in the scoring, and to also report white messages as such to the public server.
Comment 1 Matus UHLAR - fantomas 2009-05-06 01:51:13 UTC
One algorithm for comparing positive/negative listings is described at:

http://www.evanmiller.org/how-not-to-sort-by-average-rating.html

There seem to be many automatic (and incorrect) submissions to pyzor, and there are risks of spammers' whitelisting their spam. Hopefully the algorithm above willhelp a bit against both. 
Comment 2 Henrik Krohns 2019-06-13 05:36:18 UTC
*** Bug 7439 has been marked as a duplicate of this bug. ***
Comment 3 Henrik Krohns 2019-06-13 05:37:28 UTC
pyzor_whitelist_min/pyzor_whitelist_factor settings were added to trunk some time ago in revision 1844023.