Re: [exim] Blacklist file extensions acl_smtp_mime vs acl_sm…

Etusivu
Poista viesti
Vastaa
Lähettäjä: Tom Kistner
Päiväys:  
Vastaanottaja: John Oxley
Kopio: exim-users
Aihe: Re: [exim] Blacklist file extensions acl_smtp_mime vs acl_smtp_data
John Oxley wrote:
> What are the various merits of putting checks for black listed file
> extensions in acl_smtp_mime vs putting them in acl_smtp_data? Which way
> is faster?


acl_check_mime is a lot faster since it does not decode the actual file
contents to disk wholesale.

I agree the demime syntax looks a much simpler, but it is a lot less
flexible :)

/tom