To catch mail send to any recipient I have added the following router directive in my exim4 configuration:
local_catchall:
debug_print = "R: catchall for $local_part@$domain"
driver = redirect
domains = +local_domains
allow_fail
allow_defer
data = johanna
How can I exclude some recipient addresses like it is possible with sender addresses per:
acl_check_data:
strong textdeny senders = /etc/deny_senders