summaryrefslogtreecommitdiff
path: root/test/stderr/0143
AgeCommit message (Collapse)Author
2023-06-30New format for exim_message_idJeremy Harris
2023-03-26Make $router_name usable from transportJeremy Harris
2022-11-29Tweak debug outputJeremy Harris
2022-06-17Testsuite: pid & port numbersJeremy Harris
2022-06-17Testsuite: pid trackingJeremy Harris
2022-05-23Debug: clarify SMTP DATA ops in transportJeremy Harris
2022-03-19Debug: build a summary string tracking transport SMTP commands & responsesJeremy Harris
2021-03-16Pipeline QUIT after dataJeremy Harris
2021-03-16Debug: tag client SMTP output with buffering qualifierJeremy Harris
2021-02-06Fix handling of server which follows a RCPT 452 with a 250. Bug 26092Jeremy Harris
2021-01-22Fix getting non-TLS QUIT in FIN segmentJeremy Harris
Linux was behaving oddly with the TCP_CORK method, and using MSG_MORE is one fewer syscall.
2020-08-26DANE: Fix 2 messages from queue caseJeremy Harris
2020-03-30Testsuite: ignore all fork-time debugJeremy Harris
2020-03-28Testsuite: output changes resultingJeremy Harris
Broken-by: 836c3e4102
2020-03-28Testsuite: ignore fakens fork debug line, avoiding ipv6-support differencesJeremy Harris
2020-03-22exit-time debugJeremy Harris
2020-03-22pass through execJeremy Harris
2020-03-20consistent fork-time debugJeremy Harris
Testcase issues: 0366 2035
2019-07-22Testsuite: Debug: indent lowlevel connect resultJeremy Harris
2019-04-24Debug: output priv-gid dropJeremy Harris
2018-08-21Logging: pipelining log_selectorJeremy Harris
2017-12-28Debug: enhance output from smtp transport entryJeremy Harris
2017-10-20Debug: output type of process as it terminatesJeremy Harris
2017-04-28Support wire-format spoolfilesJeremy Harris
2017-03-07Delivery: contined-connection maintaining TLSJeremy Harris
2016-08-17tidyingJeremy Harris
2016-08-08Testsuite: accept debug & testscript output sizes varying with testhost nameJeremy Harris
2016-08-07CHUNKING: fix transmit with long headersJeremy Harris
When the buffer used for SMTP commands and message headers filled to flush point, protocol sequencing was wrong.
2016-04-08Testsuite: 0322 (pipelining errors) avoid triggering SIGPIPEJeremy Harris
This was timing-dependent; if the exim closed the connection before the script wrote to it _after_ triggerring an error, EPIPE/SIGPIPE. Unexplained as yet: why runtest (perl) saw this as a 141 server returncode (NB: 141-128 = 13 = SIGPIPE, the shell behaviour) when "perldoc -v '$?'" (which runtest is coded to) says that a signum should be in the top nibble of 16b.
2016-04-06Pass on SIZE to cutthrough connectionJeremy Harris
2015-09-19Retry: always use interface, if set, for retry DB key. Bug 1678Jeremy Harris
Even constant values must be used, as multiple transports with different values may be in play and should be kept distinct.
2015-01-12Move DSN support to mainlineJeremy Harris
Affects bug 893
2013-01-06Restrict lifetime of $router_name and $transport_name. Bug 308.Jeremy Harris
The router name is explicitly nulled after the router exits; the transport name is set only in the subprocess it runs in.
2012-12-25Add $router_name and $transport_name variables. Bug 308.Jeremy Harris
2012-07-06Make +smtp_confirmation be a default logging option.Todd Lyons
2006-07-26Fixed a number of test suite problems as reported (and partly patched)Philip Hazel
by Martin Mrazik.
2006-02-07More test commits.Philip Hazel