Re: [exim] *sigh* luser issues..

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Giuliano Gavazzi
Fecha:  
A: exim-users
Asunto: Re: [exim] *sigh* luser issues..
At 9:51 pm +0100 2004/10/06, Chris Edwards wrote:
>As has already been suggested, the answer is to force split
>batches with selective use of defer. It looks like this:
>
> MAIL FROM: <foo>
> 250 OK
>
> RCPT TO: <user1>
> 250 OK
>
> RCPT TO: <user2>
> 250 OK
>
> RCPT TO: <user3>
> 4XX users have differing spam profiles - please try again in a later batch


nice method. Also I notice that I completely misunderstood what Jim
had in mind. Apologies for my previous email.

Giuliano