This fix has two parts and addresses both the message that is already in the Imcdata\In folder and new messages that arrive to the Internet Mail Service with more than 32,766 recipients.
For the message in the Imcdata\In folder, the basic problem is the inability to create an NDR because of the number of recipients. This fix creates the NDR with 32,766 recipients and does not show the rest in the NDR. The following new event ID has been created to report this exceptional circumstance:
Event ID: 3041
Type: Warning
Source: MSExchangeIMC
Category: Internal Processing
Description:
Unable to deliver mail to all recipients. The total number of recipients exceeds 32766.
If a new message is delivered to the Internet Mail Service, the server sends a 452 response when the number of recipients being submitted exceeds 0x7FFE. This response is an indicator to the sender that another message needs to be submitted with the remaining recipients (in other words, that the sender needs to break the message into multiple messages with fewer recipients on each message).
Up to 0x7FFE recipients the SMTP Command/Reponse pair would look like this:
SMTP: Command = RCPT TO: USER@MAIL.COM
SMTP: Response = 250 OK - Recipient <USER@MAIL.COM>
For every recipient after this, the following command/response pair would result:
SMTP: Command = RCPT TO: TOOMANY@MAIL.COM
SMTP: Response = 452 Requested action not taken: Exceed Recipient Limit
For additional information about the hotfix in this article, click the article number below
to view the article in the Microsoft Knowledge Base:
289258�
XGEN: Exchange Server 5.5 Post-Service Pack 4 Internet Mail Service Fixes Available