procmail
[Top] [All Lists]

Re: preserving FROM when forwarding

1997-04-16 21:55:00
Alex Willis <awillis(_at_)bostonbands(_dot_)com> writes:
http://alt.venus.co.uk/hypermail/procmail/1675.html got me very close
to success, but the original FROM is still not correct (atleast it's not
me, still) the FROM variable in my recipe is not being filled correctly.
...
my recipe is:

FROM='formail -rt -cTo:'

Those should be backwards quotes, the ones that slope from upper left to
lower right, like this:

        FROM=`formail -rt -cTo:`


Philip Guenther

<Prev in Thread] Current Thread [Next in Thread>