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

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Tom Kistner
Data:  
Para: John Oxley
CC: exim-users
Asunto: 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