On 9/28/2016 4:15 PM, Alex wrote: > How can I modify the lines in my header_checks.pcre file to provide > more info on the specific pattern that's causing the problem instead > of just "message content rejected" the next time the email is > received?
Note the log entry may not be the complete unmodified header, so testing the log entry against your header_checks won't always work. Since your log entry doesn't show any custom message, you can narrow it down to rules that just have REJECT, which makes the mime_header_checks file the prime suspect. Instead of just REJECT, use a unique text identifier on each rule. eg: /.../ REJECT rule 1 /.../ REJECT rule 2 /.../ REJECT rule FC45A -- Noel Jones