OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: W32/Mimail

From: Andreas (andreasconectiva.com.br)
Date: Wed Aug 13 2003 - 14:38:15 CDT


On Wed, Aug 13, 2003 at 03:07:48PM -0400, Ben Rosengart wrote:
> > This simple rule in header_checks has been working OK so far:
> > /^Subject: your account {25}[a-z]{8}/ REJECT
>
> This is a PCRE, isn't it? I don't have those compiled in.

No

> I'll have to convert it to an ordinary regexp.

I'm using it as a regexp map.

> If I could "and" this condition with the existence of an attachment
> called message.zip, I'd be much more comfortable.

So would I, but I think postfix doesn't do this yet. That's why I settled with
the Subject line with all those spaces, just blocking "message.zip" would be too generic for
my taste.