Make verify=helo do the verification on the fly it if was not done
[exim.git] / src / src / acl.c
2005-08-02 Philip HazelMake verify=helo do the verification on the fly it...
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-20 Philip HazelCompiling with DomainKeys caused the test suite to...
2005-06-10 Tony FinchAnother ratelimit tweak. I didn't anticipate people...
2005-06-10 Tony FinchA minor code clean-up and a comment fix for the CSA...
2005-05-31 Tony Finchratelimit fix: omit the limit parameter from the databa...
2005-05-31 Philip HazelAdd "fullpostmaster" to check <postmaster> without...
2005-05-25 Tony FinchChange the result of the ratelimit ACL condition when...
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-05-17 Philip HazelInstalled a modified version of Tony's submission enhan...
2005-05-17 Philip HazelOutput the warning log line about deferring conditions...
2005-05-11 Philip HazelAdded a long comment to acl.c about the problem of...
2005-05-10 Philip Hazel1. Update version.
2005-04-06 Philip HazelMake $acl_verify_message available in following conditi...
2005-04-05 Philip HazelKjetil Homme's patch for extended macro features (redef...
2005-03-29 Philip HazelFurther tidies and minor fixes to the tables that contr...
2005-03-15 Philip Hazel1. Diagnose an error if options are given for those...
2005-03-15 Philip HazelForbid both "unseen" and "one_time" on redirect routers.
2005-03-09 Tom KistnerFix condition and control permission tables for the...
2005-03-09 Tom KistnerFix "regex" condition not being available in MIME ACL
2005-03-08 Philip HazelRunning the full tests showed up 3 that contained a...
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 Hazeldefer_ok was not working if used on a callout with...
2005-01-12 Philip HazelUse "system" message for $acl_verify_message if there...
2005-01-12 Philip HazelChanged "legit" to "legitimate" in the fakereject messa...
2005-01-12 Philip HazelRestrict control=no_mbox-unspool to those ACLs that...
2005-01-12 Philip HazelFix compiler warnings in acl.c for bitmaps specified...
2005-01-12 Philip Hazel(1) The flags in acl.c for fakereject allowed it in...
2005-01-04 Philip HazelA call to exiwhat no longer cuts short ACL delays set...
2005-01-04 Philip Hazel(1) Typo in redirect router; (2) Update version number...
2005-01-02 Philip HazelMissed out a couple of fakereject cases that were still...
2004-12-29 Philip HazelThe various Exiscan tests were locked out from the...
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-04 Philip HazelAdded a "connect=<time>" option to callouts, for a...
2004-10-19 Philip Hazel(1) $address_data in an ACL was clobbered by a sender...
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