| formail -r -i "From: $FROM" -i "Reply-To: $Reply-to" \
| (/sbin/cat; /sbin/cat info/accept.txt) | $SENDMAIL -t
Why there are 2 "cat"s? Is the first one to "cat" the original
To make things slower. Use
| /sbin/cat - info/accept.txt |
mail? Looks not because I tested and it simply didn't work ...
Well it should. However the accept.txt file is cat'ed with a relative
path - that has a high chance of going bang.
Volker
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail