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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Tom Kistner
Ημερομηνία:  
Προς: John Oxley
Υ/ο: 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