Todd Giles wrote:

>I've been debugging this for some time now, multiple google searches, etc...
>all to no avail.  I have a mailman list setup and working fine, with the
>exception of moderator and admin emails not being sent (at least not
>received).  I've narrowed down to one fairly simple test case, that is to
>leave an unmoderated email in the list, and then to run the following
>command on my server:
>% /usr/local/bin/python -S checkdbs
>
>After running this command, my expectation is to get an email sent out
>notifying me of the unmoderated email in the list.  I never get this email,
>but I do get the following entries in various logs directly after running
>that above command:
>
>/var/log/maillog:
>
>Apr  2 18:22:02 gileszone.com sendmail[12438]: n330M2rP012438:
>from=<[email protected]>, size=990,
>class=-60, nrcpts=1, msgid=<[email protected]>,
>proto=ESMTP, relay=gileszone.com [69.36.169.41]
>Apr  2 18:22:02 gileszone.com sendmail[12438]: n330M2rP012438:
>to="|/home/gileszone/mailman/mail/mailman post sandia", ctladdr=<
>[email protected]> (2058/0), delay=00:00:00, xdelay=00:00:00,
>mailer=prog, pri=139180, dsn=2.0.0, stat=Sent


It appears that the problem is that your alias for sandia-owner is

sandia-owner:  "|/home/gileszone/mailman/mail/mailman post sandia"

instead of

sandia-owner:  "|/home/gileszone/mailman/mail/mailman owner sandia"


Thus mailman sends the notice to sandia-owner and instead of being
received as a message to -owner, it is received as a post and
discarded as being a post from a non-member.

You would probably do well to check all your aliases.


>mailman/logs/smtp:
>
>Apr 02 18:22:02 2009 (9073) <[email protected]>
>smtp to sandia for 1 recips, completed in 0.104 second


message sent to sandia-owner


>mailman/logs/vette:
>
>Apr 02 18:22:03 2009 (9071) Message discarded, msgid: <
>[email protected]>


received as a list post from
[email protected] and discarded
as a non-member post.

-- 
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to