summaryrefslogtreecommitdiff
path: root/test/stderr/5005
AgeCommit message (Collapse)Author
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-10-02Debug: noutf8 selector. Bug 2324Jeremy Harris
2018-08-21Debug: indent builtin-DB operationsJeremy Harris
2018-04-15Avoid doing logging in signal-handlers. Bug 1007Jeremy Harris
2018-01-28Debugging: fix potential null-derefs in DSN debug_printfsJeremy 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-28Support wire-format spoolfilesJeremy Harris
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-10-15Testsuite: stabilize disk space/inode mungingHeiko Schlittermann (HS12-RIPE)
2016-09-28Default to filesystem space/inode checking enabledJeremy Harris
2016-08-17tidyingJeremy Harris
2016-05-10shift queue name use up to top layer in spooldir hierachyJeremy Harris
2016-05-07global queue_nameJeremy Harris
2015-04-24Testsuite: Fix check_dir_size() fs dependenciesJeremy Harris
2015-04-12bounce messageJeremy Harris
2015-01-12Move DSN support to mainlineJeremy Harris
Affects bug 893
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
2006-11-06Include sender address in retry key for 4xx errors.Philip Hazel
2006-07-26Fixed a number of test suite problems as reported (and partly patched)Philip Hazel
by Martin Mrazik.
2006-07-14Rejig debug output in route_finduser() to show more data, including thePhilip Hazel
error from getpwnam() if it issues one.
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