procmail
[Top] [All Lists]

Re: Exit Code 67 Not Working

2001-05-22 03:21:13
At 02:23 2001-05-22 -0700, Eric Hilding wrote:
Dunno what's wrong...this should work, but it doesn't:

        :0
        * ^TOsomeaddress(_at_)mydomain\(_dot_)com
        {
          EXITCODE = 67
        }
        /dev/null

Any ideas why not?

Any ideas what the verbose logfile says? You DID enable the verbose logfile and check the results, right?

Have you considered that the /dev/null is lingering without a condition or associated flags? You don't thread together stuff like that. See the examples of using EXITCODE in the procmail FAQs. Generally, you should end up with something like:

        :0
        * condition
        {
                EXITCODE = 67

                :0
                /dev/null
        }

---
 Sean B. Straw / Professional Software Engineering

 Procmail disclaimer: <http://www.professional.org/procmail/disclaimer.html>
 Please DO NOT carbon me on list replies.  I'll get my copy from the list.

_______________________________________________
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>