On 5/31/2012 2:49 PM, wilby wrote: > > 1. There must be a way to get the footer to always show in the message, is > there?
See the FAQ at <http://wiki.list.org/x/84A9>. > 2. Maybe there is an easier way to get the "delivered_to" info to appear > somewhere in my messages. If you can get the ISP to enable VERP delivery, the address sent to is in the envelope sender and the Sender: and Errors-To: headers of the message in the form <[email protected]>. > 3. Maybe there is an entirely better way to do what I need, Help! The Received: headers of the message may contain something like Received: from mail.python.org (mail.python.org [82.94.164.166]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by sbh16.songbird.com (Postfix) with ESMTP id 792686900C6 for <[email protected]>; Thu, 31 May 2012 23:43:50 -0700 (PDT) where the "for <[email protected]>" indicates the recipient. This is dependent on the MTAs that the message passes through between Mailman and the recipient. > Looking further, I see that if the email from the MM server I use is "text" > then the "delivered to" dies appear in the footer. If the message is > delivered in what looks like "rich text" then the footers are hidden, > attachments, or missing. Yes. This is discussed in the above referenced FAQ. If the message after content filtering is other than a single plain text part, the footer will be added as a separate MIME part. Many MUAs will display this properly in line, but others will call it an attachment. The footer part will always be somewhere in the raw message and if the MUA hides it completely (smartphone clients in particular may do this), the MUA is broken. -- 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
