On 05/15/2013 08:45 AM, Dave Jones wrote: > > My question is can Mailman strip out the duplicate From: headers leaving > the first one? I have searched for a Postfix solution with no luck. I > guess I could work up a procmail solution for all inbound mail but really > didn't want to add that layer of complexity if it could be handled by > Postfix or Mailman.
Mailman can do this, but it requires a custom handler <http://wiki.list.org/x/l4A9>. Alternatively, you could use header_filter_rules with a regexp like "^From:(.|\n)*^From:" to detect multiple From: headers and reject the post. -- 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
