Copyright year updates.
[exim.git] / src / src / receive.c
2012-05-17 Phil PennockCopyright year updates.
2012-05-16 Phil PennockMerge branch 'experimental_ocsp'
2012-05-16 Phil PennockOverhaul of GnuTLS code.
2012-05-05 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-05-04 Phil PennockMore tls_sni support: outbound, logging.
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-05-08 Tom KistnerMerge branch 'tom_dev'
2011-05-08 Tom KistnerDon't use match_isinlist() for simple string list matching
2011-01-22 Phil PennockMerge branch 'master' of git://git.exim.org/exim
2011-01-22 Phil PennockBugzilla 1041: pull patch id=425, DCC fixes.
2010-06-05 Phil PennockClamAV INSTREAM scanning by default, unless built with...
2010-06-03 Phil PennockThe Date: and Message-Id: headers should normally be...
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2009-11-16 Tom KistnerFix unsigned message rejection when dkim_verify_signers...
2009-11-11 Nigel MetheringhamApplied signed/unsigned fixes. Need confirmation that...
2009-10-16 Nigel Metheringhamprepend (not append) Resent-Message-ID and Resent-Date...
2009-10-15 Tom KistnerFix dkim_cur_signer undupe logic
2009-10-15 Tom KistnerAdd some meaningful debug output
2009-10-15 Tom KistnerFix dkim_signers condition logic / Renamed dkim_signing...
2009-06-10 Tom KistnerMerge native DKIM support (from DEVEL_PDKIM)
2009-01-02 Nigel MetheringhamCorrect handling of Resent-Date headers. Fixes: #590
2008-01-22 Tony FinchDo not log submission mode rewrites if they do not...
2008-01-17 Tom Kistneradd patch to support dccifd directly from ACL system...
2007-09-28 Tom Kistner[Buzilla 376] Preliminary DKIM support
2007-08-22 Philip HazelEscape funny characters when logging DN=
2007-08-22 Philip HazelAdd the NOTQUIT ACL.
2007-06-29 Philip HazelFix stupid oversight in $max_received_linelength.
2007-06-22 Philip HazelAdded $max_received_linelength.
2007-04-16 Philip HazelFix bug in previous patch: following data is permitted...
2007-04-13 Philip HazelCheck for lost connection or unexpected input at end...
2007-04-12 Philip HazelCorrect comment.
2007-02-16 Magnus HolmgrenI took action and made $recipients available in local_s...
2007-01-22 Philip HazelCautiously added ENABLE_DISABLE_FSYNC and disable_fsync...
2007-01-08 Philip HazelUpdate version number and copyright year.
2006-11-14 Philip HazelApplied a modified version of Brad Jorsch's patch for...
2006-10-10 Philip HazelSort out group syntax problems, particularly with verif...
2006-09-25 Philip HazelAdd log_reject_target as an ACL modifier.
2006-07-13 Philip HazelAdd recognition of SMTP error codes in bespoke messages.
2006-03-06 Philip HazelAdd the add_header modifier for use with all ACL verbs.
2006-02-14 Philip HazelRemove obsolete commented-out code from receive.c.
2006-02-07 Philip HazelUpdate copyright year in (most) files (those that my...
2005-09-12 Philip HazelAdd control=suppress_local_fixups to complete the quartet.
2005-09-07 Philip HazelFix incorrect use of local user name for trusted submis...
2005-08-01 Philip HazelConvert all Tom's calls to snprintf() to string_format().
2005-07-01 Philip HazelAdd "b" to calls to fopen() that lack it (for Cygwin... exim-4_52
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-05-23 Tony FinchAdd control=fakedefer to go with control=fakereject.
2005-05-17 Philip HazelInstalled a modified version of Tony's submission enhan...
2005-04-27 Philip HazelInstall Tony's patch for $message_linecount.
2005-04-07 Philip HazelForgot to put #ifdef WITH_CONTENT_SCAN round the new...
2005-04-06 Philip HazelAdd sender to log line for DATA timeout.
2005-04-04 Philip HazelAdded acl_not_smtp_mime. This involved a bit of refacto...
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-27 Philip Hazellog_message on a "discard" verb was not working for...
2005-01-04 Philip Hazel(1) Typo in redirect router; (2) Update version number...
2004-12-29 Philip HazelRemoved the WITH_CONTENT_SCAN conditionals from the...
2004-12-17 Philip Hazel1. Tidies to get rid of compiler warnings from the...
2004-12-16 Tom KistnerMerge from EXISCAN branch.
2004-11-25 Philip HazelAllow both -bf and -bF in the same test run.
2004-11-17 Philip HazelAdded $spool_size, $log_size, $spool_inodes, $log_inodes.
2004-10-19 Philip HazelAdded /sender_retain facility to control=submission...
2004-10-18 Philip Hazel(1) Checking for invalid "control=" modifiers was not...
2004-10-07 Philip HazelStart