> mail# postmap -q > 'UEsDBAoAA**AABZaPTDKJx+eAFgAAABYAABSAAAAdGV4dC5odG0gICAgICAgICAgICAgICAgI CA > g' pcre:body_checks.regexp > OK
This tells you something important. The message is OKed. This means I know exactly why your check is not working. But first, a note on postmap. When you use postmap -q, it returns what results were found, or NOTHING if no results were found. You did not get nothing. You got OK. So you have an OK line near the top of your REGEXP file. And I even know what OK line it is. (well, I think I know) Like most IMGate Admins, you probably have the OK line to encoded files that cuts down on processing. That is why the OK result is important and told me something. Just move the Novarg test above this and you should be fine. --Eric
