summaryrefslogtreecommitdiff
path: root/test/stderr
AgeCommit message (Collapse)Author
2016-07-31Logging: Fix logging of errors under PIPELININGJeremy Harris
2016-07-27Unbreak transport-filters & bounce-generation.Jeremy Harris
Broken-by: 6b46ecc6a8f5
2016-07-25debug: prettify expansion condition trace outputJeremy Harris
2016-07-11testsuite: abstract out common conf settingsJeremy Harris
2016-07-08Cutthrough: avoid use of callout result cacheJeremy Harris
The connection always needs to be made, and no result need be cached after verify either.
2016-07-08Testsuite: cutthrough vs. callout cacheJeremy Harris
2016-06-03Merge branch 'multiqueue_336': Named queuesJeremy Harris
2016-05-30Avoid writing msglog files in -bh and -bhc modes. Bug 1804Jeremy Harris
2016-05-21Debug: "kill" option on ACL control=debug. Bug 1831Jeremy Harris
2016-05-10shift queue name use up to top layer in spooldir hierachyJeremy Harris
2016-05-10Collect spool-layout code to one fileJeremy Harris
2016-05-07global queue_nameJeremy Harris
2016-05-04TLS: when tls_certificates unset, generate a selfsigned certJeremy Harris
2016-04-14Expansions: better error messages for parse errors, and better debugJeremy 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-08Testsuite: ignore environment-stripping debug outputJeremy Harris
since different systems run different environments
2016-04-06nicer retry messageJeremy Harris
2016-04-06Pass on SIZE to cutthrough connectionJeremy Harris
2016-03-31Supress TLS/Env warnings in checking and listing modeHeiko Schlittermann (HS12-RIPE)
2016-03-12tidying: coverity issuesJeremy Harris
2016-03-12Don't issue env warning if env is emptyHeiko Schlittermann (HS12-RIPE)
keep_environment needs to be mentioned in the runtime config. Setting add_environment isn't enough to suppress the warning.
2016-03-03Testsuite: testcases for rejected rcpt-callout-triggered cutthroughJeremy Harris
2016-03-03Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800Jeremy Harris
2016-03-02Testsuite: Adapt to portability fix in environment.cHeiko Schlittermann (HS12-RIPE)
2016-02-18Fix CVE-2016-1531exim-4_87_RC4Heiko Schlittermann (HS12-RIPE)
Add keep_environment, add_environment. Change the working directory to "/" during the early startup phase. (cherry picked from commit 2b92b67bfc33efe05e6ff2ea3852731ac2273832) (cherry picked from commit 14b82c8b736c8ed24eda144f57703cb9feac6323) (cherry picked from commit 9ca92d0c6e9c6f161bd8111366c6952d3a9315e2) (cherry picked from commit 0020c6d9ecfd98ed7b2b337ed4f898fdc409784b) (cherry picked from commit e8f96966360ea8867ad6a8b5affda6c37fa4958c) (cherry picked from commit ef6fb807c1e1a665f444f644c60c77269f7c5209)
2016-01-16VRFY: Permit an ACL to override the default 252 response, to supportJeremy Harris
verify-by-ACL instead of the more usual verify-by-routers. Bug 1769
2015-12-04SPAMD/malware: Log service identity with errors. Bug 1740Jeremy Harris
2015-12-04DKIM: replace pdkim module debugging trace facility with Exim standardJeremy Harris
2015-11-08Testsuite: fix fallout from TLS-by-defaultJeremy Harris
Also handle testsuite run user different from testsuite files owner
2015-11-08TLS: Default tls_advertise_hosts to "*". Bug 1709Jeremy Harris
Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set.
2015-11-06Transport: permit an empty string for the transport_filter option. Bug 1714Jeremy Harris
2015-09-30Testsuite: nail testcase to ipv4 to avoid output difference in non-6 buildJeremy 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-09-17DNS: time-limit cached returns, using TTL. Bug 1395Jeremy Harris
This can matter for fast-changing data such as DNSBLs.
2015-09-14Add the Exim version to process info (exiwhat)Heiko Schlittermann (HS12-RIPE)
2015-08-21Remember the fail reason for verify=headers_syntax. Bug 264Jeremy Harris
2015-08-10Testsuite: Add test for MAIL with spaces + optionsHeiko Schlittermann (HS12)
2015-06-22Testsuite: Add a first test for dns_trust_aaHeiko Schlittermann (HS12)
2015-06-09Testsuite: less agressive PID-hidingJeremy Harris
2015-06-09Testsuite: quieteningJeremy Harris
2015-06-08Truncate delay when peer closes connection. Bug 348Jeremy Harris
This is now possible on Linux, at least.
2015-06-07Testsuite: avoid IPv6 interfaces to avoid extra debug stderr linesJeremy Harris
2015-05-23Testsuite: move test.again.dns and test.fail.dns handling to fakensJeremy Harris
2015-05-23tidyingJeremy Harris
2015-05-20Testsuite: Check debug message if we requested AD but got AAHeiko Schlittermann (HS12)
2015-05-19Change HELO-verify forward case from byname to bydns and add DNSSEC trackingJeremy Harris
2015-05-19Change host_lookup re-forward from byname to bydns; checking DNSSECJeremy Harris
2015-05-18Fix truncated dns-lookup return record handlingJeremy Harris
2015-05-18Testsuite: move manyhome.test,ex handling from exim to fakensJeremy Harris
2015-05-15Callout: additional debug on cache operationsJeremy Harris