Hi, The postmap command brings back "REJECT'", which looks normal, but the server is still passing through mail with those subjects.
In main.cf, I have the following lines below the smtpd_recipient_restrictions list. header_checks = pcre:/etc/postfix/header_checks.regexp body_checks = pcre:/etc/postfix/body_checks.regexp smtpd_helo_required = yes strict_rfc821_envelopes = yes Thanks, Richard At 06:03 PM 7/18/2003 -0500, you wrote: > >/^Subject:.*low rates now.*/ REJECT > > >/^Subject:.*low rates now/ REJECT > >that looks ok, but you don't need the trailing .* > >test it: > >postmap -q "Subject: low rates now" pcre:/etc/postfix/header_checks.regexp > >Len > > >--- >[This E-mail scanned for viruses by friend.ly.net.] --- [This E-mail scanned for viruses by friend.ly.net.]
