"Jason R. Mastaler" <[EMAIL PROTECTED]> writes: > Well, there are a few reasons why I'll probably switch to using a > dated Reply-To/envelope with a bare From.
FWIW, here's my new FILTER_OUTGOING. I have MESSAGE_TAG_HEADER_STYLE = 'address' set in .tmda/config as well. You'll notice there are only a few mailing list entries, and this is because I read nearly all of them off Gmane now (as should you). ---- cut here ---- # -*- text -*- # TMDA outgoing filter file; controls how outgoing messages are # tagged. First match wins. ######## # Macros ######## # Default tagging is a bare From: with a dated Reply-To: and envelope # sender. Subsequent entries override these settings. macro DEFTAG envelope dated=14d reply-to dated from bare ######################## # whitelisted recipients ######################## # Bare From: with a dated envelope sender and no Reply-To:. to-file ~/.tmda/lists/whitelist tag envelope dated=14d from bare to-file ~/.tmda/lists/wildcards tag envelope dated=14d from bare ############################ # members-only mailing lists ############################ # TMDA checks envelope sender, From: and Reply-To: for membership. to [EMAIL PROTECTED] tag DEFTAG envelope ext=list-tmda-users to [EMAIL PROTECTED] tag DEFTAG envelope ext=list-tmda-workers # qsecretary probes go to the envelope sender address which is setup # to return an auto-reply. to [EMAIL PROTECTED] tag DEFTAG envelope ext=qsecretary # LISTSERV checks the From: header for membership. to [EMAIL PROTECTED] ext=list-python-crypto ######################### # moderated mailing lists ######################### # The right "Approved" header allows posts directly through Mailman. to [EMAIL PROTECTED] tag DEFTAG approved foobar ##################### # External identities ##################### # No tagging should be done when representing Gmane. from *@=gmane.org bare ################## # Default behavior ################## to * tag DEFTAG _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
