Re: [exim] 4.87 and acl_check_data

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Evgeniy Berdnikov
Datum:  
To: exim-users
Betreff: Re: [exim] 4.87 and acl_check_data
On Wed, Apr 13, 2016 at 10:45:52AM +0100, Jeremy Harris wrote:
> On 13/04/16 08:24, Evgeniy Berdnikov wrote:
> > remote_smtp:
> > driver = smtp
> > message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}}
> > ---------------------------------------------------------------------------
> >
> > First, it contradicts to my proposal to deliver DSNs regardless of its
> > conformance to RFC. Such check should be done at a message reception time,
> > in acl_check_data (for SMTP) or acl_not_smtp (for non-SMTP), not at a time
> > of message ejection to the net.
>
> That would affect reception of such messages, but not the sending of
> internally-generated ones.


In the case of bounce, which is internally generated message, I'd like to
do everything possible to have it passed and delivered. If bounce is not
properly formatted, it's not good, yes. But if lost, it's a real trouble.
--
Eugene Berdnikov