x-mailer头文件,phpmailer和垃圾邮件过滤器 [英] x-mailer header, phpmailer and spam filters

查看:447
本文介绍了x-mailer头文件,phpmailer和垃圾邮件过滤器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是WordPress的新闻通讯插件开发者(Knews)。它使用phpmailer发送。



有一位用户与我联系了一个问题:他的所有电子邮件(通过phpmailer发送)都会发送到垃圾邮件。 b

他已经解决了添加头部参数的问题:

$ mail-> XMailer ...

如果您没有设置它,Phpmailer会使用默认的x-mailer参数(phpmailer),这个值对垃圾邮件过滤器是否有害?什么是更好的价值?

谢谢,
Carles Reverter。

解决方案 div>

将X-Mailer设置为乱码可能会增加垃圾引擎的不良分数,而不是设置它应该没有什么区别。



无论如何,实际上它很难回答这类问题,因为它有很大的不同。

为了回答你的问题,我提到了这个文件,它引用了基于规则列表的分数: http://webmail.uni-weimar.de/antispam/criteria.html



正如您所看到的,有一条线引用了:


'X- Mailer'行包含乱码X_MAILER_GIBBERISH 0.001



I am a newsletter plugin developer for WordPress (Knews). It uses phpmailer to send.

One user has contacted with me about an issue: all his emails (sent through phpmailer) goes to spam.

He has solved adding a header param:

$mail->XMailer...

Phpmailer uses a default x-mailer param (phpmailer) if you doesn't set it, is this value bad for spam filters? What was the better value?

Thanks, Carles Reverter.

解决方案

Setting an X-Mailer to "gibberish" can increase the bad score of Spam engines, not setting it shouldn't make any difference.

Anyway in reality it is really hard to answer this kind of questions because it varies a lot.

To answer your question I referred to this document which cites scores based on a list of rules: http://webmail.uni-weimar.de/antispam/criteria.html

As you can see there's a line citing:

'X-Mailer' line contains gibberish X_MAILER_GIBBERISH 0.001

这篇关于x-mailer头文件,phpmailer和垃圾邮件过滤器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆