-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mail declined by recipient: Syntax error - line too long #106
Comments
I receive the same type of issue when sending an HTML attachment. The mail arrives, but it is truncated and has the following in the header:
|
@LinusGeffarth Could you provide an example of mail and address that is declined? |
It is declined by the receiving server, yes. That's why I can still send to some email addresses, while I cannot send to others. |
I was looking for a way to reproduce it. |
Yeah that 998 chars per line was probably the issue. However, I was not able to reduce line lengths, because just making shorter HTML in the Leaf views didn't help. |
Could it be the CR LF that was not using the right encoding? In that case, we will need to have a way to reproduce it in order to fix it... |
I'll see if I can grab a copy of the email I tried to send. In which form do you need it? The email itself, or the Leaf view, or something else? |
The raw text should do it. |
I cannot send emails to some email addresses. They are rejected with the following message:
and some more info from here:
Any idea what I need to do?
The text was updated successfully, but these errors were encountered: