summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-10-21Ensure unique message-id even for rejected messagesJeremy Harris
2018-10-17Testsuite: force non-TLSv1.3 for (OpenSSL) cert-variable testJeremy Harris
This maintains visibility of the cert choice required by the auth-method configuration. Leave the bogus results from pre-1.1.1 OpenSSL library bug while the fixed version is not in common use.
2018-10-14tidyingJeremy Harris
2018-10-14Testsuite: client script faciility for handling optional reponsesJeremy Harris
Use this to deal with fallout from TLS negotiation failure, where the server sees leftover encrypted data as garbage commands.
2018-10-13Testsuite: tidyingJeremy Harris
2018-10-12Increase buffer size used for DNS responses. Bug 2329Jeremy Harris
2018-10-12Rename smtp.client-ip to smtp.remote-ipPhil Pennock
This tracks changes in the ARC draft. The Received-SPF headers remain unchanged.
2018-10-06Testsuite: more TLSv1.3 handlingJeremy Harris
2018-10-02Debug: noutf8 selector. Bug 2324Jeremy Harris
2018-09-30Testsuite: enhance json extract testsJeremy Harris
2018-09-30Expansions: extract methods for JSON objects and arrays. Bug 2282Jeremy Harris
2018-09-29Events: tests. Bug 2322Jeremy Harris
2018-09-28Events: Fire msg:fail:internal for a non-system filter "fail" command. Bug ↵Matthias Kurz
2322
2018-09-28Events: Fire msg:fail:delivery event even when error is being ignored. Bug ↵Matthias Kurz
2314
2018-09-23DSN: tescase for ESMTP DSN extension, RCPT optionsJeremy Harris
2018-09-21Testsuite: output changes resultingJeremy Harris
2018-09-21Testsuite: timing change needed for debug changesJeremy Harris
Broken-by: 8008accd32
2018-09-20Testsuite: handle OpenSSL 1.1.1Jeremy Harris
2018-09-19Testsuite: output changes resulting from timing change.Jeremy Harris
Broken-by: 8008accd32
2018-09-18Testsuite: track newer GnuTLS behaviourJeremy Harris
We have lost one log line, for a ciphers-negotiation failure on an early host in a list from routing. We still get something indicative if the last one fails, so I'm going to let this pass. Test 2025 will fail on earlier GnuTLS library versions as a result. NONE no longer works as documented, in priority string for GnuTLS.
2018-09-18GnuTLS: simplify cert hostname checkingJeremy Harris
2018-09-17DANE: fix TA-mode verify under GnuTLS. Bug 2311Jeremy Harris
2018-09-17Events: raise msg:fail:internal & msg:complete for -Mrm. Bug 2310Matthias Kurz
2018-09-16testsuite output changesJeremy Harris
2018-09-16Fix filter noerror command. Bug 2318Matthias Kurz
2018-09-14tests: propagate CPPFLAGS into build invocationsPhil Pennock
With openssl installed by brew on macOS, OpenSSL headers are not in a normal place. I can fiddle with LDFLAGS/CPPFLAGS to get them available, but then the `./configure` step succeeds and build fails. Propagating the CPPFLAGS into the generated Makefile lets the build succeed and we get a `client-ssl` binary output.
2018-09-10Unbreak test 0600 (copy/paste error)Phil Pennock
2018-09-10Docs: document ancillary info for more event types. Bug 2313Matthias Kurz
Patch from Matthias, with additional code indentation tweaks from JGH
2018-09-09DANE - testcase for fail under GnuTLS with TA-mode to a selfsigned server certJeremy Harris
2018-08-22Testsuite: fix CHUNKING tests for no-DKIM buildJeremy Harris
2018-08-22Logging: server pipelining offer but no uptakeJeremy Harris
2018-08-21Debug: indent builtin-DB operationsJeremy Harris
2018-08-21Logging: pipelining log_selectorJeremy Harris
2018-08-20unbreak test: s/log_write/logwrite/Phil Pennock
2018-08-16Fix utf8clean not replacing incomplete final characterPhil Pennock
Before, it was just dropped, but we document that it's replaced by ?. Tests updated, manual test-case for -be prompt is: ${utf8clean:${length_1:フィル}}
2018-08-11Fix logging all_parents for cutthrough delivery. Bug 2296Jeremy Harris
2018-08-09Fix cutthrough delivery for more than one iteration of address redirection. ↵Jeremy Harris
Bug 2296
2018-07-28I18N: add a utf8_downconvert option to the smtp transport. Bug 2248Jeremy Harris
2018-07-27Support REQUIRETLSJeremy Harris
2018-07-18Testsuite: restore rspamd testcaseJeremy Harris
Missed from 611b1961b8.
2018-07-18I18N: reject SMTPUTF8 MAIL command when facility not advertisedJeremy Harris
2018-07-18I18N: Fix protocol recorded for a multi-SMTPUTF8-message connection. Bug 2287Jeremy Harris
2018-06-28Testsuite: tweak instructions for running the suiteJeremy Harris
2018-06-27Restore rsmapd supportJeremy Harris
Following discussions on the exim-user mailinglist it seems that the conclusion that the interface was nonfunctioning was unwarranted.
2018-06-26Revert "Support Rspamd. Patch from Andrew Lewis, lightly editorialised"Jeremy Harris
This reverts commit c5f280e20a8e3ecd5f016b8fb34a436588915ed2.
2018-06-26Revert "Testsuite: limited support for Content-length:"Jeremy Harris
This reverts commit f6f239461fd62b3a4f3142b6b2a85f8f65eee486.
2018-06-25Expansions: A tls option on ${readsocket }. Bug 2282Jeremy Harris
2018-06-21Testsuite: workaround older-perl bugJeremy Harris
2018-06-21Testsuite: missing output filesJeremy Harris
2018-06-21DKIM: Fix signing for body lines starting with a pair of dots. Bug 2284Jeremy Harris
Broken-by: 42055a3385