summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2015-11-08Testsuite: Add munge for EXPERIMENTAL_DSN_INFOJeremy Harris
2015-11-06Transport: permit an empty string for the transport_filter option. Bug 1714Jeremy Harris
2015-11-03PRDR: Introduce $prdr_requested flag variable. Bug 1712Jeremy Harris
2015-10-27Testsuite: allow for sudo -u <user> in test scriptsHeiko Schlittermann (HS12-RIPE)
2015-10-27Manualroute: use same host for all RCPTs of a message, even under ↵Eric Andresen
hosts_randomize. Bug 830 Patch from author adjusted by JH to retain MX priorities when /MX indirection is used.
2015-10-26Testsuite: followon -bt output changesJeremy Harris
2015-10-26Testsuite: deal better with -bt output and long test-system ipv4 addressesJeremy Harris
2015-10-25Pipe transport: fix log_defer_output option. Bug 840Jeremy Harris
2015-10-13Log deferred deliveries for transport max_parallelJeremy Harris
2015-10-13max_parallel transport optionJeremy Harris
2015-09-30Testsuite: nail testcase to ipv4 to avoid output difference in non-6 buildJeremy Harris
2015-09-29Testsuite: nail testcase to ipv4 to avoid output difference in 4+6 environmentJeremy Harris
2015-09-22Testsuite: move regex testcase to Content-scanning sectionJeremy Harris
2015-09-20Testsuite: remove unused acl option from testcaseJeremy Harris
Fixes case-fail on non-contentscan builds.
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-09-13Testsuite: output changes resulting from 055e2cb463e4Jeremy Harris
2015-09-12New $callout_address variable to record spamd (etc) address. Bug 1652Jeremy Harris
2015-09-09DSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce messages. Bug 1686Jeremy Harris
2015-09-08 Capture substrings in ACL regex= . Bug 425.Jeremy Harris
2015-09-03Testsuite: a DSN case for a remote-MTA specified by name rather than IPJeremy Harris
2015-08-21Remember the fail reason for verify=headers_syntax. Bug 264Jeremy Harris
2015-08-19Testsuite: auto-detect the Exim binary in ../src/build*Heiko Schlittermann (HS12)
2015-08-19Testsuite: Update README about flavoursHeiko Schlittermann (HS12-RIPE)
2015-08-19Testsuite: Update debian8 flavour for 5600Heiko Schlittermann (HS12-RIPE)
2015-08-14Improve the consistency of logging incoming and outgoing interfaces.Tony Finch
The I= interface field on outgoing lines is now after the H= remote host field, same as incoming lines. There is a separate outgoing_interface log selector which allows you to disable the outgoing I= field. (slight massaging by JH)
2015-08-13Testsuite: Add short help to serverHeiko Schlittermann (HS12)
2015-08-10Testsuite: Add test for MAIL with spaces + optionsHeiko Schlittermann (HS12)
2015-08-06Dup GnuTLS test to OpenSSLJeremy Harris
2015-08-05Testsuite: Avoid requesting TLS cert-status requests from GnuTLS test ↵Jeremy Harris
utility unless wanted
2015-08-02Testsuite: pass GnuTLS despite OCSP whiningJeremy Harris
2015-08-02Testsuite: Add testcase for OCSP-nonaware client, to supporting server. Bug ↵Jeremy Harris
1664 The logfile here is for (I hope) the passing case, though the fixed GnuTLS library is not yet available. Also due to the bug, client-gnutls is not usable for the test; client-openssl must be used - meaning that a GnuTLS-only system cannot run the testcase: OCSP-GnuTLS/5650 OCSP stapling, server ** Command 15 ("client-ssl", starting at line 98) ** Return code 127 (expected 0)
2015-06-22Testsuite: Add a first test for dns_trust_aaHeiko Schlittermann (HS12)
2015-06-22Testsuite: fakens may return AUTHORITY recordsHeiko Schlittermann (HS12)
If an entry in db.<zone> is prefixed with "AA ", fakens will put a valid NS record into the AUTHORITY section of the returned packet. This will be used by dns_trust_aa checks.
2015-06-10Testsuite: additional EC encryptions seenJeremy Harris
2015-06-10Testsuite: Increase test delays and retry rule timesJeremy Harris
to allow slow hosts more reliable testing
2015-06-09Testsuite: less agressive PID-hidingJeremy Harris
2015-06-09Testsuite: quieteningJeremy Harris
2015-06-09Testsuite: avoid IPv6 to avoid "no route to host" log linesJeremy 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-06-04TLS authenticatorJeremy Harris
2015-05-27Testsuite: Add $USER to env if missingHeiko Schlittermann (HS12)
2015-05-27Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346Jeremy Harris
2015-05-26TLS: Enable ECDHE on OpenSSL, just the NIST P-256 curve. Bug 1397Phil Pennock
Original by Phil Pennock; tweaked by JH.
2015-05-23New ${env {NAME}} expansion. Bug 1604Jeremy Harris
2015-05-23Testsuite: move test.again.dns and test.fail.dns handling to fakensJeremy Harris
2015-05-23tidyingJeremy Harris
2015-05-22DANE: do not fail/defer message due to TLSA lookup but dane is only requestedJeremy Harris