procmail
[Top] [All Lists]

Re: Global variable [WARNING - LONG ]

2002-06-12 05:03:20
.procmailrc
---------------
VERBOSE=yes
LOGFILE=.procmail.log
TESTER=0

:0 wc
{

This is the important bit that we didn't know before.

If you set the 'c' flag on a recipe with a nesting block action then a
separate process is forked to process that nesting block.  They will
each have their own instances of the TESTER variable.

Remove that 'c' flag.

If you want procmail to continue processing after delivering to the
trash folder than change that nested recipe to be:

    :0c
    trash

Hope that helps,
Martin
-- 
Martin McCarthy                 /</    http://procmail.non-prophet.org
    `Procmail Companion'        \>\
     Addison Wesley             /</                  PGP key available
_______________________________________________
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>