Page 1 of 1

Wildcards and 'Begins With/Ends With' in Filters

Posted: Sat Feb 11, 2023 5:36 am
by The Enforcer
Hi,

Whilst I can see that you can use wildcards to capture similar email addresses, I cannot see the ability to use wildcards in the Filters settings, am I missing something? If not, I think that this would be a really handy addition, because I would really like to filter out all spammers that send from names that begin and end with the symbols " or - .

Another addition to Filters that would be really useful would be to specify "begins with" or "ends with" alongside is/contains/does not contain. It was that feature that I used in Thunderbird to eliminate the aforementioned spammers.

Cheers,
TE

Re: Wildcards and 'Begins With/Ends With' in Filters

Posted: Sat Feb 11, 2023 7:01 am
by gingbat
Yes, although you cannot use wildcards, you can use regex which is far more powerful....

I am not that clued up on these, they can be pretty specialized.... if stuck, I refer a lot too this site:

https://riptutorial.com/regex

Also, this page is pretty good from forums:

http://forum.firetrust.com/viewtopic.ph ... a757b8635b

Cheers!

Re: Wildcards and 'Begins With/Ends With' in Filters

Posted: Sat Feb 11, 2023 7:20 am
by TrustFire
Hello guys!

Wildcards work fine, here . . . in the Filter section — have been working as far back as I can remember. ;)

Re: Wildcards and 'Begins With/Ends With' in Filters

Posted: Sat Feb 11, 2023 7:30 am
by TrustFire
The Enforcer wrote:
Sat Feb 11, 2023 5:36 am
Another addition to Filters that would be really useful would be to specify "begins with" or "ends with" alongside is/contains/does not contain. It was that feature that I used in Thunderbird to eliminate the aforementioned spammers.
Let me play the Devil's Advocate — here are some more Condition Operators (courtesy . . . The Bat! Professional — the best e-mail client on the planet):—

Condition_Operators.png
Condition_Operators.png (30.03 KiB) Viewed 2903 times

Re: Wildcards and 'Begins With/Ends With' in Filters

Posted: Sat Feb 11, 2023 8:09 am
by gingbat
TrustFire wrote:
Sat Feb 11, 2023 7:20 am
Hello guys!
Wildcards work fine, here . . . in the Filter section — have been working as far back as I can remember. ;)
Definitely correct me if I am wrong, but I am assuming you mean when using regex filters...? as plain txt ones catch whatever you write... eg enter the word "real" (no "") and it will catch real, really realistic etc....

*real* will only catch the email if it actually contains the text "*real*"

Re: Wildcards and 'Begins With/Ends With' in Filters

Posted: Sat Feb 11, 2023 8:15 am
by TrustFire
Oh yeah, they're all RegEx filters — don't have even a single Plain Text filter.

Re: Wildcards and 'Begins With/Ends With' in Filters

Posted: Sat Feb 11, 2023 9:27 am
by gingbat
:thumbsup Sweet as....