spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -r option and SA 3.0.0


From: Dan Nelson
Subject: Re: -r option and SA 3.0.0
Date: Mon, 30 Aug 2004 17:56:58 -0500
User-agent: Mutt/1.5.6i

In the last episode (Aug 30), Risto Kotalampi said:
> 
> I just upgraded to SA3.0rc2 myself and had the same problem. Looks like 
> SA3.0 says "score=", instead of "hits=".
> 
> Change the line in spam spamass-milter.cpp:
> 
> rv = sscanf(spam_status,"%*s hits=%d", &score);
> 
> to say:
> 
> rv = sscanf(spam_status,"%*s score=%d", &score);
> 
> -r option started to work again after I changed this and recompiled.

Yes, I have commited code to support both "hits=" and "score=" to CVS,
and since it's going to affect basically everyone, this change will
finally force me to release 0.3.0 :)

-- 
        Dan Nelson
        address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]