summaryrefslogtreecommitdiff
path: root/test/stderr
AgeCommit message (Collapse)Author
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
2015-05-13Testsuite: Check dnssec_{request,require}_domains for dnslookupHeiko Schlittermann (HS12)
2015-05-07 Log lengthy DNS lookups. Bug 514Jeremy Harris
Original by <derrick.rice@gmail.com>, massaged by JH
2015-05-06Log reason for defer, on a hostlist dns-lookup temporary error. Bug 1328Jeremy Harris
2015-04-24Testsuite: Fix check_dir_size() fs dependenciesJeremy Harris
2015-04-21UTF8: MSA downconversionsJeremy Harris
2015-04-12bounce messageJeremy Harris
2015-03-31Fix positive testcase for -oMmJeremy Harris
2015-03-24Use TLS by default on callouts/cutthroughsJeremy Harris
2015-03-24Fix default-port TLSA lookup done by callout. Bug 1602Jeremy Harris
2015-03-15When trying spooled messages, account for the local-interface in grouping ↵Julian Brown
for a connection. Bug 1141
2015-02-22Relax rules on verb use in QUIT/not-QUIT ACLs. Bug 608Jeremy Harris
2015-02-09tidyingJeremy Harris
2015-02-04Openssl: add peer IP to cert verify log linesJeremy Harris
2015-02-01constificationJeremy Harris
2015-01-24Testsuite: remove old testcase for reverse_host_lookup/defer_okJeremy Harris
2015-01-24Support /defer_ok on verify=reverse_host_lookup. Bug 344Jeremy Harris
2015-01-20Testsuite: add testcase for <>-mismatch in To:/From: headersJeremy Harris
2015-01-20Multi-recipient cutthrough delivery. Bug 1542Jeremy Harris
Testing and fixes by: Heiko Schlittermann <hs@schlittermann.de>
2015-01-18Log local IP on delivery log line, under the incoming_interface log ↵Jeremy Harris
selector. Bug 507
2015-01-13Make smtp_receive_timeout main option expanded. Bug 564Jeremy Harris
2015-01-12Support timeout option on malware=Jeremy Harris
2015-01-12Testsuite: case for malware= avastJeremy Harris
2015-01-12Move DSN support to mainlineJeremy Harris
Affects bug 893
2015-01-12Emphasize whitespace in hostnames in debug outputJeremy Harris
2015-01-12Disable identd (rfc1413) lookups by defaultJeremy Harris
2015-01-12Log certificate verification status by defaultJeremy Harris
2015-01-12Make smtp transport try server cert verify by defaultJeremy Harris
This is an exim client checking a server certificate.
2015-01-12Move certificate name checking to mainline, default enabledJeremy Harris
This is an exim client checking a server certificate.
2014-12-21Testsuite: cases for malware= interfaces to f-protd, aveserver, fsecure, ↵Jeremy Harris
soophie & clamav There are running against scripts not the rea thing so only useful for spotting gross breakage.
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.