On 2010-03-23 at 14:15, Matthias-Christian Ott wrote: > How would I do this? The documentation for the redirect router doesn't > contain an example for multiple recipients.
Either you can use comma separated, or newlines between each entry. The latter most useful for file lookups. Below is a router which forwards all mail to foo...@example.com and b...@example.com. shadow_redirect: driver = redirect data = foo...@example.com, b...@example.com unseen For more info see http://www.exim.org/exim-html-current/doc/html/spec_html/ch22.html#SECID126 -- Øyvind Kolbu -- ## List details at http://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/