Change callout EHLO/HELO from smtp_active_hostname to the helo_data
[exim.git] / src / src / verify.c
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