I have to admit that I have no idea what the \{[^\}]+\}actually does ;-) I think it's the class stuff for Microsoft that let's you associate a file directly or what-not?

However, based on the bad_exts, it definitely should have |. Thanks for pointing this out! I guess I never blocked .bat files!

Please feel free to add it to the wiki.

Regards,
KAM

Sweet... would you consider adding a link to the wiki?
http://www.mimedefang.org/kwiki/

Shouldn't this
(pif|com|scr|bat\{[^\}]+\})
be this?
(pif|com|scr|bat|\{[^\}]+\}) # note extra | after bat

_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to