Mandi! Kirill Miazine via Exim-users In chel di` si favelave... >> What would return the lookup if does not find the file ? > an empty string. and lookup could be forced to fail, too
What do you mean? Looking at docs (https://www.exim.org/exim-html-current/doc/html/spec_html/ch-generic_options_for_routers.html) we read for local_parts: The router is run only if the local part of the address matches the list. See section 3.12 for a list of the order in which preconditions are evaluated, and section 10.6 for a discussion of local part lists. so if 'local_parts' return an empy string (eg, there's no match), router get simply skipped. Apart is the last ('no_more'), and will fail. That is exactly the same behaviour of 'require_files', router get skipped... so my initial question. ;-) -- -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
