On Mon, 29 Apr 2002, Craig R Hughes wrote: > # First stop loops > :0 > * ^[EMAIL PROTECTED] > { > :0: > /var/spool/mail/auto > > :0 > { > EXITCODE=0 > HOST= > } > } > > That will match [EMAIL PROTECTED] on any of the various To,Cc,etc lines, > then store those messages in /var/spool/mail/auto (you should deliver > them where they need to go -- that's just an example), then it will exit > procmail.
Procmail stops as soon as it "delivers" the message (unless there's a "c" flag on the delivering recipe) so in this case the EXITCODE and HOST lines are never going to be executed. If for some reason you want to be sure EXITCODE is zero, you need to set that before the /var/spool/mail/auto recipe. _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk