summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-08-23Add message_body_newlines.Philip Hazel
2007-08-23Add "server=" feature to MySQL and PostgreSQL lookups.Philip Hazel
2007-08-22Escape funny characters when logging DN=Philip Hazel
2007-08-22Fix missing quota message for system quota failure with maildir.Philip Hazel
2007-08-22Add the NOTQUIT ACL.Philip Hazel
2007-08-17Patch from the Sieve maintainer.Philip Hazel
2007-07-29Unindent incorrectly indented here document in exinext (closes: bug 416)Magnus Holmgren
2007-07-27Update experimental-spec and comment on the name of the SPF trace header - ↵Magnus Holmgren
it's now called Received-SPF (fixes: bug 519)
2007-07-04Fix bug in readconf in diagnosing overflowing ints in 64-bit systems.Philip Hazel
2007-07-04Remove unwanted (int) case when reading SIZE. Fix runtest for 64-bitPhilip Hazel
systems. Tidy obsolete stuff in test 46.
2007-06-29Fix stupid oversight in $max_received_linelength.Philip Hazel
2007-06-29Fix pcre #include problem; add "-pre" to version.Philip Hazel
2007-06-27Add queue_only_load_latch.Philip Hazel
2007-06-27NetBSD-specific configuration patches from David Brownlee.Philip Hazel
2007-06-26Fix bug introduced with +ignore_defer and +include_defer.Philip Hazel
2007-06-26Add warning about missing retry rules to the default configuration.Philip Hazel
2007-06-26Installed PCRE 7.2 into Exim.Philip Hazel
2007-06-26Add +ignore_defer and +include_defer to host lists.Philip Hazel
2007-06-22Added $max_received_linelength.Philip Hazel
2007-06-20Note about ratelimit resets.Philip Hazel
2007-06-20Add /noupdate as a ratelimit option.Philip Hazel
2007-06-19Add -Mvc option.Philip Hazel
2007-06-19Fix text type in ACL error message.Philip Hazel
2007-06-18Add client_condition to authenticators.Philip Hazel
2007-06-14Added $dnslist_matched.Philip Hazel
2007-06-14Export body_linecount and body_zerocount in the local_scan API.Philip Hazel
2007-05-31Bug #503: Use Ulstat() instead of Ustat() in dsearch lookup.Magnus Holmgren
2007-05-17Bugzilla #502Tom Kistner
2007-05-14The "spam" ACL condition code contained a sscanf() call with a %sMagnus Holmgren
conversion specification without a maximum field width, thereby enabling a rogue spamd server to cause a buffer overflow. While nobody in their right mind would setup Exim to query an untrusted spamd server, an attacker that gains access to a server running spamd could potentially exploit this vulnerability to run arbitrary code as the Exim user.
2007-05-11Adapt PRVS BATV scheme address format to latest draft versionTom Kistner
2007-05-08Use colon, not dot, as IPv6 separator in host-list lookups that use thePhilip Hazel
iplsearch lookup type.
2007-04-19Update version number; apply new patch from Sieve maintainer.Philip Hazel
2007-04-16Do not advertise STARTTLS in response to HELP unless it would bePhilip Hazel
advertised in response to EHLO.
2007-04-16Fix bug in previous patch: following data is permitted after '.' so itPhilip Hazel
must not be diagnosed as an error. The check for vanished socket can only be applied when there is no data pending.
2007-04-13Check for lost connection or unexpected input at end of message.Philip Hazel
2007-04-12Correct comment.Philip Hazel
2007-04-12Another Sieve patch.Philip Hazel
2007-04-11V1.58 Fix to get <> and blackhole to show in edomain tables..Steve Campbell
2007-04-032007-03-19 V1.55 Steve CampbellSteve Campbell
Differentiate between permanent and temporary rejects. 2007-03-29 V1.56a Jez Hancock Fixed some broken HTML links and added missing column headers. 2007-03-30 V1.57a Steve Campbell Fixed Grand Total Summary Domains, Edomains, and Email columns for Rejects, Temp Rejects, Ham, and Spam rows.
2007-03-21Patch from the Sieve maintainer.Philip Hazel
2007-03-21Add RCPT error text to unexpected DATA error.Philip Hazel
2007-03-14Change originator_xxx fields in the daemon when it gives up root so thatPhilip Hazel
the -H files are always consistent.
2007-03-14Fix manualroute bug for localhost following multihomed host.Philip Hazel
2007-03-13Previous exigrep patch was rubbish. Re-fix.Philip Hazel
2007-03-13Add host_find_failed=ignore and host_all_ignored to manualroute.Philip Hazel
2007-03-13Use "not accepted" rather than "not completed" for non-accepted messagesPhilip Hazel
shown by exigrep.
2007-03-13Add -v functionality to exigrep.Philip Hazel
2007-03-13Applied a patch from the Sieve maintainer to fix a bug in "notify".Philip Hazel
2007-03-13Change HDA_SIZE in oracle.c from 256 to 512. This is needed for 64-bitPhilip Hazel
cpus.
2007-03-13Fix compiling problems with OpenSSL 0.9.8e.Philip Hazel