[exim] bounce rules

Top Page
Delete this message
Reply to this message
Author: Searcher
Date:  
To: exim-users
Subject: [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-