procmail
[Top] [All Lists]

Re: Evaluating filter exitcodes

2003-11-09 07:14:35
Toen ik Nils Vogels kietelde, kwam er dit uit:


I would like to prevent the last two INCLUDERC's
from being processed if the EXITCODE != 0 ... Any idea how ?


Forced delivery.

   :0e
   {
     EXITCODE=$?
     :0:
     scales
   }


The next would also work of course, but I don't think that's
what you are looking for:

   :0
   * ! EXITCODE ?? ^^0^^
   {
     ...
   }

--
Affijn, Ruud

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