Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MIXED_ES Too many es are not es

I sending emails using PHPMailer and SpamAssassin is tagging it
* 3.3 MIXED_ES Too many es are not es
What does it mean? What is "es"? How to fix?

like image 672
JKLIR Avatar asked Jan 30 '19 21:01

JKLIR


3 Answers

Spamassassin errors are often unhelpful! The source for that rule suggests it's to do with too many letter 'E's that are not "regular" letter Es, for example any of éèëêēĕėëẻěȅȇẹȩęḙḛềếễểḕḗệḝɇǝⱸ. It's to do with your content, not PHPmailer.

like image 61
Synchro Avatar answered Oct 19 '22 08:10

Synchro


To disable the duplicate messages ( disable the test), you can add, somewhere at the top, in

/etc/mail/spamassassin/local.cf

meta __E_LIKE_LETTER  (0)
meta __LOWER_E  (0)
like image 27
proger89 Avatar answered Oct 19 '22 09:10

proger89


It's an error in Spam assassins rules as @Synchro says. We can't do anything with that until they remove that crapy code. I try to contact authors.

like image 20
Manic Depression Avatar answered Oct 19 '22 10:10

Manic Depression