搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

"run message filters" not working

  • 3 回覆
  • 1 有這個問題
  • 204 次檢視
  • 最近回覆由 christ1

more options

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)

more options

選擇的解決方法

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.

more options

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

more options

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