Auteur: Tom Kistner Date: À: John Oxley CC: exim-users Sujet: 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 :)