2009/1/18 Nathan Huesken <[email protected]>: > Hi, > > I check for whitelisting in my rcpt acl. > Can I set something there, so that the data acl is skipped for whitelisted > emails or do I have to add the same check in there?
Exim does what you tell it to. If you want a test in the data acl, you need to put it there. If it's an expensive test, it might be cached - or you can manage that yourself by setting an acl_m variable with the result of the test in the rcpt acl and testing that variable in the data acl. -- Peter Bowyer Email: [email protected] Follow me on Twitter: twitter.com/peeebeee -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
