我似乎不能让垃圾邮件刺客用垃圾邮件重写主题行。这是在使用Postfix、Dovecot、MySQL和spamass的Debian 7框上使用的-milter这里是配置文件中的相关配置数据:
/etc/垃圾邮件刺客/local.cf
rewrite_header Subject *****SPAM***** (_SCORE_)
report_safe 0
required_score 5.0
use_bayes 1
bayes_auto_learn 1/etc/后缀/main.f
smtpd_milters = unix:/clamav/clamav-milter.ctl, unix:/spamass/spamass.sock /etc/缺省/垃圾邮件-milter
OPTIONS="-u spamass-milter -i 127.0.0.1"
OPTIONS="-r -1"发布于 2014-09-26 19:04:01
我想通了。rewrite_header不会发生,除非电子邮件的分数超过required_score。显然,我使用的测试邮件仅为2.4 (我至少需要5.0才能触发rewrite_header。
作为一项测试,我将所需的分数修改为2.0,并再次发送测试邮件。这一次它被重写了!
https://stackoverflow.com/questions/26065798
复制相似问题