odd empty bounce message generated upon posting to a mailing list
![](https://secure.gravatar.com/avatar/77671eb673e2cf84f867c42b139c3590.jpg?s=120&d=mm&r=g)
Hello,
I have been looking around in the docs and have not seen anything that matches my issue.
I have a couple of mailing lists and every time anyone- member or non-member posts, everything works fine but the list owner gets
1)An uncaught bounce notification containing an empty attachment called ForwardedMessage.eml. Thunderbird is the MUA so I'm guessing it is responsible for determining how to interpret the attachment, but even if I save it as a text file it is a 2 byte long file with no visible characters in it...I didn't take a hex editor to it. I understand why listowner gets these, I'm just not sure how it can work with a 2 byte file and no headers ;)
- An email where no subject and no sender appear in the MUA. The headers are as follows:
Delivered-To: me@mydomain.com Return-Path: < mailman-bounces@mail.mydomain.com> Received: from [192.168.10.22] (softdnserr [127.0.0.1]) by mail.mydomain.com with esmtp; Thu, 31 May 2007 09:57:36 -0500id 00A9A0CA.465EE260.00010B2E Sender: mailman-bounces@mail.mydomain.com Errors-To: mailman-bounces@mail.mydomain.com Message-ID: <courier.465EE260.00010B2E@mydomain> Date: Thu, 31 May 2007 09:57:36 -0500 To: undisclosed-recipients: ;
The interesting things I noticed are:
The Received: header line is wrong. The mail server has a DNS server running on it as well as the MTA. its IP is 192.168.11.22 NOT 10.22 There is no 192.168.10.22 on my network. This happens only for mailman emails. I don't recall having to set any IPs when I set up mailman. What is wrong here?
The end of the Message-ID: line contains only mydomain, not say, mydomain.com like non-mailman emails.
There is no Sender showing up in the MUA but the Sender: header is present. It looks like Thunderbird maybe uses the From: header instead of the Sender header despite naming the column where this would appear "Sender".
I'd appreciate any thoughts or insight into this. I am confused.
![](https://secure.gravatar.com/avatar/746f7519ba02fb0d815e59f305c53fa2.jpg?s=120&d=mm&r=g)
Jon Pauli wrote:
This is the message/rfc822 part attached to the bounce notification. T'bird will call it ForwardedMessage.eml if it can't find a Subject: in it which in this case, it can't because the message has no headers and no body.
I think this represents a null message sent to the listnam-bounces address, being detected as 'unrecognized' (not surprising) and forwarded to the owner.
This appears to be the result of a null message delivered to the listname-owner address with a few headers added by Mailman and the outgoing MTA.
Your outgoing MTA thinks its 'localhost' is 192.168.10.22. Check the MTA configuration for any occurrence of 192.168.10.22.
I think your MTA made up this message-id, so again, look to your MTA.
This is really a T'bird question, but yes, what T'bird labels as 'sender' in the folder contents pane comes from the From: header.
It seems what is happening is for every incoming message to listname@example.com, a null (empty) message is also delivered to listname-bounces@example.com and listname-owner@example.com.
When you say "every time anyone- member or non-member posts", do non-member posts get held, rejected or discarded? If so, I think that says these extra null messages are created at incoming message time, probably from some mis-configuration of aliases or routers/transports in the incoming MTA.
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
![](https://secure.gravatar.com/avatar/746f7519ba02fb0d815e59f305c53fa2.jpg?s=120&d=mm&r=g)
Jon Pauli wrote:
This is the message/rfc822 part attached to the bounce notification. T'bird will call it ForwardedMessage.eml if it can't find a Subject: in it which in this case, it can't because the message has no headers and no body.
I think this represents a null message sent to the listnam-bounces address, being detected as 'unrecognized' (not surprising) and forwarded to the owner.
This appears to be the result of a null message delivered to the listname-owner address with a few headers added by Mailman and the outgoing MTA.
Your outgoing MTA thinks its 'localhost' is 192.168.10.22. Check the MTA configuration for any occurrence of 192.168.10.22.
I think your MTA made up this message-id, so again, look to your MTA.
This is really a T'bird question, but yes, what T'bird labels as 'sender' in the folder contents pane comes from the From: header.
It seems what is happening is for every incoming message to listname@example.com, a null (empty) message is also delivered to listname-bounces@example.com and listname-owner@example.com.
When you say "every time anyone- member or non-member posts", do non-member posts get held, rejected or discarded? If so, I think that says these extra null messages are created at incoming message time, probably from some mis-configuration of aliases or routers/transports in the incoming MTA.
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Jon Pauli
-
Mark Sapiro