
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.