procmail
[Top] [All Lists]

Re: recipe to stop procmail processing

2004-09-02 06:24:38
OK, now for one more question. How about a recipe that copies
(not moves) the message to another folder and also stops further
processing? I know I can do this with 2 recipes (first using :0 c: and
then the recipe below), but is there a way to combine it into one recipe?

Brent

On Wed, 1 Sep 2004, David W. Tamkin wrote:

Date: Wed, 01 Sep 2004 22:10:56 -0500
From: David W. Tamkin <dattier(_at_)panix(_dot_)com>
To: procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
Subject: Re: recipe to stop procmail processing

Brent Graham wrote:

What is the easiest/best way to write a recipe that simply delivers the
message to INBOX and stops further procmail processing?

  :0 flags: # no second colon if $DEFAULT is a directory
  * conditions
  $DEFAULT

or if you're in a bottom-level rcfile and not in an INCLUDERC nor in
/etc/procmailrc,

  :0 flags
  * conditions
  { SWITCHRC }


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail