Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pygossip-0.7-2.el6.src.rpm | 2015-08-31 | 28.9 kB | |
pygossip-0.7-2.el6.noarch.rpm | 2015-08-31 | 38.1 kB | |
readme.txt | 2015-08-31 | 1.1 kB | |
pygossip-0.7.tar.gz | 2015-08-31 | 22.8 kB | |
Totals: 4 Items | 91.0 kB | 0 |
Python GOSSiP library and server. As SPF is implemented, spammers will also adopt SPF. With forging under control, the next step is to track the reputation of domains. GOSSiP tracks the ratio of spam to ham for the last 1000 messages from each domain, and computes a reputation score from that that ranges from -100 to +100. It also computes a confidence score that increases from 0 to 100 with the number and freshness of the observations. It can also check with peers, and combine scores. Observations are provided by a spam filter or user feedback. Pygossip is supported by pymilter. See http://gossip-project.sourceforge.net/ http://pymilter.sourceforge.net/ * Sat Aug 29 2015 Stuart Gathman <stuart@bmsi.com> 0.7-2 - remove check for pygossip.sh in initscript - flush output in sendall - noreplace pygossip.cfg * Sat Aug 29 2015 Stuart Gathman <stuart@bmsi.com> 0.7-1 - Support IPv6 sockets for client and server - log exceptions with stack trace - use daemonize for initscript * Mon Mar 05 2012 Stuart Gathman <stuart@bmsi.com> 0.6-1 - Don't update peer reputation when neither we nor peer are confident of result.