I believe you said you are cutting and pasting the complete smtp
transaction starting with HELO to all of the RCPT TO lines at one time.
That means that xmail has to buffer the whole thing in one shot.
Normally each RCPT TO line is sent after the previous one has been
accepted and acknowledged. In your case you are probably exceeding the
buffer and one of the recipients is getting mangled breaking it's
syntax. 

Bill

>----------
>From:  Roman Dusek[SMTP:[EMAIL PROTECTED]
>Sent:  Tuesday, June 03, 2003 7:48 AM
>To:    [EMAIL PROTECTED]
>Subject:       [xmail] Re: Problems when sending mail to _many_ recipients
>
>
>This was the failing recipient, both log file and addresses wasn't 
>modified. And all of the recipients are having <> for sure.
>
>My opinion is win2000 clipboard misbehavior, but cannot prove it.
>
>Roman
>
>At 07:38 3.6.2003 -0700, you wrote:
>
>>On Tue, 3 Jun 2003, Roman Dusek wrote:
>>
>> >
>> > Error message is emited during RCPT TO: phase:
>> >
>> > RCPT TO: <[EMAIL PROTECTED]>
>> > 250 OK
>> > RCPT TO: <[EMAIL PROTECTED]>
>> > 451 Requested action aborted: (-31) local error in processing
>>
>>This is not the failing recipient, is it ? You very likely have one of
>>this recipients using the syntax :
>>
>>RCPT TO: [EMAIL PROTECTED]
>>
>>and not the RFC :
>>
>>RCPT TO:<[EMAIL PROTECTED]>
>>
>>
>>
>>- Davide
>>
>>-
>>To unsubscribe from this list: send the line "unsubscribe xmail" in
>>the body of a message to [EMAIL PROTECTED]
>>For general help: send the line "help" in the body of a message to
>>[EMAIL PROTECTED]
>
>-
>To unsubscribe from this list: send the line "unsubscribe xmail" in
>the body of a message to [EMAIL PROTECTED]
>For general help: send the line "help" in the body of a message to
>[EMAIL PROTECTED]
>
>
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to