Patrick Bogen wrote:

>The various log entries are:
>Post:
>Feb 09 11:25:52 2006 (20476) post to announce from
>[EMAIL PROTECTED], size=3D1924,
>message-id=3D<[EMAIL PROTECTED]>,
>success
<snip>

Just looking at one ... Successfully posted

>
>Corresponding in smtp:
>Feb 09 11:25:52 2006 (20476)
><[EMAIL PROTECTED]> smtp for 13
>recips, completed in 0.704 seconds

Successfully delivered to the MTA with 13 recips.


>And then a few seconds after each one in vette:
>Feb 09 11:26:05 2006 (20474) Message discarded, msgid:
><[EMAIL PROTECTED]>
>Feb 09 11:26:07 2006 (20474) Message discarded, msgid:
><[EMAIL PROTECTED]>
>Feb 09 11:26:09 2006 (20474) Message discarded, msgid:
><[EMAIL PROTECTED]>


Then for this message (I'm guessing) three bounces returned by the MTA,
misdirected to the list and discarded as post from non-member.


>It'll take me a bit longer to pull the applicable sendmail and
>procmail logs. Nothing looks amiss in procmail, though; it matches on
>[EMAIL PROTECTED] and sends it along to the mailman
>handler as it should.
>
>What I'd really like to see is a snapshot of the actual messages that
>are being send to the smtp server.. I probably know enough python to
>hack that in myself, though. I'll look at that on Tuesday.

As a first try, set Privacy options...->Sender
filters->forward_auto_discards to Yes, but this won't work unless the
announce-owner address is deliverable, because that's where the
forward is initially sent. See do_discard() in
Mailman/Handlers/Moderate.py if you want to hack in a different
address.

You could also set generic_nonmember_action to Hold which should make
the message available in the admindb interface.

Note the above suggestins assume that the discarded messages are auto
discards of bounce notices that are treated as non-member posts which
may not be what's happening.

You can also hack bulk_deliver() in Mailman/Handlers/SMTPDirect.py to
log recips and msgtext.

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

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to