為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

Cannot filter email that has no sender

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

more options

Recently, spammers have adopted the method of somehow sending the email with no sender email address.. e.g. "JoeBlow <>" as the sender. I don't know how they are accomplishing it, but the result is that I cannot filter the spam to my trash or junk directory using the Thunderbird mail filters. If it was from "JoeBlow <>" every time it could be done but they change the from with each mailing so I cannot filter them... I thought that the filter for ANYONE NOT IN MY ADDRESS BOOK would handle it, but because the sender is essentially (null), the filter doesn't handle it. Maybe because there are mailing groups in the Address Book that just have a group name and no email address attached to the group so TBird thinks that the sender IS in my address book. Anyway, I would like to request and enhancement to the message filtering that would allow users to filter such spam appropriately.

I realize that enhancements are done by volunteers and I hope that someone with the skill set to make this fix will be willing to take up the challenge for the benefit of the user community. I am sure that I am not the only user being spammed in such a way. TIA

Recently, spammers have adopted the method of somehow sending the email with no sender email address.. e.g. "JoeBlow <>" as the sender. I don't know how they are accomplishing it, but the result is that I cannot filter the spam to my trash or junk directory using the Thunderbird mail filters. If it was from "JoeBlow <>" every time it could be done but they change the from with each mailing so I cannot filter them... I thought that the filter for ANYONE NOT IN MY ADDRESS BOOK would handle it, but because the sender is essentially (null), the filter doesn't handle it. Maybe because there are mailing groups in the Address Book that just have a group name and no email address attached to the group so TBird thinks that the sender IS in my address book. Anyway, I would like to request and enhancement to the message filtering that would allow users to filter such spam appropriately. I realize that enhancements are done by volunteers and I hope that someone with the skill set to make this fix will be willing to take up the challenge for the benefit of the user community. I am sure that I am not the only user being spammed in such a way. TIA

所有回覆 (3)

more options

The "From:" field is essentially part of the message text; it isn't used in routeing, so doesn't need to pass any validity checks. So software written specifically for spammers may well be designed to take advantage of this.

The FiltaQuilla add-on will let you use regular expressions. I haven't seen any of these empty "from:" address messages myself, but I am confident that a regular expression could be formed to deal with them.

A trivial first guess might be that there isn't an '@' in them, so a test for an absent '@' might do the trick. I am not sure that Thunderbird's built-in filters can "see" the '@', but I do believe that FiltaQuilla's regular expressions do.

So,

From (RegEx)|Doesn't match|@

might do it.

https://addons.mozilla.org/en-US/thunderbird/addon/filtaquilla/

由 Zenos 於 修改

more options

Thank you for the reply.. I'm not sure if it will work or not, but I will try the "straight-up" Thunderbird filter for not containing "@" first.. If that doesn't work, I'll give filtaquilla a shot. Thanks again.

If Thunderbird developers are watching this queue, please consider a more permanent and native option for these spammers.

more options

ddenby said

Thank you for the reply.. I'm not sure if it will work or not, but I will try the "straight-up" Thunderbird filter for not containing "@" first.. If that doesn't work, I'll give filtaquilla a shot. Thanks again. If Thunderbird developers are watching this queue, please consider a more permanent and native option for these spammers.

Developers do not watch the forum, but we have a spam filter and at least in my case has done good things for me for a decade almost.

The use of manual filters to manage spam is at best impossible to maintain in the long term. My mother would have described it as a fools errand. That is why Thunderbird filter is a learning filter.