Hello. I have a list admin who is attempting to legitimately post to a
Mailman list (version 2.1.9) but Mailman is discarding the message:
Dec 18 12:42:42 2006 (168) Message discarded, msgid:
<[EMAIL PROTECTED]>
Here is the exim log showing the message arriving (domain changed of course):
2006-12-18 12:42:41 1GwPJo-000MhT-Jp <= [EMAIL PROTECTED]
H=mail.example.com (example.com) [127.0.0.1] P=esmtp S=54593
[EMAIL PROTECTED] T="Subject Line Here"
The administrator gets a discard notice but there is no mention of
specifically why the message was discarded. Is there any option anyone is
aware of to make logging of discards more verbose?
Looking in the code, the discard error appears to get logged here:
Mailman/Queue/IncomingRunner.py (line 163)
except Errors.DiscardMessage:
# Throw the message away; we need do nothing else with it.
syslog('vette', 'Message discarded, msgid: %s',
msg.get('message-id', 'n/a'))
return 0
Is there any attribute that I can use with the msg.get method (or any other
method for that matter) to add in a note as to why the message was actually
discarded?
Any help appreciated.
Cheers,
Ron
--
islandnet.com
http://www.islandnet.com
[EMAIL PROTECTED]
ph: (250) 383-0096 fax: (250) 383-6698
------------------------------------------------------
Mailman-Users mailing list
[email protected]
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&file=faq01.027.htp