Re: [exim] One Attempt to deliver onlly

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Marc Perkel
Data:  
Para: Peter Bowyer
CC: exim users
Asunto: Re: [exim] One Attempt to deliver onlly


Peter Bowyer wrote:
> On 05/07/07, Marc Perkel <marc@???> wrote:
>
>> I'm trying to figure out an easy way to send an automated abuse message
>> (to: abuse@) so that it makes one attempt only and quits. Sort of like a
>> fallback host to /dev/null.
>>
>> Anyone know an easy way to do this?
>>
>
> Look at retry rules.
>
> http://www.exim.org/exim-html-current/doc/html/spec_html/ch32.html
>
>


I see. I thought those rules were based on target domain only. So I
could do abuse@*

Thanks!