summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-03-01Change dovecot authenticator to use read/write instead of fgets/fprintPhilip Hazel
to avoid buffering problems that show on Solaris.
2007-03-01A :defer: message was being suppressed unless smtp_error_details wasPhilip Hazel
set, unlike :fail:. This is wrong, so has been fixed.
2007-02-26MH's patch for allowing control characters as list separators.Philip Hazel
2007-02-26Not correctly resetting $item and $value after an expansion error insidePhilip Hazel
a list processing item.
2007-02-20Add extra sync checks after ACLs that might delay.Philip Hazel
2007-02-20$smtp_command and $smtp_command_argument were incomplete for MAILPhilip Hazel
commands with extra options such as SIZE.
2007-02-20Make bounce for system quota error the same as for Exim quota.Philip Hazel
2007-02-16I took action and made $recipients available in local_scan(),Magnus Holmgren
something I asked about a while ago and was told that the only reason it was not available is that nobody asked for it yet.
2007-02-14Exigrep update to allow for pids in log lines had somehow got lost.Philip Hazel
2007-02-14Add "continue" modifier.Philip Hazel
2007-02-14Added expansion items addresses, filter, map, reduce.Philip Hazel
2007-02-14Improved the '($parent) =' pattern match (Daniel Tiefnig)Steve Campbell
2007-02-10s/iterate_item_save/save_iterate_item/ to be consistent with other save_* ↵Magnus Holmgren
variables.