Bug 1481 - spamc -c no longer reports the correct spam value
Summary: spamc -c no longer reports the correct spam value
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamc/spamd (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other Linux
: P5 critical
Target Milestone: 2.50
Assignee: Justin Mason
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-13 23:09 UTC by Aram Mirzadeh
Modified: 2003-02-14 01:38 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
buf fix patch None Eugene Miretsky [NoCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Aram Mirzadeh 2003-02-13 23:09:56 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.
Comment 1 Malte S. Stretz 2003-02-14 04:40:56 UTC
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). 
Comment 2 Eugene Miretsky 2003-02-14 07:12:26 UTC
Created attachment 650 [details]
buf fix
Comment 3 Justin Mason 2003-02-14 10:38:44 UTC
ok, thanks Eugene -- applied patch.  Also made a test for it...