hi all,
today i just stumbled upon a limitation of RDC - if you add way too much recipient, then a single very long line will be generated. RDC does not seem to break it at any size, and when the line length exceeds the SMTP server's configured max. line length, it rejects the message.
Is there a way to make RDC wrap the "To:" (and even possibly the CC, BCC ) headers in a composed message? RFC 2821 (found on http://www.ietf.org/rfc/rfc2821.txt) says, the max. text line length is 1k chars, so if i am right, the correct remedy would be to implement the change in RDC.
What do you think? Have i missed something?
best,