On 6 Jun 2019, at 13:25, Spencer Marshall via Exim-users <[email protected]> wrote: > why is this only being applied to +local_domains? why not everything? > deny message = Restricted characters in address > local_parts = ^[.] : ^.*[\$@%!/|]
Primarily because you’re not in control of what remote systems consider to be valid or invalid characters in the local part of their email addresses. You are in total control of your own (“local”) domains; if the specific instance of Exim only ever talks to systems you control, you can apply it across the board. If you have emails routing through it to remote, external domains outside your control… there be dragons. 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/
