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: Kees Monshouwer
Subject: Re: -r option and SA 3.0.0
Date: Sat, 11 Sep 2004 14:12:55 +0200


Redhat RPMS of 0.2.0 with SA3.0 support (and some bug fixes) are available at:

http://www.monshouwer.com/~kees/spamass-milter/

Kees

----- Original Message ----- From: "Dan Nelson" <address@hidden>
To: "Risto Kotalampi" <address@hidden>
Cc: <address@hidden>
Sent: Tuesday, August 31, 2004 12:56 AM
Subject: Re: -r option and SA 3.0.0


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


_______________________________________________
Spamass-milt-list mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/spamass-milt-list







reply via email to

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