Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

How to filter out email from sender addresses longer than 150 characters?

  • 3 תגובות
  • 1 has this problem
  • 18 views
  • תגובה אחרונה מאת atErik

more options

I'm getting a lot of spam in Thunderbird from senders with long and highly repetitive nonsense addresses? I think a filter for the sender's address "contains 150 wild card characters" would work but I've not found a way to do this. Does such a wild card character exist in the filter? Is there another way to do this?

Thanks

I'm getting a lot of spam in Thunderbird from senders with long and highly repetitive nonsense addresses? I think a filter for the sender's address "contains 150 wild card characters" would work but I've not found a way to do this. Does such a wild card character exist in the filter? Is there another way to do this? Thanks

כל התגובות (3)

more options

well you could try an address contains criteria but what about the part after the @ is that a constant?

more options

Most of these are gmail.com accounts and have long strings on nonsense repeating characters similar to this:

xxxxxxxxxxxxxxxxxxSEZZSURGQkYyMDIxRkFDRUJPT0tCQVJDRUxOQVRXVFRFUjIwMjJORVdZRUFSCQVJDRUxOQVRXVFRFUjIwMjJORVdZRUFS@gmail.com

Other emails have different strings of characters.

more options

TB = Thunderbird addon/extension FiltaQuilla allows to use RegExp 2 to create various types of filtering rules.

email address can have which valid characters, letters, symbols ? https://en.wikipedia.org/wiki/Email_address#Local-part

[a-zA-Z0-9\!\#\$\%\&\'\*\+\-\/\=\?\^\_\`\{\|\}\~\.]{151,}\@gmail\.com above filter rule detects/catches only those email-addresses which have 151 or more characters, then the @ at symbol then email-server / domain-name "gmail.com".