Joshua Beall wrote: > >I am looking at logs/smtp, and I'm not sure how to decode what I'm seeing. >Here's an example: > >Feb 16 16:35:53 2005 (12550) ><[EMAIL PROTECTED]> smtp >for 1 recips, completed in 1.707 seconds > >Presumable that deals with a message sent to or from the >[EMAIL PROTECTED] list, but how do I map that to an actual message in >the archives? Is there a way to tell who the recipient was (if it indicates >a message that was sent out, rather than received).
All entries in the smtp logs are outgoing messages. By default, all outgoing messages are in the 'smtp' log and in addition log entries relating to delivery of list posts are in the 'post' log. In all cases, the <...> stuff is the message-id. In the case of an outgoing post, you can match this to the archives. In this case the form of the message-id is that of a Mailman generated message, so this is not a post. It is some kind of administrative message. And no, you can't tell the recipient. You have to look at MTA logs. You do have some control over what these log entries look like. See the information in Defaults.py for the SMTP_LOG_* items. Note however that all these log entries have only to do with delivery from Mailman to the outgoing MTA. For anything beyond that, you have to look at the MTA's logs and maybe Mailman's 'bounce' log. -- 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://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
