https://bugs.exim.org/show_bug.cgi?id=2477

            Bug ID: 2477
           Summary: Event msg:host:defer does't raise after remote "SMTP
                    error from remote mail server after pipelined end of
                    data: 451".
           Product: Exim
           Version: 4.92
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Transports
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

If remote SMTP response with hard error after end of data (SMTP error from
remote mail server after pipelined end of data: 550) - everything looks good. 
Sequence of events in this case:
tcp:connect -> smtp:connect -> tls:cert -> tcp:close -> msg:fail:delivery

But if remote SMTP response whith tempopary error after end of data (SMTP error
from remote mail server after pipelined end of data: 451) - there are no any 
 :defer events.
Sequence of events in this case:
tcp:connect -> smtp:connect -> tls:cert -> tcp:close

I checked this using the defer command in acl_smtp_data.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to