I use the header and body checks to filter out a significant amount of spam. As described in another thread, I simply add a rule or two whenever a spam or phishing message makes it through my blocks. It's worked fantastically so far, blocking spam from being accepted at a very lost cost of CPU time. However, I've run into a problem.
The e-mail server status report that's generated by cron runs pflogsumm to provide me a report of the mail statistics from the previous day. In this, there are listed the complete patterns that match the regular expressions (if they're short enough) that I filter as spam. (And who seriously says stuff like 'Best compliments of the day.' as a greeting?
)
Is there a way to exclude a given address from the header_checks and body_checks in Postfix? I've searched via google and haven't been able to find a way, but am probably just missing it or mis-phrasing my search query because nothing applicable is turned up.
The e-mail server status report that's generated by cron runs pflogsumm to provide me a report of the mail statistics from the previous day. In this, there are listed the complete patterns that match the regular expressions (if they're short enough) that I filter as spam. (And who seriously says stuff like 'Best compliments of the day.' as a greeting?


Is there a way to exclude a given address from the header_checks and body_checks in Postfix? I've searched via google and haven't been able to find a way, but am probably just missing it or mis-phrasing my search query because nothing applicable is turned up.