On 10/13/2014 04:30 PM, Dan Watts wrote: > Due to many sites now blocking emails that do not come from the defined > list of sending hosts, I've changed the lists I manage to replace the > "From:" header with the list address using "anonymous_list". This works > great for delivery but many people don't bother to sign their emails and > we end up not knowing who is posting. It would be great if I could put > the sender email address in the subject line or as a first line in the > body of each posting. Is there a way to do either one of these things?
Pre Mailman 2.1.16, there is no way to do this via list configuration. It can be done with a custom handler (See <http://wiki.list.org/x/l4A9>), but if you have the access required to install such, you are better off upgrading to Mailman 2.1.18-1 and using it's dmarc_moderation_action or from_is_list settings to change the From: header rather than anonymous_list. These options will preserve the display name in the From: header and put/add the original From: address in the Reply-To: header. In Mailman 2.1.16 and 2.1.17, only the from_is_list setting is available and only if enabled by the site. -- 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] https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
