summaryrefslogtreecommitdiff
path: root/test/stderr/0388
AgeCommit message (Collapse)Author
2019-10-02DSN: add References: header. Bug 2452Jeremy Harris
2019-07-25Track tainted data and refuse to expand itJeremy Harris
2019-07-22Testsuite: Debug: indent lowlevel connect resultJeremy Harris
2019-07-20Debug: indent lowlevel connect resultJeremy Harris
2019-04-24Debug: output priv-gid dropJeremy Harris
2019-04-18testsuite: Update to match the new "hdr.$message_exim_id" tmp file name Bug 2390Heiko Schlittermann (HS12-RIPE)
2018-12-05Send delay-MDN for any queurun past delay_warning, even if not retry time ↵Jeremy Harris
yet. Bug 2341
2018-12-02tidyingJeremy Harris
2018-12-02Logging: outgoing_port on temporary errors for non-last hostsJeremy Harris
Also show nonstandard ports in process info for exiwhat
2018-10-02Debug: noutf8 selector. Bug 2324Jeremy Harris
2018-09-19Testsuite: output changes resulting from timing change.Jeremy Harris
Broken-by: 8008accd32
2018-08-21Debug: indent builtin-DB operationsJeremy Harris
2018-04-15Avoid doing logging in signal-handlers. Bug 1007Jeremy Harris
2017-11-11Debug: remove router DSN config dump on startupJeremy Harris
2017-10-20Debug: output type of process as it terminatesJeremy Harris
2017-10-06Use flag names rather than values in debug outputJeremy Harris
The values differ between Linux and FreeBSD
2017-10-06Better handling of printing NULL pointersJeremy Harris
2017-10-05testsuite output changesJeremy Harris
2017-07-15Use the BDB "environment" so that a database config file is not looked for. ↵Jeremy Harris
Bug 2141
2017-04-26Tweak debug outputJeremy Harris
2017-03-21Callouts: a "hold" option for receipient-verify, which keeps the connection ↵Jeremy Harris
open both for further recipients and for eventual delivery.
2016-11-19Testsuite: fix platforn TFO nonsupprt mungeexim-4_88_RC5Jeremy Harris
2016-10-23Testsuite: account for platforms not supporting TFO, reduxHeiko Schlittermann (HS12-RIPE)
2016-10-23Testsuite: account for platforms not supporting TFOJeremy Harris
2016-10-22TCP Fast OpenJeremy Harris
2016-09-28Default to filesystem space/inode checking enabledJeremy 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-05-10shift queue name use up to top layer in spooldir hierachyJeremy Harris
2016-05-07global queue_nameJeremy Harris
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-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-10-27Update testsuite outputs to match 333b9d.Jeremy Harris
2010-06-04With a few minor exceptions for tests that had additional concerns and tests ↵John Jetmore
I don't have working in my environment yet, this should be the last of the header-order-related changes
2009-11-23Correct header sorting for testsuite. Required manual patching, so maybe ↵Nigel Metheringham
errors. Fixes: #919
2007-02-06Update some tests for latest changes.Philip Hazel
2006-11-06Include sender address in retry key for 4xx errors.Philip Hazel
2006-10-30Fix too-often retry bug after 4xx with more hosts than hosts_max_retry.Philip Hazel
2006-04-20Modify (i.e. fix :-) change 4.61/PH/19: Using message arrival time forPhilip Hazel
"first failed" should *not* apply to host errors.
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-09If a message is older than the "first failed" time when computing aPhilip Hazel
retry, use the message arrival time instead of the "first failed" time.
2006-02-08Fix retry key bug for pipe, file, or autoreply deliveries.Philip Hazel
2006-02-07More test commits.Philip Hazel