I am having an issue where messages sent to multiple recipients are being
lost by SpamAssassin.  The mail server logs indicate the message is being
sent to spamc once for each recipient, though the message is never returned
to the mailserver for delivery.  The SpamAssassin server logs show log
entries for only a single recipient.  None of the recipients ever receive
the message.  Messages with a single recipient are properly scanned and
returned to spamc.

I am running SpamAssassin 3.2.1 on Gentoo Linux, with Postifx as the MTA. 
Log excerpts are included below.

Mail server (multiple recipients)
=================================
Jun 27 02:01:28 [postfix/smtpd] connect from
adsl-76-202-211-204.dsl.emhril.sbcglobal.net[76.202.211.204]
Jun 27 02:01:28 [postfix/smtpd] 6E494120034:
client=adsl-76-202-211-204.dsl.emhril.sbcglobal.net[76.202.211.204],
sasl_method=PLAIN, sasl_username=rob-at-nasbys-dot-com
Jun 27 02:01:28 [postfix/cleanup] 6E494120034:
message-id=<[EMAIL PROTECTED]>
Jun 27 02:01:28 [postfix/qmgr] 6E494120034: from=<rob-at-nasbys-dot-com>,
size=587, nrcpt=2 (queue active)
Jun 27 02:01:28 [postfix/smtpd] disconnect from
adsl-76-202-211-204.dsl.emhril.sbcglobal.net[76.202.211.204]
Jun 27 02:01:29 [postfix/pipe] 6E494120034: to=<rob-at-nasbys-dot-com>,
relay=spamassassin, delay=0.66, delays=0.36/0.01/0/0.29, dsn=2.0.0,
status=sent (delivered via spamassassin service)
Jun 27 02:01:29 [postfix/pipe] 6E494120034: to=<robnasby-at-shnaz-dot-com>,
relay=spamassassin, delay=0.66, delays=0.36/0.01/0/0.29, dsn=2.0.0,
status=sent (delivered via spamassassin service)
Jun 27 02:01:29 [postfix/qmgr] 6E494120034: removed

SpamAssassin server (multiple recipients)
===========================================
Jun 27 02:01:28 [spamd] spamd: connection from 10.31.11.52 [10.31.11.52] at
port 38096_
Jun 27 02:01:28 [spamd] spamd: processing message
<[EMAIL PROTECTED]> for rob-at-nasbys-dot-com:333_
Jun 27 02:01:29 [spamd] spamd: clean message (-9.1/5.0) for
rob-at-nasbys-dot-com:333 in 0.3 seconds, 599 bytes._
Jun 27 02:01:29 [spamd] spamd: result: . -9 -
AWL,RDNS_DYNAMIC,USER_IN_WHITELIST
scantime=0.3,size=599,user=rob-at-nasbys-dot-com,uid=333,required_score=5.0,rhost=10.31.11.52,raddr=10.31.11.52,rport=38096,mid=<[EMAIL
 PROTECTED]>,autolearn=no_
Jun 27 02:01:29 [spamd] prefork: child states: II_


Mail server (single recipient)
=================================
Jun 27 02:03:32 [postfix/smtpd] connect from
adsl-76-202-211-204.dsl.emhril.sbcglobal.net[76.202.211.204]
Jun 27 02:03:32 [postfix/smtpd] F4021120034:
client=adsl-76-202-211-204.dsl.emhril.sbcglobal.net[76.202.211.204],
sasl_method=PLAIN, sasl_username=rob-at-nasbys-dot-com
Jun 27 02:03:33 [postfix/cleanup] F4021120034:
message-id=<[EMAIL PROTECTED]>
Jun 27 02:03:33 [postfix/qmgr] F4021120034: from=<rob-at-nasbys-dot-com>,
size=568, nrcpt=1 (queue active)
Jun 27 02:03:33 [postfix/smtpd] disconnect from
adsl-76-202-211-204.dsl.emhril.sbcglobal.net[76.202.211.204]
Jun 27 02:03:33 [postfix/pickup] 78E45120038: uid=333
from=<rob-at-nasbys-dot-com>
Jun 27 02:03:33 [postfix/pipe] F4021120034: to=<rob-at-nasbys-dot-com>,
relay=spamassassin, delay=0.59, delays=0.41/0.01/0/0.17, dsn=2.0.0,
status=sent (delivered via spamassassin service)
Jun 27 02:03:33 [postfix/qmgr] F4021120034: removed
Jun 27 02:03:33 [postfix/cleanup] 78E45120038:
message-id=<[EMAIL PROTECTED]>
Jun 27 02:03:33 [postfix/qmgr] 78E45120038: from=<rob-at-nasbys-dot-com>,
size=900, nrcpt=1 (queue active)
Jun 27 02:03:33 [postfix/virtual] 78E45120038: to=<rob-at-nasbys-dot-com>,
relay=virtual, delay=0.06, delays=0.04/0.01/0/0.01, dsn=2.0.0, status=sent
(delivered to maildir)
Jun 27 02:03:33 [postfix/qmgr] 78E45120038: removed

SpamAssassin server (multiple recipients)
===========================================
Jun 27 02:03:33 [spamd] spamd: connection from 10.31.11.52 [10.31.11.52] at
port 45682_
Jun 27 02:03:33 [spamd] spamd: processing message
<[EMAIL PROTECTED]> for rob-at-nasbys-dot-com:333_
Jun 27 02:03:33 [spamd] spamd: clean message (-9.1/5.0) for
rob-at-nasbys-dot-com:333 in 0.1 seconds, 580 bytes._
Jun 27 02:03:33 [spamd] spamd: result: . -9 -
AWL,RDNS_DYNAMIC,USER_IN_WHITELIST
scantime=0.1,size=580,user=rob-at-nasbys-dot-com,uid=333,required_score=5.0,rhost=10.31.11.52,raddr=10.31.11.52,rport=45682,mid=<[EMAIL
 PROTECTED]>,autolearn=no_
Jun 27 02:03:33 [spamd] prefork: child states: II_

For a single recipient, the message is processed a second time by Postifx
and delivered to the maildir.  This does not occur in the multiple recipient
message.  Multiple recipient messages work correctly if I disable spam
filtering from Postfix.
-- 
View this message in context: 
http://www.nabble.com/multiple-recipient-messages-lost-tp18149382p18149382.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Reply via email to