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