This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RFC-2822 (actually RFC-5322 is the current version) is a large, complex standard, and it is built on top of RFC-2821 (RFC-5321), and it incorporates numerous other standards (e.g., RFCs 2183, 2231, 2045, 2046, 2047, and more).
And you can't be sure that the error message from GMail is really being specific as to which RFC they think the message is not in compliance with. Programmers are lazy, and APIs that parse emails often don't give specific information about exactly what caused them to stop parsing, so the error message may just say 2822 by default.
To capture the exact content of the message that was sent to gmail, you can use the SMTPSaveOutboundToFile setting, which is described in this technote: http://www-01.ibm.com/support/docview.wss?uid=swg21088993 This will collect a lot of data, so you don't want to enable it for very long in a production environment, but you'll be able to find and examine the full message.
-rich
Feedback response number WEBB96NP5R created by ~Ned Nimfanakonyoopsi on 04/11/2013