I'm considering adding the following entry to the very end of my
FILTER_OUTGOING to change my default tagging behavior:

  to * tag
     envelope dated=14d
     reply-to dated
     from     bare

This results in a message whose headers look like:

  From: "Jason R. Mastaler" <[EMAIL PROTECTED]>
  Subject: Hola
  To: jason
  Date: Wed, 02 Oct 2002 23:52:19 -0600
  Reply-To: "Jason R. Mastaler" <[EMAIL PROTECTED]>

Call me anal retentive and/or overly aesthetics conscious, but I'd
rather not have my fullname included in the Reply-To:.  Currently,
setting MESSAGE_FROM_STYLE = 'address' will accomplish this, but will
also affect From: which I'd like to leave fullname in.

Tim, how difficult would it be to extend the tag action to take a flag
such as -message_from_style so that one could override the default
MESSAGE_FROM_STYLE setting for a particular header?  This would allow
me to do something like:

  to * tag
     envelope dated=14d
     reply-to -message_from_style=address dated
     from     bare

If this involves allot of work, let's not worry about it, as I can
certainly live with the current behavior.
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to