如何配置评论通知,以便在出现垃圾邮件时不发送电子邮件?
我有一个运行着博客的 drupal 6 网站。我使用评论通知模块来实现类似 WordPress 的新评论通知,并使用反垃圾邮件模块来阻止垃圾邮件出现在网站上。
我遇到的问题是,评论者会收到每个评论的电子邮件通知,包括垃圾邮件,尽管反垃圾邮件模块很好地过滤掉了这些评论。我的问题:如何配置这两个模块,以便在出现火腿评论时仅发出电子邮件通知?我需要额外的模块来实现这一点吗?有什么建议吗?
I have a drupal 6 site running with blogs on it. I use the comment notify module to implement wordpress-like notification of new comments and the antispam module for keeping the spam off the site.
The issue I have is that commenters get email notification for each comment, including the spam ones, eventhough the antispam module filters those out nicely. My question: how can I configure both modules such that only email notification go out in case of ham comments? Do I need additional modules to make this happen? Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前评论通知模块和反垃圾邮件模块组合无法正常工作。其他人也抱怨了这个问题:请参阅 http://drupal.org/node/598772 和 < a href="http://drupal.org/node/209641" rel="nofollow">http://drupal.org/node/209641
解决方法
Currently comment notify module and antispam module combination is not working properly. Other people have also complained about this issue: see http://drupal.org/node/598772 and http://drupal.org/node/209641
Workarounds