I just figured it out after re-reading the man page. I had:
filter unix - n n - - pipe flags=
user=filter
argv=/opt/procmail/procmail
DOMAIN=${nexthop} SENDER=${sender}
-t -m /opt/procmail/filter.rc ${recipient}
when I should have had:
filter unix - n n - - pipe flags=
user=filter
argv=/opt/procmail/procmail -t -m
DOMAIN=${nexthop} SENDER=${sender}
/opt/procmail/filter.rc ${recipient}
Apparently it doesn't fly when the args are in the wrong order :)
Thanks for your help Philip; sorry I wasted your time!
--
Jim Raney
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail