[exim] bounce rules

Inizio della pagina
Delete this message
Reply to this message
Autore: Searcher
Data:  
To: exim-users
Oggetto: [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-