summaryrefslogtreecommitdiff
path: root/test/stdout
AgeCommit message (Collapse)Author
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-18Testsuite: Add ad= to even more outputsHeiko Schlittermann (HS12)
2015-05-18Fix truncated dns-lookup return record handlingJeremy Harris
2015-05-17Testsuite: Munge the output to fit the ad=… linesHeiko Schlittermann (HS12)
2015-05-14Testsuite: missing output fileJeremy Harris
2015-05-13Testsuite: Check dnssec_{request,require}_domains for dnslookupHeiko Schlittermann (HS12)
2015-05-12Output dnssec status in -bt/-bv modeHeiko Schlittermann (HS12)
Currently this feature is enabled only if running_in_test_harness, because I don't want to break anything else.
2015-05-09Support SOA lookup in dnsdb lookups. Bug 286Jeremy Harris
2015-05-09Add retrans/retry options to dnsdb lookup. Bug 1539Jeremy Harris
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-05-04I18N: new ${imapfolder_<sep>:<string>} expansion item. Bug 420Jeremy Harris
2015-04-26MIME: Support RFC2231 for filenames. Bug 466Jeremy Harris
Patch originally from Alexander Shikoff, heavily reworked by JH.
2015-04-25Make dnssec_request_domains/dnssec_require_domains genericHeiko Schlittermann (HS12)
Not only the dnslookup router should use DNSSEC for lookups. The manualroute and even queryprogram router may just generate a host list. The names then need to be resolved, optionally via DNSSEC.
2015-04-25Testsuite: add support for -FLAVOUR optionHeiko Schlittermann (HS12)
This feature allows to save test results as as a "flavo(u)r". E.g. Debian/8 uses special lib-OpenSSL settings. This results in less verbose output of some SSL related tests.
2015-04-21UTF8: mua_wrapperJeremy Harris
2015-04-21UTF8: MSA downconversionsJeremy Harris
2015-04-19Testsuite: fix content-scanner interface testsJeremy Harris
2015-04-18Testsuite: split out tests requiring IPv6Jeremy Harris
2015-04-18UTF8: Avoid treating a punycoded dns lookup as an implicit redirectionJeremy Harris
2015-04-13UTF8: split up testcasesJeremy Harris
2015-04-13Stabilize test 3000 - Perl hashHeiko Schlittermann (HS12)
A Perl hash in scalar context returns a true value. Nothing else. Currently it's information about the internal storage, something like n/m, used buckets/allocated buckets. But this seems to change from run to run between 1/8 and 2/8.
2015-04-13non-smtp inputJeremy Harris
2015-04-12tlsJeremy Harris
2015-04-12DNS lookups never use UTF-8Jeremy Harris
2015-04-12sender verify calloutJeremy Harris
2015-04-12utf8 recipientJeremy Harris
2015-04-12recipient verify calloutJeremy Harris
2015-04-12smtp output, no remote supportJeremy Harris
2015-04-12smtp outputJeremy Harris
2015-04-12smtp inputJeremy Harris
2015-04-12A-label expansion operatorsJeremy 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-03-15SOCKS: as a client, talk SMTP via a socks5 proxy. Bug 1590Jeremy Harris
2015-02-27 Add retry type "lookup". Bug 1566Jeremy Harris
Also add dnslookup router option "fail_defer_domains" to support it.
2015-02-22Relax rules on verb use in QUIT/not-QUIT ACLs. Bug 608Jeremy Harris
2015-02-18Testsuite: permit use of IPv6 loopbackJeremy Harris
2015-02-15Verify callout/random: repoen connection if error after random rcpt attempt. ↵Jeremy Harris
Bug 495
2015-02-15SpamAssassin: replace "backup" option on server spec with "pri=<N>". Bug 670Jeremy Harris
2015-02-14Rspamd: add $authenticated_id as User to scan commandAndrew Lewis
2015-02-09Add retry option to clamd and spamd. Bug 392Jeremy Harris
2015-01-25Support Rspamd. Patch from Andrew Lewis, lightly editorialisedAndrew Lewis
by JH. Bug 1573
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