Marcello Marangio wrote:
I see your point, but any size limit to the recipients lenght would be not standard.
The SMTP RFC define a well-known error code to reply to an RCPT command when the maximum number of recipients allowed by the server is reached.
In fact I think no server will support infinite recipients.
In any case, at the moment the bug makes only the smtpmanager refuse the mail, giving an error to the client and logging a stacktrace into the log file, that's all: the difference between the current behavoir and the future one would be to log a proper error message instead of the stacktrace. How about modifying the sqlResource.xml file to create a varchar2(4000), to support a bigger length?
You can do that. It should work with no problems. You can even ALTER your table if it has already been created.
Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
