Fix sender-verify callout to not use trigger-message SIZE
[exim.git] / src / src / verify.c
2012-06-04 Jeremy HarrisBetter debug.
2012-06-04 Jeremy HarrisDeal explicitly with attempt to callout via null transp...
2012-06-04 Jeremy HarrisDual-tls - split management of TLS into in- and out...
2012-06-04 Jeremy HarrisBasic cutthrough delivery.
2012-06-01 Phil PennockDSCP support, tentative
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-03-22 Phil PennockCompiler masochism compliance.
2011-01-30 Nigel MetheringhamAllow underscore in dnslist lookups
2011-01-05 David WoodhouseAdd dynamic lookup support
2010-06-05 Phil PennockNew expansion operator: reverse_ip
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2009-01-21 Tony FinchFix the previous commit that broke non-SMTP address...
2008-09-29 Nigel MetheringhamFix to EXPN not working under TLS. Fixes bug #744
2007-06-14 Philip HazelAdded $dnslist_matched.
2007-05-08 Philip HazelUse colon, not dot, as IPv6 separator in host-list...
2007-03-01 Philip HazelA :defer: message was being suppressed unless smtp_erro...
2007-02-06 Philip HazelFlush SMTP before callout (unless control=no_callout_fl...
2007-01-30 Philip HazelMagnus' patch for $sending_ip_address and $sending_port.
2007-01-17 Philip HazelFix negated dnslists item bug; add == and =& features...
2007-01-08 Philip HazelUpdate version number and copyright year.
2006-12-11 Philip HazelBuglet in error handling for expansion of helo_data...
2006-10-10 Philip HazelSort out group syntax problems, particularly with verif...
2006-10-09 Philip HazelArrange to call dns_init() for host_find_byname() as...
2006-10-03 Philip HazelMichael Deutschmann's patch for getting TXT from a...
2006-10-03 Philip HazelFix misleading verification output when -v is used...
2006-09-25 Philip HazelChange callout EHLO/HELO from smtp_active_hostname...
2006-09-05 Philip Hazel(1) Update version number to 4.64. (2) Ignore callout...
2006-06-30 Philip HazelIndicate that duplicates shown in -bt output would...
2006-04-04 Philip HazelMake dns_again_means_nonexist apply to gethostbyname...
2006-03-16 Philip HazelFix $address_data after verification redirect then...
2006-02-21 Philip HazelAdd support for setclassresources() in the pipe transpo...
2006-02-14 Philip HazelOmit spaces between name and colon in header syntax...
2006-02-13 Philip HazelBetter debug diagnosis of malformed IPv4 addresses.
2006-02-07 Philip HazelUpdate copyright year in (most) files (those that my...
2005-12-06 Philip HazelAdd disable_ipv6, tidy up calls to string_is_ip_address().
2005-11-28 Philip HazelFix another case of bad comparison between IPv6 address...
2005-11-21 Philip HazelRecognize "net-" in match_ip lists (as documented).
2005-09-14 Philip HazelUpdate one test to avoid prodding the live Exim for...
2005-09-06 Philip HazelSupport for verify=not_blind.
2005-08-22 Philip Hazel(1) Patch for radius problem. (2) Include config.h...
2005-08-01 Philip HazelAdded support for SQLite.
2005-07-23 Tom KistnerAdded "success_on_redirect" address verification option
2005-06-27 Philip HazelAdded lots of "(void)" casts to standard function calls.
2005-06-23 Philip HazelFix crash when callout to an address routed by a verify...
2005-06-22 Philip HazelAdded the long-awaited ${if match_ip condition.
2005-06-17 Philip HazelVerify recipient with use_postmaster and random was...
2005-05-31 Philip HazelAdd "fullpostmaster" to check <postmaster> without...
2005-05-24 Tom KistnerSPF: rewrote code to work with 1.2.x libsfp2 series...
2005-04-06 Philip HazelPay attention to local part prefixes and suffixes when...
2005-02-17 Philip Hazel(1) Last-minute sieve patch (updates to latest spec).
2005-01-27 Philip Hazeldefer_ok was not working if used on a callout with...
2005-01-14 Philip HazelDon't send QUIT after a timeout in a callout connection.
2005-01-12 Philip HazelUse "system" message for $acl_verify_message if there...
2005-01-12 Philip HazelFixed typo in comment ("is" for "it").
2005-01-11 Philip HazelCorrected several mis-calls of is_ip_address() that...
2005-01-04 Philip Hazel(1) Typo in redirect router; (2) Update version number...
2004-11-25 Philip HazelDon't defer for lists of domains (in dnsdb and dnslists...
2004-11-22 Philip HazelAllow a list of IP addresses or names to follow / in...
2004-11-18 Philip HazelCanonicize IPv6 addresses that are supplied via -bh...
2004-11-12 Philip HazelExim went into a mad DNS lookup loop when doing a callo...
2004-11-11 Philip Hazel(1) $host_address now contains the target address when...
2004-11-05 Philip HazelAdded $sender_verify_failure and $recipient_verify_fail...
2004-11-04 Philip HazelAdded a "connect=<time>" option to callouts, for a...
2004-10-07 Philip HazelStart