On Tue, February 7, 2006 11:47 am, ahester(_at_)galacticltd(_dot_)com said:
# Test if the email's sender is listed
:0
* ? formail -x"From" -x"From:" -x"Sender:" \
-x"Reply-To:" -x"Return-Path:" -x"To:" \
| egrep -is -f forward
{
# Forward
:0
!user(_at_)domain(_dot_)com
}
I can not seem to get the condition fo forwarding to work. Right now it
forwards everything regardless of the whether it actually matches
anything in the text file forward or not. What am I doing wrong. I
have looked at tons of sites and worked on this for a while but I can't
seem to figure it out.
Have you turned on verbose logging for this recipe to see what procmail
says it is doing?
Rich
____________________________________________________________
procmail mailing list Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail