Windows 10 已于2025年10月14日停止支持。如果您正在使用 Windows 10,参见[这篇文章

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

"run message filters" not working

  • 3 个回答
  • 1 人有此问题
  • 176 次查看
  • 最后回复者为 christ1
  • 已解决

I have just set up my first message filters after using Thunderbird for years. They don't work though. The log is empty and no filtering occurs. The filter is active (checked). The msgFilterRules.dat file (anonymised) is:

version="9" logging="yes" name="job auto emails" enabled="yes" type="17" action="Move to folder" actionValue="imap://robinXXXX@imap.1und1.de/job auto emails" condition="AND (from,is,noreply@XXXX.com) AND (from,is,XXXX@XXXXmail.com) AND (from,is,alert@XXXX.com)"

I have restarted Thunderbird - no difference. Any ideas?

I have just set up my first message filters after using Thunderbird for years. They don't work though. The log is empty and no filtering occurs. The filter is active (checked). The msgFilterRules.dat file (anonymised) is: version="9" logging="yes" name="job auto emails" enabled="yes" type="17" action="Move to folder" actionValue="imap://robinXXXX@imap.1und1.de/job auto emails" condition="AND (from,is,noreply@XXXX.com) AND (from,is,XXXX@XXXXmail.com) AND (from,is,alert@XXXX.com)" I have restarted Thunderbird - no difference. Any ideas?

被采纳的解决方案

You defined three AND conditions, so all of them must match for the filter to trigger. That won't work for an email with only one sender address. Try OR instead.

定位到答案原位置 👍 1

所有回复 (3)

选择的解决方案

You defined three AND conditions, so all of them must match for the filter to trigger. That won't work for an email with only one sender address. Try OR instead.

Thanks that works. It's odd because it didn't work when I entered the first condition and then I added more.

When your problem has been fixed can you mark the topic as 'Solved' please? Thank you.