procmail
[Top] [All Lists]

Re: Simplify

2002-10-13 06:04:45
On Sun, 13 Oct 2002, Tom Allison wrote:


:0HB
* ? $BOGOFILTER
{
         :0c
         | $BOGOFILTER -s

         :0fw
         | /usr/bin/formail -i "X-Bogofilter: Yes"

}
-----------------------
Can I accurately simplify this to:

:oHB
* ? $BOGOFILTER
{
      | $BOGOFILTER -s
      | /usr/bin/formail -i "X-Bogofilter: Yes"
}



        You can concatenate the commands into one line:

| $BOGOFILTER -s | /usr/bin/formail -i "X-Bogofilter: Yes"


Bye,
 Udi

_______________________________________________
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>
  • Simplify, Tom Allison
    • Re: Simplify, Udi Mottelo <=