Nick, > > Our content checker found > > banned name: multipart/mixed | application/msword,.cab,prova.snp.doc > > | .doc,_AccRpt_.snp ... > > I really don't want to allow .cab files, is there some other explanation > > as to why this would be hittin this rule?
Apart from what Gary says, recognition of mail part as .cab comes from what the file(1) utility reports, mapped through $map_full_type_to_short_type_re from long description to and abbreviation like .cab: $map_full_type_to_short_type_re = Amavis::Lookup::RE->new( ... [qr/^Microsoft Cabinet (file|archive)\b/i => 'cab'], I don't know why file(1) classifies your attachments as cabinet files. If inappropriate, it is a question / problem report for file(1) maintainers. On the amavisd-new side, you can only modify $map_full_type_to_short_type_re and/or banning rules to suit your needs. Mark ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
