Haraka handles the issue of email delivery. #3522
Replies: 2 comments 1 reply
-
|
Problem? You are referring to RFC 5322, section 2.2.3. The maximum header line length (header Name, ': ', header Body) is 1000 characters (998 chars + the The reference in RFC 5322, Everything after that is optional aesthetic considerations: folding on whitespace, after separators, etc. The ~80 char |
Beta Was this translation helpful? Give feedback.
-
|
You make the adjustments where the header(s) is being added to the message. For example, yesterday I improved the appearance of the SPF header by making this change. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Haraka handles the issue of email delivery. My "Received" email header always exceeds 76 characters each time. Where should the line break problem be handled? I don't know if anyone has encountered this. Suppose when I add an x header that exceeds 76 characters, the line break is not handled and the characters of the email header are not included. Instead, it exceeds 76. His line break logic exists, but it does not calculate the length of the email header. It only calculates the length of the value. Similarly, the DKIM plugin also has this problem. If my h= is if the signature is too long. Again, there is no line break logic. How should this be solved? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions