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: Susie Ward (swardvoltage.net)
Date: Thu May 04 2000 - 17:46:14 CDT


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