procmail
[Top] [All Lists]

Re: Command Line Args

2002-05-28 11:59:48
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

<Prev in Thread] Current Thread [Next in Thread>