We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I'm having an issue of mails sent using gomail.v1 in linux being marked as spam.
I've send an email with an attachment to https://www.mail-tester.com to evaluate the issue and the most worrisome problems are as follows:
-2.636 | BASE64_LENGTH_78_79 | BASE64_LENGTH_78_79
-2.019 | BASE64_LENGTH_79_INF | base64 encoded email part uses line length greater than 79 characters
I get a -4.6 score just because of this, which almost mark is as spam (but I have some other issues so I get a -5.8 score, definitively spam).
The SpamAssasin info about this issue is: https://wiki.apache.org/spamassassin/Rules/BASE64_LENGTH_78_79
Checking the produced base64 text, I see that it's 78 characters long. In addition, the carriage return is CRLF, so line length is 80 characters.
JVBERi0xLjUNCiW1tbW1DQoxIDAgb2JqDQo8PC9UeXBlL0NhdGFsb2cvUGFnZXMgMiAwIFIvTGFuZy hlcy1FUykgL1N0cnVjdFRyZWVSb290IDY2IDAgUi9NYXJrSW5mbzw8L01hcmtlZCB0cnVlPj4+Pg0K ZW5kb2JqDQoyIDAgb2JqDQo8PC9UeXBlL1BhZ2VzL0NvdW50IDYvS2lkc1sgMyAwIFIgMTQgMCBSID QwIDAgUiA0NSAwIFIgNTEgMCBSIDYyIDAgUl0gPj4NCmVuZG9iag0KMyAwIG9iag0KPDwvVHlwZS9Q
I see no way to reduce generated line length.
Is something I can do to avoid this?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
see #104 and #108
Sorry, something went wrong.
No branches or pull requests
Hi!
I'm having an issue of mails sent using gomail.v1 in linux being marked as spam.
I've send an email with an attachment to https://www.mail-tester.com to evaluate the issue and the most worrisome problems are as follows:
-2.636 | BASE64_LENGTH_78_79 | BASE64_LENGTH_78_79
-2.019 | BASE64_LENGTH_79_INF | base64 encoded email part uses line length greater than 79 characters
I get a -4.6 score just because of this, which almost mark is as spam (but I have some other issues so I get a -5.8 score, definitively spam).
The SpamAssasin info about this issue is: https://wiki.apache.org/spamassassin/Rules/BASE64_LENGTH_78_79
Checking the produced base64 text, I see that it's 78 characters long. In addition, the carriage return is CRLF, so line length is 80 characters.
I see no way to reduce generated line length.
Is something I can do to avoid this?
Thanks for your help.
The text was updated successfully, but these errors were encountered: