On Tue, 2 Sep 1997, Tony D'Andrade wrote:
Hi, Im a little bit new to procmail but I would like to have an auto
responder sent to specific users and have the mail they sent me sitting in
my inbox. This is what i have so far:
:0
* ^From:.*(fred|barney|wilma|betty|dino).*
{
:0
^ put a c here
| (formail -brt -I 'From: Tony Smith <rpg(_at_)visinet(_dot_)ca>' ; \
cat $HOME/.reply.message) | $SENDMAIL -t
:0
inbox
}
Ok the auto responder works, but the mail that was sent to me is not in my
inbox. How can i make it so ??? If i leave out the:
Need to make a copy of your mail. Then one coppy will trigger the
responder. And the second will continue on to whatever else you have
planned for it.
--
Real computer scientists don't comment their code. The identifiers are
so long they can't afford the disk space.