OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: header checks
From: Gert-Jan Looy (gjsiemens.nl)
Date: Thu May 04 2000 - 17:58:34 CDT


Yes, we are infected too, I am following this with great interest.
I tried as you described, but postfix says: unsupported dictionary type:
regexp ...
Iam supposed to have solved this by now, any help ?

Thanks!

Gert-Jan Looy
Unix sysadm

Susie Ward wrote:
>
> At 06:27 PM 5/4/00 -0400, Jerry Thomas wrote:
> >line that I added to main.cf
> >header_check = regexp:/etc/postfix/header_checks
>
> Try: header_checks = regexp:/etc/postfix/header_checks
>
> >my header_checks file
> >/^Subject: ILOVEYOU/ REJECT
>
> Try: /^Subject:.*ILOVEYOU$/i REJECT
>
> Or: /^Subject:.*ILOVEYOU/ REJECT
>
> >I am running the postfix-beta-19990317-1 installed from an rpm.
>
> Doesn't look like you have the config right (unless you typo'd here) and I
> had to upgrade one of my servers before it would work, so you may have to
> do that. The oldest version I have working with the above config is
> 19991231-pl02.
>
> Susie