Rob Brandt wrote: > > > Rob Brandt wrote, On 7/1/2009 9:09 AM: > >> >> Excellent, I now get a match using postmap. If the spam doesn't >> cease, I'll be back. Thanks everyone! >> >> Rob >> > > Nuts. I am still getting spam. Is there any reason header_checks > might not be enabled? Is header_checks being run before SA processes it? > > Here's my header_checks file: > ********************************************* > # X-Spam-Flag > /^X-Spam-Flag: YES$/ DISCARD X-Spam-Flag > > Here's my current main.cf: > ********************************************* > content_filter = smtp-amavis:[127.0.0.1]:10024
'postconf -n' is preferred here over pasting main.cf. You're eyes may play tricks on you. Do you have anything like: "receive_override_options=no_header_body_checks" in master.cf for the content_filter reinjection? This will not match if so.