summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12Correct comment.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-11V1.58 Fix to get <> and blackhole to show in edomain tables..Steve Campbell
2007-04-03Updates for eximstats 1.57Steve 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-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-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-14Eximstats 1.54Steve Campbell
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.
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-06Update some tests for latest changes.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-06Forgot about TLS when adding the delay autoflush.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.
2007-01-31Heiko Schlitterman's patch for log_selector=+pid, plus appropriatePhilip Hazel
patches for eximstats and eximon (his patch dealt with exigrep).