summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-01-25Do not panic-log each spamd connection fail. Bug 392Jeremy Harris
2015-01-25Add time, weight and backup modifiers to spamd_address list elements. Bug 670Roman
2015-01-25Support Rspamd. Patch from Andrew Lewis, lightly editorialisedAndrew Lewis
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-20Multi-recipient cutthrough delivery. Bug 1542Jeremy 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 selector....Jeremy 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-12Do RE compilations at daemon startup. Bug 1568Jeremy Harris
2015-01-12Support timeout option on malware=Jeremy Harris
2015-01-12Apply timeout consistently to all malware scanner typesJeremy Harris
2015-01-12Apply timeout to Fsecure malware response. Bug 1549Jeremy Harris
2015-01-12 Add support for avast malware scanner. Bug 1033Jeremy Harris
2015-01-12Propagate more error codes internallyJeremy Harris
2015-01-12Move DSN support to mainlineJeremy Harris
2015-01-12Close dangling file. Bug 1379Jeremy Harris
2015-01-12Emphasize whitespace in hostnames in debug outputJeremy Harris
2015-01-12Disable identd (rfc1413) lookups by defaultJeremy Harris
2015-01-12New variable $exim_version. Bug 306Jeremy Harris
2015-01-12New variable $config_dir, $config_file. Bug 1553Heiko Schlittermann
2015-01-12Code tidyingJeremy Harris
2015-01-12Fix buffer overrun in spam= acl condition. Bug 1552Jeremy Harris
2015-01-12Code tidyingJeremy Harris
2015-01-12Reformat to project standardJeremy Harris
2015-01-12Log certificate verification status by defaultJeremy Harris
2015-01-12Make smtp transport try server cert verify by defaultJeremy Harris
2015-01-12Make "system" location for certificate CA bundle the defaultJeremy Harris
2015-01-12Support use of system default CA bundleJeremy Harris
2015-01-12Move certificate name checking to mainline, default enabledJeremy Harris
2015-01-12As client, request PRDR by default if the server offers itJeremy Harris
2015-01-12Refactor common uses of list-checkingJeremy Harris
2015-01-12Make the multi_domain smtp transport option expandedJeremy Harris
2015-01-12Make the retry_include_ip_address smtp transport option expanded. Bug 1545Jeremy Harris
2015-01-01Avoid crash with badly-terminated non-recognised mime parameterJeremy Harris
2014-12-30Fix crash in mime acl when a parameter is unterminatedJeremy Harris
2014-12-25Fix null-indirection in certextract expansionJeremy Harris
2014-12-23Use TIME_T_FMT for formatting tv_sec. Bug 1561Jeremy Harris
2014-12-19EXPERIMENTAL_DSN: use the SMTP return messsage for Diagnostic-Code lines. Bu...Wolfgang Breyha