Jari,

> > > @keep_decoded_original_maps = (new_RE(
> > >   qr'^MAIL$',  # retain full original message for virus checking
> > > ));
> 
> That seems to be in 20_debian_defaults
> 
> @keep_decoded_original_maps = (new_RE(
> # qr'^MAIL$',   # retain full original message
>   qr'^MAIL-UNDECIPHERABLE$',
>   qr'^(ASCII(?! cpio)|text|uuencoded|xxencoded|binhex)'i,
> ));
> 
> Thanks anyway :)

Yes, it's commented-out. Just remove the '#' in front of:  qr'^MAIL$',
or override the whole assignment in your local config file.

  Mark

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
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