procmail
[Top] [All Lists]

Re: Exit Codes

1996-08-14 13:37:18
How do I set an exit code to bounce mail?  I thought it was something
like:

:0
* ^From:(_dot_)*idiot(_at_)spam(_dot_)com
EXITCODE=67


But that's creating a file called "EXITCODE=67" with the
contents of the mail.  Help.  Thanks.

Try this..

    :0
    * ^From:(_dot_)*idiot(_at_)spam(_dot_)com
    { EXITCODE=67 HOST }


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