summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-11-26Fix potential misaligned ipv6 result records from DNS searchJeremy Harris
2015-11-25MIME: fix crash on filenames having null charset. Bug 1730Jeremy Harris
2015-11-22SOCKS: Support priority groups and weighted-random selection fromJeremy Harris
multiple proxes. Bug 1720
2015-11-22MySQL: support MySQL config file option group names. Bug 1701Jeremy Harris
2015-11-17GF: Fix esoteric race condition in exicyclogGraeme Fowler
2015-11-14Events: add recipient-deferred events, both per-host and all-hosts.Jasen Betts
2015-11-13Hide hidden lines for -bP configHeiko Schlittermann (HS12-RIPE)
2015-11-12Add -bP config_fileHeiko Schlittermann (HS12-RIPE)
The -bP configure_file is still supported, but should fade out eventually. config_file matches better the expansion $config_file.
2015-11-12Add support for -bP configHeiko Schlittermann (HS12-RIPE)
2015-11-12Logging: support +outgoing_port on defer lines and per-host error linesJeremy Harris
2015-11-08Expansions: New ${ipv6denorm:<string>} and ${ipv6norm:<string>} operators. ↵Jeremy Harris
Bug 1650
2015-11-08TLS: Default tls_advertise_hosts to "*". Bug 1709Jeremy Harris
Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set.
2015-11-07DKIM: fix non-debug build. Bug 1713Jasen Betts
2015-11-06Transport: permit an empty string for the transport_filter option. Bug 1714Jeremy Harris
2015-11-03PRDR: Introduce $prdr_requested flag variable. Bug 1712Jeremy Harris
2015-11-03Radius: Change name of header file for RADIUSCLIENTNEW to match Fedora and ↵Jeremy Harris
(apparently) Gentoo. Also include a hack to avoid a definition conflict between that Radius header and a DBM header. This work imported from Gentoo (more than one author).
2015-11-02Avoid misaligned access in cached lookup. Bug 1708Jeremy Harris
2015-11-01Source: Remove trailing whitespaces from src/*.{h,c}Heiko Schlittermann (HS12-RIPE)
2015-10-30Lookups: Do not escape percent or underbar in the ${quote_pgsql: } operator. ↵Jeremy Harris
Bug 1706
2015-10-30Cygwin: update from Exim Cygwin maintainer. Bug 1707Jeremy Harris
2015-10-27Manualroute: use same host for all RCPTs of a message, even under ↵Eric Andresen
hosts_randomize. Bug 830 Patch from author adjusted by JH to retain MX priorities when /MX indirection is used.
2015-10-26Testsuite: deal better with -bt output and long test-system ipv4 addressesJeremy Harris
2015-10-25Pipe transport: fix log_defer_output option. Bug 840Jeremy Harris
2015-10-25DKIM: ignore space & tab embedded in base64 during decode. Bug 1700Jeremy Harris
2015-10-25code tidyingJeremy Harris
2015-10-17Merge remote-tracking branch 'github/pr/34'Phil Pennock
GitHub user @puleglot "Alexander Tsoy" reported build failures for RADIUS: > Was broken by commits 93a6fce and 55414b2 These are the recent const-ification work. Changes LGTM.
2015-10-17Utils: exiqgrep error/usage if there are non-understood arguments. Bug 1586Jeremy Harris
2015-10-17Fix conflicting types errors in radius authAlexander Tsoy
Was broken by commits 93a6fce2 and 55414b25
2015-10-13Check maximum (folded) line length in default spec file data ACL and smtp ↵Jeremy Harris
transport. Bug 1684
2015-10-13Log deferred deliveries for transport max_parallelJeremy Harris
2015-10-13max_parallel transport option. Bug 1698Jeremy Harris
2015-10-13max_parallel transport optionJeremy Harris
2015-10-11Fix typo in debug outputHeiko Schlittermann (HS12-RIPE)
2015-10-11Handle >1 parallelism in serialize db entriesJeremy Harris
2015-10-11code tidyingJeremy Harris
2015-10-03TidyingJeremy Harris
2015-10-03SOCKS: fix function prototypeJeremy Harris
2015-09-30Increase verbosity of (panic)log message for string_sprintf overflowJeremy Harris
2015-09-29Fix gnutls library version check, for system certs feature. Bug 1691Jeremy Harris
2015-09-22Testsuite: move regex testcase to Content-scanning sectionJeremy Harris
2015-09-20DNS: avoid overflow in cache TTL for negative entries. Bug 1395Jeremy Harris
2015-09-19Retry: always use interface, if set, for retry DB key. Bug 1678Jeremy Harris
Even constant values must be used, as multiple transports with different values may be in play and should be kept distinct.
2015-09-17DNS: time-limit cached returns, using TTL. Bug 1395Jeremy Harris
This can matter for fast-changing data such as DNSBLs.
2015-09-14Add the Exim version to process info (exiwhat)Heiko Schlittermann (HS12-RIPE)
2015-09-13 TLS: downgrade fail of cert-based authentication from log message to ↵Jeremy Harris
debug messsage
2015-09-12New $callout_address variable to record spamd (etc) address. Bug 1652Jeremy Harris
2015-09-09DSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce messages. Bug 1686Jeremy Harris
2015-09-08 Capture substrings in ACL regex= . Bug 425.Jeremy Harris
2015-08-25Close logs after daemon-process exceptional write. Bug 728Jeremy Harris
2015-08-21Remember the fail reason for verify=headers_syntax. Bug 264Jeremy Harris