On 2015-09-02, Jeremy Harris <[email protected]> wrote: > On 02/09/15 16:36, Gary Stainburn wrote: >> localuser: >> driver = accept >> check_local_user >> transport = local_delivery >> cannot_route_message = Unknown user > > I guess that's the last router in your chain, so when it passes > you get to the end and a "cannot route" situation. > > If you append a redirect router to a spambucket account, marked > unseen, does that do the job?
no. to capture the content acceptance must progress to the end of DATA, so, you need to mess with the RCPT acl so the bad email addresses are accepted. then you need to figure out what to do with the email and what to tell the client. -- \_(ツ)_ -- ## 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/
