SA Bugzilla – Bug 5478
spamc -x does not work as expected
Last modified: 2007-07-07 11:25:40 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.
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
upping priority
verified, and test case added to trunk as t/spamc_x_e.t (r549800).
this is now fixed by http://issues.apache.org/SpamAssassin/attachment.cgi?id=4013&action=view in bug 5412.
fix applied to trunk as part of bug 5412
fix applied to 3.2.2 as part of same bug, too