[exim-dev] [Bug 1914] New: Exim-4.88_RC4 doesn't close conne…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1914] New: Exim-4.88_RC4 doesn't close connection
https://bugs.exim.org/show_bug.cgi?id=1914

            Bug ID: 1914
           Summary: Exim-4.88_RC4 doesn't close connection
           Product: Exim
           Version: N/A
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Networking
          Assignee: nigel@???
          Reporter: jsr@???
                CC: exim-dev@???


I am probably doing something wrong but this is new with 4.88.

With 4.87:
dex:/home/u/jsr/development/exper(36)> telnet olddex 25
Trying 192.168.200.8...
Connected to olddex.
Escape character is '^]'.
220 dex.edzone.net ESMTP Sun, 06 Nov 2016 15:59:38 -0500
quit               <-- clean close from host end
221 dex.edzone.net closing connection
Connection closed by foreign host.
dex:/home/u/jsr/development/exper(37)>


With 4.88 RC1-4:
dex:/home/u/jsr/development/exper(38)> telnet olddex 25
Trying 192.168.200.8...
Connected to olddex.
Escape character is '^]'.
220 dex.edzone.net ESMTP Sun, 06 Nov 2016 16:00:34 -0500
quit
221 dex.edzone.net closing connection
                    <-- exim fails to close connection, must force disconnect
^]            
telnet> quit
Connection closed.


Slackware64-14.2 exim built from source

--
You are receiving this mail because:
You are on the CC list for the bug.