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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tom Kistner
日付:  
To: John Oxley
CC: exim-users
題目: 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