Hi

I have "cc" router that allows creating copy of message to specified address 
(possibly remote), it's like:

mysql_cc:
        driver = redirect
        data = ${lookup ...
        unseen

example of routing check for mail with cc:

x...@local.com
    <-- x...@local.com
  router = mysql_user, transport = dovecot_virtual_delivery
x...@remote.com
    <-- x...@local.com
    <-- x...@local.com
  router = dnslookup, transport = remote_smtp

It works well but I found that if remote delivery fails (eg. over quota) then 
whole delivery fails and message is not delivered locally too. 

Question is - how can I ignore remote delivery failures for these cc 
deliveries?

best regards
-- 
Marcin Gryszkalis, PGP 0x9F183FA3 
jabber jid:m...@fork.pl, gg:2532994
http://the.fork.pl

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

Reply via email to