replying to other sender problem
i would like a recipe that takes an address from the subject line, puts it
in the to line, attaches a text file to the message and sends it.
could you help me? this is what i've come up with so far:
------------------
:0 c
*^To(_dot_)*requesting(_at_)changer(_dot_)com(_dot_)*
*^Subject(_dot_)*\(_at_)(_dot_)*
| ( formail -r -X"Subject" -R"Subject To" -A"Subject: hi there![biotech]!"
-A"cc:andres(_at_)dom(_dot_)com"; \cat /home/jac/mailbots/textfile ) |
$SENDMAIL -oi -t
------------------
could you cc: me in a reply? thanks.
joe