> We just upgraded to the latest release of Postfix. The config file was a > bit different from the old snapshot we were using but I thought I did a > good enough job configuring it exactly the same as the old box. We have a > regexp in our body_checks that blocks files with certain extentions, and > now it's only working some of the time. We're getting slammed with p if > files and today we've only blocked 27 of them .. and yes, I did postfix > reload after making the changes ;)
You seem to have changed from a VERY old version to the present one. Your answer is in here: http://www.postfix.com/uce.html#header_checks Look at the information there and in your config about mime header checks. Because postfix became mime aware, the check you are doing is no longer applied in body checks. --Eric
