Searcher wrote:

> Say I am sending an email to [EMAIL PROTECTED] 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.

Uhm, do you really mean bounce (i.e., accept message and send a bounce 
message to the sender) or reject (i.e., reject message in smtp dialog, 
the sending MTA will usually create the bounce message).

In either case, use the empty sender address (the message will be frozen 
then, but you can disable that) or to something like 
[EMAIL PROTECTED] and discard mail for this address (e.g. 
"devnull: discard" in your aliases file).


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