On Fri, 25 Aug 2006, Derrick MacPherson wrote:

> What would be a good way to redirect emails from [EMAIL PROTECTED]
> destined to [EMAIL PROTECTED] to a specific account [EMAIL PROTECTED]
>
> System filter? ACL?

No, use a router like this:

sender_catchall:
  driver = redirect
  domains = ourserver.com
  senders = [EMAIL PROTECTED]
  data = [EMAIL PROTECTED]

Tony.
-- 
<[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>   http://dotat.at/   ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to