spamass-milter bug
Vince Fleming
vincef at penmax.com
Wed Nov 24 04:24:27 PST 2004
Hi guys;
There seems to be some conflicting info on the 'net about who's maintining spamass-milter - both of these email addresses are listed...
Anyway - I found a small bug.
The -r command-line option doesn't work with SpamAssassin v3.
Here's why:
reject_score is an 'int', and should be a 'float', as the scores are not integers: ie: 5.2 or -1.1
Also, in function assassinate(), getting the score from assassin->spam_status via sscanf() should look for "score=%f", not "hits=%d".
Cheers,
Vince Fleming
vincef at penmax.com
PS: spamass-milter is way cool! I was thinking I should write this, but found it on the 'net. Gotta love the internet! Thanks!
More information about the freebsd-ports
mailing list