Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-15 | Add expansion for DMARC policy | Todd Lyons | |
New variable is $dmarc_domain_policy | |||
2014-04-15 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
Fixed Conflicts: doc/doc-txt/ChangeLog | |||
2014-04-15 | De-duplicate two documentation sections | Todd Lyons | |
2014-04-09 | More care with headers add/remove lists. Bug 1452 | Jeremy Harris | |
As a side-effect, playing games with newlines no longer gives an altered message body/ Testcase 0324 is questionable (though passing) | |||
2014-04-09 | dnsdb tlsa lookup | Todd Lyons | |
2014-03-19 | Docs for transport tls_verify_hosts &c. | Jeremy Harris | |
2014-03-18 | Fix ACL "condition =" for negative number values. Bug 1005 | Jeremy Harris | |
Fix conditional "bool{<string>}" for negative number values, to match. | |||
2014-03-16 | Enforce that only smtp transports can be used for verify callouts. Bug 1445 | Heiko Schlittermann | |
2014-03-16 | Support transport-added headers under cutthrough delivery. Bug 1431 | Jeremy Harris | |
2014-03-15 | Add tls_verify_hosts and tls_try_verify_hosts to smtp transport. Bug 1371 | Wolfgang Breyha | |
Code by Wolfgang Breyha, docs and testsuite by Jeremy Harris | |||
2014-03-15 | Testcases | Jeremy Harris | |
2014-03-15 | Add documentation | Jeremy Harris | |
2014-03-09 | Refactor malware.c and introduce new scanner type "sock". Bugs 1418 and 1396 | Jeremy Harris | |
2014-03-09 | Log port and TLS details for a failed delivery | Jeremy Harris | |
2014-03-09 | Log incoming-TLS details on rejects. Bug 305 | Jeremy Harris | |
2014-03-09 | Fix docs for utf8clean | Jeremy Harris | |
2014-03-08 | ${utf8clean:string} expansion operator. Bug 1401 | Axel Rau | |
2014-03-08 | Expand documentation on use of dnslists in an IPv6 environment. Bug 1369 | Jeremy Harris | |
2014-03-06 | Change strings of SPF result to conform to RFC 4408 | Todd Lyons | |
Introduces a small backwards incompatible change to two results, err_temp to temperror and err_perm to permerror. | |||
2014-03-06 | Code for verify=header_names_ascii | Michael Fischer v. Mollard | |
Documentation and test included. Fixed Conflicts: doc/doc-txt/ChangeLog | |||
2014-03-05 | Support log_selector smtp_confirmation for the lmtp transport. Bug 1157 | Wolfgang Breyha | |
2014-03-02 | Fix docs, `dns_dnssec_ok` not `dns_use_dnssec` | Phil Pennock | |
The variable rename in 4.82 PP/19 (commit 0fbd9bff) was incomplete, I missed changing the documentation. :( | |||
2014-01-14 | Bugzilla 1433: Fix DMARC SEGV | Wolfgang Breyha | |
Properly escape value passed to expand_string(). Check for NULL return from expand_string(). | |||
2014-01-07 | Copyright year updates: | Phil Pennock | |
vi $(git whatchanged --since=2013-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/) Did 2014 first, since otherwise every file I touched to update to 2013 would show as changed in 2014. Last invocation logged to git was during 2012. Will need to be more careful if auditing next year. | |||
2014-01-07 | Copyright year updates: 2014 | Phil Pennock | |
vi $(git whatchanged --since=2014-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/) | |||
2014-01-05 | Document (and enforce) that DKIM-signing is not supported in cobination with ↵ | Jeremy Harris | |
cutthrough routing | |||
2014-01-05 | Documant the non-support of header manipulation in post-RCPT ACLs in ↵ | Jeremy Harris | |
combination with cuttrhough. Add check and paniclog attempts to do so. Bug 1411 (WONTFIX). | |||
2014-01-05 | Explicitly disable cutthrough on transports having filters | Jeremy Harris | |
2014-01-05 | Explicitly disable cutthrough on transports having filters | Jeremy Harris | |
2013-12-30 | Proxy negotiation saves socket timeout values. | Todd Lyons | |
Rename proxy expansions conforming to Exim standards. Update documentation to reflect rename. Seperate restore socket function | |||
2013-12-22 | Add ${listextract {n}{list}...} | Jeremy Harris | |
2013-12-07 | Clarify interaction of delay_warning and retry configuration. | Jeremy Harris | |
2013-11-30 | Proxy Protocol - Server support | Todd Lyons | |
Initial conf setting and expansions Logging setting whether to record proxy host, off by default Put PROXY processing before connect ACL Fix incoming address logging Add Proxy Protocol to ChangeLog Set window for Proxy Protocol header to be sent Update docs and EDITME. | |||
2013-11-19 | Fix ldap option setting. | Todd Lyons | |
Some client libs set a global context, newer client libs set a global default which then needs to be reloaded. | |||
2013-11-10 | Fix memory management vs. acl-as-conditional | Jeremy Harris | |
2013-11-10 | spec: TLS certificates: avoid MD5 | Phil Pennock | |
Make it clearer in the spec, where talking about certificates, that MD5 in certs is a really Quite Bad idea. | |||
2013-11-07 | Portability fix for Solaris without xpg4 utilities | Tony Finch | |
2013-11-05 | Put back a required .new/.wen stanza | Todd Lyons | |
2013-11-05 | Prep docs/markup for next release cycle | Todd Lyons | |
2013-11-05 | Explain the TLS cleanup bug in the ChangeLog | Tony Finch | |
2013-10-24 | Doc/Spec: section "Trust in configuration data"exim-4_82 | Phil Pennock | |
2013-10-22 | Bug 1400: Fix GnuTLS PKCS11 issues | Todd Lyons | |
Can disable PKCS11 in Makefile with AVOID_GNUTLS_PKCS11 build flag. Rename gnutls_enable_pkcs11 option to gnutls_allow_auto_pkcs11. Update Changelog | |||
2013-10-19 | Bugzilla 1402 - Handle upper case chars in tests | Todd Lyons | |
Test 533 fails if there are any upper case chars in the path to the test suite. Added caseful_local_part=true to the router which calls the pipe. | |||
2013-10-13 | Fix listnamed doc typos | Jeremy Harris | |
2013-10-13 | Cross-ref av_scanner syntax to list syntax | Jeremy Harris | |
2013-10-09 | Added missing .new/.wen in spec.xpftexim-4_82_RC3 | Todd Lyons | |
2013-10-09 | Documentation for multiple TCP clamd servers | Todd Lyons | |
2013-10-08 | Bug 1150: Enhance docs for ${addresses:} expansion | Todd Lyons | |
2013-10-07 | Fix TPDA text. | Jeremy Harris | |
Credit Axel Rau for careful proofreading. | |||
2013-10-06 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |