Applied a modified version of Brad Jorsch's patch for "message" with
[exim.git] / src / src / acl.c
2006-11-14 Philip HazelApplied a modified version of Brad Jorsch's patch for...
2006-09-25 Philip HazelAdd log_reject_target as an ACL modifier.
2006-09-19 Philip HazelTweak the ACL variable name code to require either...
2006-09-19 Philip HazelApply Jakob Hirsch's patch for arbitrary ACL variable...
2006-09-05 Philip HazelAn update to gcc 4 threw up some new uninitialized...
2006-06-28 Philip HazelAdd acl_not_smtp_start ACL (mostly Johannes Berg's...
2006-06-27 Philip HazelFix Bugzilla #101: macro definition between ACLs doesn...
2006-06-27 Philip HazelUpdate error message for unknown ACL verb.
2006-06-07 Tony FinchFix from Dean Brooks for ratelimit per_rcpt in acl_not_...
2006-04-04 Tony FinchCorrect the order of the acl and add_header entries...
2006-03-06 Philip HazelAdd the add_header modifier for use with all ACL verbs.
2006-03-02 Philip HazelImplemented control=allow_auth_unadvertised.
2006-02-13 Philip HazelAdd control=freeze/no_tell feature.
2006-02-07 Philip HazelUpdate copyright year in (most) files (those that my...
2005-12-12 Philip HazelGo to 20 ACL variables of each type, and make the numbe...
2005-12-06 Philip HazelAdd disable_ipv6, tidy up calls to string_is_ip_address().
2005-11-14 Philip HazelAdded acl_warn_skipped log selector (default on).
2005-10-03 Philip HazelMake name= in control=submission swallow the rest of...
2005-09-22 Tony FinchA tweak to change PH/13, so that verify=helo never...
2005-09-13 Tony FinchFix the handling of reverse time in the ratelimit code.
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-09-06 Philip HazelSupport for verify=not_blind.
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-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