summaryrefslogtreecommitdiff
path: root/test/stderr/0476
AgeCommit message (Collapse)Author
2017-04-28Support wire-format spoolfilesJeremy Harris
2017-03-07Delivery: contined-connection maintaining TLSJeremy Harris
2017-01-31Callouts: fix recipient verify/randomJeremy Harris
Broken-by: e9166683487c
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-06nicer retry messageJeremy Harris
2016-04-06Pass on SIZE to cutthrough connectionJeremy Harris
2015-01-12Move DSN support to mainlineJeremy Harris
Affects bug 893
2014-12-14Revert "Testsuite: Use explicit interface for send to localhost"Jeremy Harris
This reverts commit 30079bc1d20c0473d012ef33654358cfadb0a2ff. The buildfarm member running FreeBSD 10.0 was not fixed by that commit, as was hoped.
2014-12-13Testsuite: Use explicit interface for send to localhostJeremy Harris
FreeBSD is more lax in its choice of local address to bind; the difference is just noise in testcase output.
2014-10-22More regular logging use of H=<name> [<ip>]Jeremy Harris
Note this may affect utilities which parse logs.
2012-12-07More test updates following the retry fix.Tony Finch
Most of these are due to the changes in the logging of ultimate timeout checks. Test 0548 is more meaningfully affected. The test originally failed to spot that the recipient-specific deferrals pushed past the ultimate retry timeout.
2006-10-31Added some extra debugging when updating a wait-xxx database.Philip Hazel
2006-07-26Fixed a number of test suite problems as reported (and partly patched)Philip Hazel
by Martin Mrazik.
2006-07-04Missed one case of "retry time not reached" when adding additionalPhilip Hazel
debugging information.
2006-07-03More debugging information given for retry time not reached.Philip Hazel
2006-02-16Code tidies to remove stuff that was needed only for the old test suite.Philip Hazel
Also, use -odi for bounces when in the test harness, unless queue_only is set.
2006-02-08Fix retry key bug for pipe, file, or autoreply deliveries.Philip Hazel
2006-02-07More test commits.Philip Hazel