![](https://secure.gravatar.com/avatar/8deb2abff57f11016584a62aa78c5a6a.jpg?s=120&d=mm&r=g)
I have a list named "supt" with 252 members that received an email that only went out to 1 recipient. After looking at the mailman smtp logs, I am seeing a number of lists that are only sending to a single recipient but have dozens to hundreds of members. Nothing is showing up in the "post" log for these problem lists. How do I troubleshoot this deeper? I still have many lists that seem to be working properly and actually have entries in the post log.
Postfix maillog
Oct 10 10:36:12 lists postfix/qmgr[11957]: B1E055055B7: from=<prvs=16239220b8=abc.xyz@theirdomain.com>, size=95926, nrcpt=1 (queue active) Oct 10 10:36:12 lists postfix/local[14994]: B1E055055B7: to=< supt@lists.mydomain.com>, relay=local, delay=0.13, delays=0.02/0/0/0.12, dsn=2.0.0, status=sent (delivered to command: /usr/lib/mailman/mail/mailman post supt)
Mailman smtp log
Oct 10 10:36:15 2012 (15296) < mailman.550.1349883373.15294.supt@lists.mydomain.com> smtp to supt for 1 recips, completed in 0.022 seconds
# list_members supt | wc -l 252
![](https://secure.gravatar.com/avatar/56f108518d7ee2544412cc80978e3182.jpg?s=120&d=mm&r=g)
Dave Jones wrote:
I have a list named "supt" with 252 members that received an email that only went out to 1 recipient. [...] Postfix maillog
Oct 10 10:36:12 lists postfix/qmgr[11957]: B1E055055B7: from=<prvs=16239220b8=abc.xyz@theirdomain.com>, size=95926, nrcpt=1 (queue active) Oct 10 10:36:12 lists postfix/local[14994]: B1E055055B7: to=< supt@lists.mydomain.com>, relay=local, delay=0.13, delays=0.02/0/0/0.12, dsn=2.0.0, status=sent (delivered to command: /usr/lib/mailman/mail/mailman post supt)
Mailman smtp log
Oct 10 10:36:15 2012 (15296) < mailman.550.1349883373.15294.supt@lists.mydomain.com> smtp to supt for 1 recips, completed in 0.022 seconds
# list_members supt | wc -l 252
What does
list_members -r -n enabled supt | wc -l
show? If it shows more than 1, is there anything in the list's Non-digest options -> regular_exclude_lists?
It could be the case that in the above logs, the post was held, discarded or rejected and the one smtp message was a notification. What's in Mailman's vette log for this time?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
![](https://secure.gravatar.com/avatar/8deb2abff57f11016584a62aa78c5a6a.jpg?s=120&d=mm&r=g)
On Wed, Oct 17, 2012 at 11:48 AM, Mark Sapiro <mark@msapiro.net> wrote:
Dave Jones wrote:
I have a list named "supt" with 252 members that received an email that only went out to 1 recipient. [...] Postfix maillog
Oct 10 10:36:12 lists postfix/qmgr[11957]: B1E055055B7: from=<prvs=16239220b8=abc.xyz@theirdomain.com>, size=95926, nrcpt=1 (queue active) Oct 10 10:36:12 lists postfix/local[14994]: B1E055055B7: to=< supt@lists.mydomain.com>, relay=local, delay=0.13, delays=0.02/0/0/0.12, dsn=2.0.0, status=sent (delivered to command: /usr/lib/mailman/mail/mailman post supt)
Mailman smtp log
Oct 10 10:36:15 2012 (15296) < mailman.550.1349883373.15294.supt@lists.mydomain.com> smtp to supt for 1 recips, completed in 0.022 seconds
# list_members supt | wc -l 252
What does
list_members -r -n enabled supt | wc -l
show? If it shows more than 1, is there anything in the list's Non-digest options -> regular_exclude_lists?
It could be the case that in the above logs, the post was held, discarded or rejected and the one smtp message was a notification. What's in Mailman's vette log for this time?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
# list_members -r -n enabled supt | wc -l 252
The regular_exclude_lists field is blank.
The vette log has nothing at this time period. It skips from Oct 10 10:26:50 to 10:42.20.
![](https://secure.gravatar.com/avatar/56f108518d7ee2544412cc80978e3182.jpg?s=120&d=mm&r=g)
Dave Jones wrote:
On Wed, Oct 17, 2012 at 11:48 AM, Mark Sapiro <mark@msapiro.net> wrote:
Dave Jones wrote:
Mailman smtp log
Oct 10 10:36:15 2012 (15296) < mailman.550.1349883373.15294.supt@lists.mydomain.com> smtp to supt for 1 recips, completed in 0.022 seconds
What's in Mailman's vette log for this time?
The vette log has nothing at this time period. It skips from Oct 10 10:26:50 to 10:42.20.
What's in the Postfix maillog for the above smtp log message? Find the message at that time with from=<supt-bounces... and show all entries with the same Postfix queue id.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
![](https://secure.gravatar.com/avatar/56f108518d7ee2544412cc80978e3182.jpg?s=120&d=mm&r=g)
This has been resolved. The post was from a non-member and generic_nonmember_action was Reject and the SMTP recipient was the poster being sent the rejection.
Note that generic_nonmember_action = Reject is a bad idea in general because it causes backscatter to innocent 3rd parties with spam with spoofed From: headers.
The fact that these rejects aren't logged is a bug <https://bugs.launchpad.net/mailman/+bug/1068837> and will be fixed.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Dave Jones
-
Mark Sapiro