> Here is a quick workaround for a LZ -> executable false match
> (btw, I don't get a non-text match for a HU prefix)
>
> --- amavisd.ori       Tue Dec 12 01:09:48 2006
> +++ amavisd   Tue Dec 12 01:09:53 2006
> @@ -980,4 +980,5 @@
>      [qr/^MS Windows\b.*\bDLL\b/                 => ['exe','dll'] ],
>      [qr/\bexecutable for MS Windows\b.*\bDLL\b/ => ['exe','dll'] ],
> +    [qr/^MS-DOS executable \(built-in\)/        => 'txt'],  # starts with LZ
>      [qr/^(MS-)?DOS executable\b.*\bDLL\b/       => ['exe','dll'] ],
>      [qr/^MS Windows\b.*\bexecutable\b/          => ['exe','exe-ms'] ],
>
> (it is also possible to redefine $map_full_type_to_short_type_re in 
> amavisd.conf)
>   
Magnificient, Mark. I'll apply it and let you know my mileage. I don't 
understand the  $map_full_type_to_short_type_re though.

JC


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to