2009/1/2 Marc Perkel <[email protected]>: > temporarily rejected after DATA: cannot test domains condition in DATA ACL > > I would rather have it check and error out on loading Exim rather than > at run time. Real easy to miss this one.
Not really, if you read the documentation. There's no semantic parsing of the ACLs on startup, so this would be a whole heap of work. > BTW - why isn't this testable? Because there's no single value to test 'domains' against at the DATA stage. Only at the RCPT stage. The usual work-around is to do appropriate 'domains' tests and set acl_m variables per-recipient in the RCPT ACL and test those variables 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/
