Update all copyright messages to cover 1995 - 2009. Remove tab from exim_checkaccess.src
[exim.git] / src / src / transports /
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2009-11-05 Nigel MetheringhamTransport filter timeout fix. Fixes: #898
2009-10-30 Nigel MetheringhamFurther fix to maildirsize. Fixes: #727
2009-10-20 Nigel MetheringhamImprovements to LMTP delivery logging. Fixes: #807
2009-10-19 Nigel MetheringhamUse transport mode as default mode for maildirsize...
2009-06-10 Tom KistnerMerge native DKIM support (from DEVEL_PDKIM)
2009-01-02 Nigel MetheringhamAdded timeout setting to transport filter. Fixes:...
2008-09-05 Tony FinchProduce a more useful error message if an SMTP transpor...
2008-05-16 Nigel MetheringhamChange creation mode of maildir aux files to prevent...
2008-03-05 Tom Kistnerjoin transport logic for DK and DKIM, making it possibl...
2008-02-14 Tony FinchFix parallel build (make -j). Fixes: bug #668.
2007-09-28 Tom Kistner[Buzilla 376] Preliminary DKIM support
2007-08-22 Philip HazelFix missing quota message for system quota failure...
2007-06-18 Philip HazelAdd client_condition to authenticators.
2007-02-20 Philip HazelMake bounce for system quota error the same as for...
2007-02-08 Philip HazelFix bad outgoing_port in log line for delivery of a...
2007-02-06 Philip HazelImplemented hosts_avoid_pipelining in the smtp transport.
2007-02-06 Philip HazelRetry items for address errors that included the sender...
2007-01-30 Philip HazelMagnus' patch for $sending_ip_address and $sending_port.
2007-01-22 Philip HazelCautiously added ENABLE_DISABLE_FSYNC and disable_fsync...
2007-01-18 Philip HazelAdd gnutls_require_{kx,mac,protocols}.
2007-01-08 Philip HazelUpdate version number and copyright year.
2006-11-07 Philip HazelReturn remote errors for LMTP over pipe (so now it...
2006-11-06 Philip HazelInclude sender address in retry key for 4xx errors.
2006-10-30 Philip HazelFix too-often retry bug after 4xx with more hosts than...
2006-10-09 Philip HazelArrange to call dns_init() for host_find_byname() as...
2006-09-25 Philip HazelChange callout EHLO/HELO from smtp_active_hostname...
2006-04-27 Philip HazelAdd maildirfolder_create_regex to appendfile.
2006-04-25 Philip HazelFix problem with maildir delivery into a folder that...
2006-04-25 Philip HazelMake lockfile_mode apply to MBX lock files.
2006-04-20 Philip HazelMake batch delivery work for files and pipes set up...
2006-03-16 Philip HazelChange HAVE_LOGIN_CAP to HAVE_SETCLASSRESOURCES because...
2006-03-09 Philip HazelAdd new errors mail_4xx, data_4xx, lost_connection...
2006-03-01 Philip HazelBugs in temporary error message handling for smtp in...
2006-03-01 Philip HazelAvoid unnecessary scan of maildir mailbox when mailbox_...
2006-02-28 Philip HazelAdd authenticated_sender_force to the smtp transport.
2006-02-28 Philip HazelAdd References: support to autoreply.
2006-02-23 Philip HazelMake server prompts available in $auth<n> when plaintex...
2006-02-21 Philip HazelAdd support for setclassresources() in the pipe transpo...
2006-02-10 Philip HazelGive error if overflow in quota setting in appendfile...
2006-02-07 Philip HazelUpdate copyright year in (most) files (those that my...
2005-12-22 Philip HazelTreat ECONNRESET the same as an end-of-file indication.
2005-12-06 Philip HazelAdd disable_ipv6, tidy up calls to string_is_ip_address().
2005-11-15 Philip HazelIn autoreply, treat an empty string for "once" the...
2005-11-14 Philip HazelCorrect message autoreply sends when including the...
2005-10-13 Philip HazelDefault PATH in pipe transport is now /bin:/usr/bin...
2005-09-12 Philip HazelUse RM_COMMAND everywhere during building.
2005-08-09 Philip HazelAllow port setting on lists of hosts in manualroute...
2005-08-08 Philip HazelIncorrect port was logged when an SRV record specified...
2005-08-02 Philip HazelAdd support for the IGNOREQUOTA extension to LMTP,...
2005-08-02 Philip HazelNamed domain lists were not working in queue_smtp_domains.
2005-06-29 Philip HazelAllow "retry timeout exceeded" and a couple of other...
2005-06-27 Philip HazelAdded lots of "(void)" casts to standard function calls.
2005-06-22 Philip HazelInsert a lot of missing (void) casts.
2005-06-16 Philip HazelCheck the length of off_t at build time and use %ld...
2005-06-07 Philip HazelUpgrade appendfile so that it is capable of handling...
2005-05-17 Philip HazelTidy up "make" output along the lines of a 2.6 kernel...
2005-05-10 Philip Hazel1. Preserve underlying transport filter timeout message...
2005-05-03 Philip Hazel(1) Don't ignore timeouts while writing to a pipe!...
2005-04-28 Philip HazelRemove details of errors in bounce and delay warning...
2005-04-27 Philip HazelQuota values can be followed by G as well as K and M.
2005-04-07 Philip HazelChange PH/12 for 4.50 fixed one bug and introduced...
2005-04-06 Philip HazelFix logging bug when two addresses to the same host...
2005-03-22 Philip HazelBugzilla #2: If the last fallback host listed was multi...
2005-03-08 Tom KistnerAdded DomainKeys support. See doc/experimental-spec...
2005-02-17 Philip Hazel(1) Last-minute sieve patch (updates to latest spec).
2005-01-11 Philip HazelCorrected several mis-calls of is_ip_address() that...
2005-01-04 Philip HazelAdded the hosts_max_try_hardlimit option. (The removed...
2005-01-04 Philip Hazel(1) Typo in redirect router; (2) Update version number...
2004-11-12 Philip HazelRecalculate maildirsize data if either of the totals...
2004-10-14 Philip HazelGive more explanation in the error message when the...
2004-10-11 Philip HazelBugFix: change 4.43/35 introduced a bug that caused...
2004-10-07 Philip HazelStart