Skip to content
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

Enhancement: add text/plain version in mail notification to avoid be classified as spam #382

Open
butlerfr opened this issue Jan 22, 2020 · 0 comments

Comments

@butlerfr
Copy link

Hello

For some mail providers (hotmail/office365), mails send by sonerezh are considered as spam.
There is no problem with my mail configuration: I'm using SPF + DKIM with postfix.

Here is the return of spam assassin :
-1.105 | MIME_HTML_ONLY | Message only has text/html MIME parts

It should be very easy to fix by adding a simple text/plain version of the mail.

the complete report of spam assassin:

-0.1		DKIM_SIGNED		Message has a DKIM or DK signature, not necessarily valid
0.1		DKIM_VALID		Message has at least one valid DKIM or DK signature
0.1		DKIM_VALID_AU		Message has a valid DKIM or DK signature from author's domain
0.1		DKIM_VALID_EF		Message has a valid DKIM or DK signature from envelope-from domain
-0.001		HTML_MESSAGE		HTML included in message
-1.105		MIME_HTML_ONLY		Message only has text/html MIME parts
0.001		SPF_PASS		SPF: sender matches SPF record
@butlerfr butlerfr changed the title Enhancement: add text in mail to avoid be classified as spam Enhancement: add text/plain version in mail notification to avoid be classified as spam Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant