Filename rules question

Matt Kettler mkettler at evi-inc.com
Mon Jun 19 21:15:52 IST 2006


sandrews at andrewscompanies.com wrote:
> In filename.rules.conf, it blocks double file extensions; however, I've
> got one company that has to be able to get a file "xxxxxx.cmt.rtf" in
> their email.
> 
> How should I allow this?

Above the double-extension deny rule, add an allow rule like such:

allow	\.cmt\.rtf$	-	-

Warning: please note that the above fields MUST be delimted by TAB characters.
If you copy-paste into your config file, they'll likely get changed to spaces
and you'll have to fix that.

You can see a lot of other examples of exceptions you might wish to consider in
the file attached to my post earlier today with the subject "Re: Checking
Suspected E-Mails".


More information about the MailScanner mailing list