Re: [exim-dev] Feature: support for compressed messages on d…

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Robert Blayzor
Date:  
À: exim-dev
Sujet: Re: [exim-dev] Feature: support for compressed messages on delivery
On Dec 23, 2014, at 3:26 PM, Jasen Betts <jasen@???> wrote:
>
> You could copy that into an ACL variable in the DATA or NONSMTP ACLs


Actually you can't because the transport can alter the size of the message. add_headers, remove_headers, return_path_add, envelope_to_add, etc. We would need to grab the size that was basically passed to the filter, but ignore the size that it returns.

-Robert