> > Renaud Allard wrote:
> > 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.

I must apologize. It does work. It's just that my test messages which I was 
sending to a gmail account were blocked by their spam filter.

Just to recap, both suggested solutions work fine. That is:

A (in system filter file):

    unseen deliver [EMAIL PROTECTED]

B (exim.conf, routers section):

    archive_outgoing:
        driver = redirect
        data = [EMAIL PROTECTED]
        senders = [EMAIL PROTECTED]
        unseen
        
    archive_incoming:
        driver = redirect
        domains = domain.com
        data = [EMAIL PROTECTED]
        unseen

Solution B has the advantage of allowing me to keep copies of messages for only 
one of the many hosted domains. 

Thank you.

Jean-Philippe

-- 
## 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