OpenConext / OpenConext-myconext

A (guest) IdP for OpenConext
https://eduid.nl/
4 stars 7 forks source link

Add plain-text version of email; to prevent spam-detection #250

Closed phavekes closed 4 days ago

phavekes commented 4 days ago

This issue is imported from pivotal

Migration emails from the guest-idp are currently being tagged as spam. One of the reasons is the emails are HTML only. (MIME_HTML_ONLY in spamassasin). Add a text-only part to prevent this.
phavekes commented 4 days ago
@phavekes will do, but the other mail - those that are not marked SPAM - are also HTML only. Strange..

(Okke Harsta - Jan 17, 2020)

phavekes commented 4 days ago

No spam (Okke Harsta - Jan 17, 2020)

phavekes commented 4 days ago
@okkeh In the headers you\'ll see the message gets spam-points for html only: 

X-Spam-Score: 0.61 () [Tag at 5.00] HTML_MESSAGE:0.001,MIME_HTML_ONLY:1.105,CC(NL:-0.5)

Above a total score of 5 it will be tagged in the subject (Peter Havekes - Jan 17, 2020)

phavekes commented 4 days ago

De mails zijn multipart/alternative (good) maar het text/plain-deel is: Placeholder plain text (Arnout Terpstra - Jan 20, 2020)