Bug 5478 - spamc -x does not work as expected
Summary: spamc -x does not work as expected
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamc/spamd (show other bugs)
Version: 3.2.0
Hardware: Other other
: P3 major
Target Milestone: 3.2.2
Assignee: SpamAssassin Developer Mailing List
URL: http://bugs.debian.org/cgi-bin/bugrep...
Whiteboard: fixed in bug 5412
Keywords:
Depends on: 5412
Blocks:
  Show dependency tree
 
Reported: 2007-05-22 07:50 UTC by Duncan Findlay
Modified: 2007-07-07 11:25 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan Findlay 2007-05-22 07:50:47 UTC
Package: spamc
Severity: normal

I am using spamc in a local delivery pipe from postfix like so:

  spamc -x -e /usr/lib/dovecot/deliver -d ${recipient}

However, the -x seems to have no effect:

  spamc[4210]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#1 of 3):
    Connection refused
  spamc[4210]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#2 of 3):
    Connection refused
  spamc[4210]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#3 of 3):
    Connection refused
  spamc[4210]: connection attempt to spamd aborted after 3 retries
  postfix/pipe[4209]: 6A3EC40345C: to=<madduck@belligerence.net>, relay=lda,
    delay=3.1, delays=0.07/0.02/0/3, dsn=2.0.0, status=sent
    (delivered via lda service)
  postfix/qmgr[1812]: 6A3EC40345C: removed

That is to say: the message is passed to deliver and postfix does
not get an error. Passing -E as well does not change things.
Comment 1 Sidney Markowitz 2007-06-04 21:54:30 UTC
Moving items off the 3.2.1 queue to 3.2.2 to facilitate a quick release.
If you can get this in Review status right away feel free to move it back
Comment 2 Justin Mason 2007-06-15 05:55:47 UTC
upping priority
Comment 3 Justin Mason 2007-06-22 05:40:00 UTC
verified, and test case added to trunk as t/spamc_x_e.t (r549800).
Comment 4 Justin Mason 2007-06-22 08:06:01 UTC
this is now fixed by
http://issues.apache.org/SpamAssassin/attachment.cgi?id=4013&action=view in bug
5412.
Comment 5 Justin Mason 2007-06-25 09:21:10 UTC
fix applied to trunk as part of bug 5412
Comment 6 Justin Mason 2007-07-07 11:25:40 UTC
fix applied to 3.2.2 as part of same bug, too