summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-03-12Merge pull request #30 from SpamExperts/masterNigel Metheringham
Correct typos in DMARC experimental documentation
2015-03-08docs: typoJeremy Harris
2015-03-07DSN: fix multiple-recipient notificationsJeremy Harris
A newline is needed between each Action group
2015-03-07Testsuite: tidy retry-db testcaseJeremy Harris
2015-03-06docs: typoJeremy Harris
2015-03-02Correct typos.Alexandru Chirila
Minor typo fixes in DMARC experimental documentation.
2015-03-01Events: Fix crash on control=debug from transport event acl. Bug 1540Jeremy Harris
2015-02-27 Add retry type "lookup". Bug 1566Jeremy Harris
Also add dnslookup router option "fail_defer_domains" to support it.
2015-02-26Increase limit on SMTP confirmation message copy size. Bug 1572Jeremy Harris
2015-02-22Docs: add para on acl_smtp_notquitJeremy Harris
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-15Withdraw A6 DNS record supportJeremy 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-14OpenSSL: Capture peercert/dn in mainline not verify-callback. Bug 1571Jeremy Harris
2015-02-11Docs: add notes on per-user SpamAssassin profiles. Bug 1579Jeremy Harris
2015-02-11Fix reduce expansion.Jeremy Harris
Broken-by: 55414b25bee9
2015-02-09tidyingJeremy Harris
2015-02-09Add retry option to clamd and spamd. Bug 392Jeremy Harris
2015-02-04Openssl: add peer IP to cert verify log linesJeremy Harris
2015-02-01constificationJeremy Harris
2015-01-29List separator specifiers in router/transport headers_add/remove. Bug 1581Jeremy Harris
2015-01-29Fix truncation of items in headers_remove lists, this time in routers. Bug 1533Jeremy Harris
2015-01-28Add timeout option to spamd_address server specification. Bug 68Jeremy Harris
2015-01-28Support hostnames and IPv6 addresses for spamd_address. Bug 1259Jeremy Harris
2015-01-27Make useful socket functions more generally availableJeremy Harris
2015-01-27Fix crash in ocsp_url extractJeremy Harris
2015-01-25Do not panic-log each clamd connection fail. Bug 392Jeremy Harris
The panic log line for all servers failed is retained.
2015-01-25Do not panic-log each spamd connection fail. Bug 392Jeremy Harris
The panic log line for all servers failed is retained.
2015-01-25Add time, weight and backup modifiers to spamd_address list elements. Bug 670Roman
Heavy refactoring by JH. Also support mixed/multiple Unix/TCP server specifications.
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-21DANE: if all TLSA records are unusable, retry verification non-dane.Jeremy Harris
2015-01-20Deny cutthrough if the ountbound is LMTP. Bug 1576Jeremy 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-20Testsuite: Experimental_Certnames absorbed into mainlineJeremy Harris
2015-01-18Separate make targets for utils and exim. Bug 610Jeremy Harris
2015-01-18Log local IP on delivery log line, under the incoming_interface log ↵Jeremy Harris
selector. Bug 507
2015-01-17Docs: fix sort exampleJeremy Harris
2015-01-13Make smtp_receive_timeout main option expanded. Bug 564Jeremy Harris
2015-01-13Add cmdline option to append a log message. Bug 418Jeremy Harris
2015-01-13Docs: bump previous-versionJeremy Harris
2015-01-12Docs: mark up with changebarsJeremy Harris
2015-01-12Testsuite: fix leftover in mime testingJeremy Harris