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
| (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:
:0
inbox
then mail disappears into oblivion.
thanks in advance