http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5478
Summary: spmac -x does not work as expected
Product: Spamassassin
Version: 3.2.0
Platform: Other
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376380
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
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=<[EMAIL PROTECTED]>, 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.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.