procmail
[Top] [All Lists]

Re: Setting different FROM when using formail -rt ?

1997-10-10 14:09:19
Excerpts from mail: (10-Oct-97) Setting different FROM when using formail -rt ? 
by Jari Aalto
When I compose reply with

:0 fh
| formail -rt

I would like the "From" field say

From: jari(_dot_)aalto(_at_)poboxes(_dot_)com

instead of my current email address, where this virtual poboxes.com
is currently pointing.

That's simple enough. Just use the "-I" command line switch after the "-rt"
switch.

:0 fh
| formail -rt -I"From: jari(_dot_)aalto(_at_)poboxes(_dot_)com"

Later,
Ed