Andy Hester a écrit :

for the info.
Since I really just want to block email with certain words is there a reason I shouldn't just put some rules in header_checks and body_checks in postfix?
Would this be better or worse?

- postfix checks apply to the raw body (no decoding)
- they are "boolean": accept or reject. they can't be combined with other checks. - the fact that a message contains a "bad" word doesn't mean the message should be rejected. this is just an attribute.
an example is when forwarding a spam for inspection/reporting/...

Reply via email to