Re: preserving FROM when forwarding1997-04-16 21:55:00Alex 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
|
|