[Maia-users] winmail.dat

Chris Black chris at lotuscat.com
Wed Aug 30 13:35:43 PDT 2006


David Parish wrote:

> How do I turn off checking of this attatchment? It is sent from some 
> Outlook client users using RTF for email composition.
> I looked at the amavisd.conf and found no reference to it.
>  
> winmail.dat
>  

How very timely, I am just this afternoon working on this issue. What I 
have done is removed the "tnef" string from the last line of banned 
attachments in amavisd.conf:
#  qr'^\.(exe|lha|tnef|cab|dll)$',         # banned file(1) types, 
original line
# allow stupid outlook tnef winmail.dat attachments
  qr'^\.(exe|lha|cab|dll)$',         # banned file(1) types

And then restarted amavis.
I am not sure this is proper yet, but I believe it is. On further 
investigation these winmail.dat attachments are tnef encapsulated hooha. 
I also think this should be changed in the default config as many 
outlook/exchange installs seem to be misconfigured in this way.

Chris


More information about the Maia-users mailing list