SA Bugzilla – Bug 1481
spamc -c no longer reports the correct spam value
Last modified: 2003-02-14 01:38:44 UTC
[/home/awm/cvs/spamassassin]# spamc -c < sample-spam.txt 0/0 [/home/awm/cvs/spamassassin]# echo $? 0 However, spamc using procmail still tags the mail correctly as spam, so its just the "check-only" that has stopped working. I can verify that a change in the last 48 hours is responsible as this used to work off of the tree. spamd is running.
That bug was probably introduced either with the fix for bug 1477 or the enhancement in bug 1393. Assigning to Justin as he committed the changes (I think).
Created attachment 650 [details] buf fix
ok, thanks Eugene -- applied patch. Also made a test for it...