summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2007-06-14Fix bug 513, seemingly unfinished sentence in chapter 15.Magnus Holmgren
2007-05-31Bug #503: Use Ulstat() instead of Ustat() in dsearch lookup.Magnus Holmgren
2007-05-17TK/02Tom Kistner
2007-05-15Fix bug #500, typo (server_setid should be server_set_id) in chapter 37.Magnus Holmgren
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-11TK/01Tom 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-17Final documentation updates for 4.67.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-12More documentation updates.Philip Hazel
2007-04-12Another Sieve patch.Philip Hazel
2007-04-11Updated documentation for 4.67.Philip Hazel
2007-04-11Update for eximstats 1.58Steve Campbell
2007-04-03Updates for eximstats 1.57Steve Campbell
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-27Put a note in the WishList file that it is now obsolete and thatPhilip Hazel
everything is now in the Bugzilla.
2007-02-26MH's patch for allowing control characters as list separators.Philip Hazel
2007-02-26Tweak for new processing method.Philip Hazel
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-14Add "continue" modifier.Philip Hazel
2007-02-14Added expansion items addresses, filter, map, reduce.Philip Hazel
2007-02-14Eximstats 1.54Steve Campbell
2007-02-08Fix bad outgoing_port in log line for delivery of a re-used connection.Philip Hazel
2007-02-07Apply latest Sieve patches.Philip Hazel
2007-02-07Jori Hamalainen's patch to speed up exigrep, and fix two typos.Philip Hazel
2007-02-07Split long fakereject and fakedefer messages.Philip Hazel
2007-02-06Implemented hosts_avoid_pipelining in the smtp transport.Philip Hazel
2007-02-06Retry items for address errors that included the sender address (aPhilip Hazel
feature added to Exim 4.64) were not being deleted if an address was subsequently successfully delivered.
2007-02-06Flush SMTP before callout (unless control=no_callout_flush).Philip Hazel
2007-02-06Added dsn_from to vary the contents of From: in DSNsPhilip Hazel
2007-02-06Add forany/forall (Marcus Holmgren's patch, basically).Philip Hazel
2007-02-05Flush SMTP output buffer before "delay" in an ACL; add control =Philip Hazel
no_delay_flush to disable this behaviour.