[exim] bounce rules

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Searcher
Data:  
Para: exim-users
Assunto: [exim] bounce rules
Hi guys,

Does anyone know of an MTA or exim settings affecting bounce rules for
different emails?

Say I am sending an email to no.bounce@??? and I want my MTA to
attempt the delivery only ONCE. In case the email has been bounced back
discard that particular email from the queue and move on. All other emails
on the system should use the default resending options.

An idea (cron */1): exiqgrep -s no.bounce@??? -i | xargs exim -Mrm

Is it possible?
Thanks

-src-