Robert Khachikyan wrote: > >How can I prepend the body of each email with say: > >****************************************************************************** >DOJO Email Report 23 Feb 10:49:06 PST 2010 Message Number 18316 >****************************************************************************** > >So here we have the list name (well list name is dojo, but i want to say >dojo email report), the date, and the sequence number. > >This will go on top of the email's body. Any ideas?
You would need to implement both a custom list attribute for the sequence number, and a custom handler to maintain the sequence number and to add the header to the message body. See the FAQ at <http://wiki.list.org/x/l4A9> for information on implementing a custom handler. -- 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 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
