Viktor Dukhovni <[email protected]> wrote: > > Wireshark shows the received text ending with > > [6781168.980137] php5-cgi[13658] general protection ip:6aae67 > sp:7fff1c9fc6c0 error:0 in php5-cgi[400000+74a000]\r\n > > The fact that it ends at a line boundary, suggests that perhaps > this is the real end of the message, in which case the connection > did break just before ". CR LF".
Wireshark shows the protocol layering in a slightly weird way. If you look at the SMTP layer which is shown above the message contents you will see it shows the .<CRLF> terminator. So it was failing right at the end. (When the breakage occurred in the message envelope it also failed at the end of the pipelined envelope commands.) Tony. -- <[email protected]> <[email protected]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
