Hello,

I'm using postfix 2.9.6 on Debian 7 with an antispam body_checks configuration like this:

=== main.cf ===
body_checks = pcre:/etc/postfix/body_checks.pcre
===

=== body_checks.pcre ===
/Operationsmanager/     REJECT Spam not tolerated here. Rule 909
/mix.dj/                REJECT Spam not tolerated here. Rule 910
[...]
===

A check with postmap confirms the correct lookup result:

# postmap -q "mix.dj" pcre:/etc/postfix/body_checks.pcre
REJECT Spam not tolerated here. Rule 910

The problem:
When sending a simple email with "mix.dj" in the body (data after a "Subject:" line) the mail
does not get rejected, instead it passes through without problems.

What am I missing here? In my opinion the rule should match an reject the mail. But why doesn't
this happen?

Thanks for any advice.

Regards,

Axel

Reply via email to