On Tue, Jun 06, 2006 at 06:53:53AM -0400, Will Nordmeyer wrote:
> As in:
> ---
> SHELL=/bin/sh
> 
> :0:
> * ^X-Spam-Level: ********
> {
>         :0
>         /dev/null
> }
> ---

Just a fwiw:

:0
* ^X-Spam-Level: \*\*\*\*\*\*\*\*
/dev/null

- there's no point in locking for writes to /dev/null (oh no, my blackhole got
  corrupted message data!)
- there's no point in having a block w/ a single target
- you need to escape the asteriks since they're RE special chars (I can't even
  quite tell what that's going to match...  0 or more spaces, followed by 0 or
  more asteriks, followed by 0 or more asteriks, followed by ... ?)

:)

-- 
Randomly Generated Tagline:
An apple every eight hours will keep three doctors away.

Attachment: pgp33pfsJmR6G.pgp
Description: PGP signature

Reply via email to