Added comment about verifying errors_to as a recipient, not a sender.
[exim.git] / src / src / smtp_in.c
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-22 Philip HazelMake $smtp_command_argument available for all SMTP...
2005-08-02 Philip HazelMake verify=helo do the verification on the fly it...
2005-08-02 Philip HazelRemove "violation:" from synchronization error message.
2005-06-27 Philip HazelAdded lots of "(void)" casts to standard function calls.
2005-05-23 Tony FinchAdd the ratelimit ACL condition. This is mostly reasona...
2005-05-23 Tony FinchAdd control=fakedefer to go with control=fakereject.
2005-04-27 Philip HazelInstall Tony's patch for $message_linecount.
2005-04-27 Philip HazelEnsure the value of $authenticated_id contains only...
2005-03-29 Philip HazelFix non-check for read() error in sync check before...
2005-03-22 Philip HazelIncrease incoming SMTP command buffer size from 512...
2005-03-15 Philip HazelRenamed SOCKLEN_T as EXIM_SOCKLEN_T to avoid a problem...
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-13 Philip HazelFix what I broke when adding the 127.0.0.2 test-harness...
2005-01-13 Philip HazelAdd the unwanted input to the log line for a synchroniz...
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-16 Tom KistnerMerge from EXISCAN branch.
2004-11-10 Philip HazelSet protocol to "smtps" after EHLO->STARTTLS->HELO...
2004-11-04 Philip HazelAdded a "connect=<time>" option to callouts, for a...
2004-10-19 Philip HazelMake $recipients available in the predata ACL (fixes...
2004-10-19 Philip HazelAdded /sender_retain facility to control=submission...
2004-10-07 Philip HazelStart