-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 26-03-15 17:28, Steve Freegard wrote: > On 26/03/15 13:47, Reindl Harald wrote: > >> that below was *one* message with two different recipients >> >> X-Spam-Status: No, score=-10.1, tag-level=5.5, block-level=8.0 >> X-Spam-Status: No, score=-8.1, tag-level=5.5, block-level=8.0 >> > > I hate to piss on your parade, but your example here is totally > flawed; this mail from from Gmail right? > >> X-Local-Envelope-From: <[email protected]> >> X-Local-Envelope-To: <[email protected]> Received: from >> mail-ig0-f171.google.com Message-ID: >> <caacbkvp4dpczlhodtuvugcfq9pat10yozsaum_7k9ositbo...@mail.gmail.com> >> >> >> >> X-Local-Envelope-From: <[email protected]> >> X-Local-Envelope-To: <[email protected]> Received: from >> mail-ie0-f177.google.com Message-ID: >> <caacbkvp4dpczlhodtuvugcfq9pat10yozsaum_7k9ositbo...@mail.gmail.com> > >> >> > Gmail splits multi-recipient mail into separate deliveries, so > whilst you sent a single message to multiple recipients at your > domain from Gmail, what the big Goog does is turn that into two > separate messages that are delivered separately. > > Whilst the messages have identical Message-ID headers - you missed > this bit: > >> Received: from mail-ig0-f171.google.com Received: from >> mail-ie0-f177.google.com > > Your single message was delivered by two different hosts, with a > single recipient in each. >
This is actually very logical because the recipients don't share the same MX hosts or IP addresses. But as Harald shows in his logs that the mail ends up at the same machine, and I'm really interested how it actually works, I did some old-fashioned telnet: - ----8<------------------------- $ telnet mail-gw.thelounge.net. 25 Trying 91.118.73.19... Connected to mail-gw.thelounge.net. Escape character is '^]'. 220-mail-gw.thelounge.net ESMTP Spamfirewall (Enforcing SMTP-Compliance, PTR/HELO/RBL-Checks, SPF-Policies and Sender-Verification) 220 mail-gw.thelounge.net ESMTP Spamfirewall (Enforcing SMTP-Compliance, PTR/HELO/RBL-Checks, SPF-Policies and Sender-Verification) helo valerie.whyscream.net 250 mail-gw.thelounge.net mail from:<[email protected]> 250 2.1.0 Ok rcpt to:<[email protected]> 250 2.1.5 Ok rcpt to:<[email protected]> 250 2.1.5 Ok data 354 End data with <CR><LF>.<CR><LF> Subject: test message for spamassassin user mailing list This is the gtube: <actual gtube string stripped> . 550 5.7.1 Blocked by Spamfilter, please forward this to YOUR tech-support first, time: Mar 26 23:06:06, client: 89.105.204.244, server: mail-gw.thelounge.net, contact: <[email protected]> +4315953999 quit 221 2.0.0 Bye Connection closed by foreign host. - ----8<------------------------- Ok, so the machine accepts both addresses, but rejects at end-of-data. Harald, if one of the used recipient addresses accepts all spam messages (all_spam_to), you should have one copy of the message, right? Could you share the result of my test with us? Kind regards, Tom -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVFIbYAAoJEJPfMZ19VO/1n3IP+waEs4/mbCA0PP9VB4oHmEGL GTvGom+7Qmr1OknbNSHVnKdcN5+zSkNQEcd2poGBH/iU36I1aWlLNUfpstH0XeFI iY1JognVE67LSqHA6Y1Q0bGdDrJSLg8QeYB961n7biBDnWphfUwOevC9F2cP/10k KaLHg+MRlMUF/1MHqZlDJqhF0XM0dPapKReBAmQ4/PiCZnQ/xHG05qY37ruL/xz0 xBjWU2Dfkri6lC3MAH+p1X/2YyLVx9pi+rUzMUXiYJbR6ihKFHarOrd0Z9hEacPr 0Eyaryv89qPRUpV2cuPudpFOb3Twk2mXXH6IFQKSFyKBM33WyC/iCkKVrTYR28Sp J5pg2O8V1PSsnkjHZzj1sEA/GeKOTNGyl6jh1XC2ofctKmGrXtOxrIg2ubImHRzK sIfKizbjRP5/NJum/y0xTYGo+huT1wIxBS0ntSaHtCHS6gwMovHCHR8T84UdVO+S Q/xDu8+2mpt5h4XNqcOQMePoyL2hSW/Yywh78+jFuUmesLrornsk8pz6TdgIb7Lq aDxQ8xnuoUyBASnzTjfGhhuKmiIGCzv0dEMu1NAuL7X/w/P1dRjYx79bIHzWLYR0 wkj3vCeqxmAbOzujNY3zsh9LKUfNDcqY7Bj2hPgM1QSDQRVGegkF1bR4bNo0OpG2 tdE13QR2C1SrW2UYrsD5 =C7pe -----END PGP SIGNATURE-----
