On 28. novembra 2024 12:23:45 UTC, Marco Gaiarin via Exim-users <[email protected]> wrote:
>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. And when you will read the sect. 3.12, you will see, that local_parts precondition is checked before require_files, thus require files check is pointles for file referenced in local_parts precondition. If you want to prevent errors about missing file, you have to add "if exists" into expansion with appropriate return value for false state, eg. mentioned forced fail... regards -- Slavko https://www.slavino.sk/ -- ## 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/
