On Tue, 2002-05-14 at 18:28, Ron Carter wrote:
> :0
> * ! ? test -f $HOME/.nospamcheck
>
> :0fw
> | spamassassin -P
>
> :0:
> * ^X-Spam-Status: Yes
> /dev/null

Theo gave you one workable answer, but you probably meant to do was:

:0
* ! ? test -f $HOME/.nospamcheck
{
 :0fw
 | spamassassin -P

 :0:
 * ^X-Spam-Status: Yes
 /dev/null
}

Notice the curly braces that delimit what happens if the initial test for file not
existing passes.

I agree with Theo that piping to /dev/null is not a good idea because spamassassin is
not perfect.

 -- sidney



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to