Re: [Exim] Bounce messages (<>) to more than one recipient..…

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jose de Paula Eufrasio Junior
Data:  
Para: Lista Exim
CC: Giuliano Gavazzi
Assunto: Re: [Exim] Bounce messages (<>) to more than one recipient...
--
On Mon, 2003-02-24 at 09:42, Giuliano Gavazzi wrote:
> >I think that bounce messages have to come just to one recipient...
> >
>
> if the bounce has to go back to the MAIL FROM: address (as I think it
> does) then yes, you can only have one recipient. [Multiple senders
> are allowed, AFAIK, in the From: headers].
> You could do something like:
>
> deny    message = Sorry, only one recipient per bounce message
>     condition       = ${if eq {$sender_address_local_part}{}{yes}{no}}
>     condition = ${if >= {${eval:$rcpt_count}}{1}{yes}{no}}
>                      ^^^^^ might have to be only a >

>
> [isn't there a simpler way to check for null sender?]
>
> this will reject any RCPT TO: other than the first for null senders
> (I'm not sure about if $rcpt_count is updated before the recipient is
> accepted, if it is you must have a strict > instead of a >=
> condition).


Worked with just >. with >= the message was blocked in the first rcpt
to: :PP

[]s and thanks
Junior
--
José de Paula Eufrásio Júnior
Analista de Sistema | CPD
ProInternet do Brasil
--
Content-Description: This is a digitally signed message part

[ signature.asc of type application/pgp-signature deleted ]
--