Jean-Philippe Côté wrote:
> Thanks for the pointer. However, I tried your wildcard and I also tried a full existing address and it still isn't working. Any ideas...
>
Are you sure it is your first router? I just tested the router I gave
you (to be really sure) and it works fine on my servers.
PS: you shouldn't top post
>
> -----Original Message-----
> From: Renaud Allard [mailto:renaud@llorien.org]
> Sent: February 19, 2007 5:05 PM
> To: Jean-Philippe Côté
> Cc: exim-users@???
> Subject: Re: [exim] Archiving all inbound and outbound emails
> for auditing purposes
>
>
> As explained at
> http://www.exim.org/exim-html-4.66/doc/html/spec_html/ch15.html,
> "senders" does not take a domain name but an address list. You could try
> with:
> archive_outgoing:
> driver = redirect
> data = outgoing@xxxxxxxxxx
> senders = *@domain.com
> unseen
>
>