On Thu, 2011-10-27 at 10:29 +0100, Colin wrote: > Regardless of what the warn should or should not do, it is in fact the > cause. When that is above the auth line things fail. When it is below, > it succeeds. When I change it to verify = recipient/defer_ok/callout = > ... then it also succeeds. There are no flags being set by that part of > the ACL, it is as I copied it.
It's the use of the "require" verb. From the docs: > If all the conditions are met, control is passed to the next ACL > statement. If any of the conditions are not met, the ACL returns > “deny” You'll find that in Ch40: http://www.exim.org/exim-html-current/doc/html/spec_html/ch40.html Graeme -- ## List details at https://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/
