Visitor
•
6 Messages
creating email filters
I would like to know if it is possible to create email filters using wildcards. I know that you can key in on if specific words are on the subject line, but I would like to use wildcards to filter items coming from domains. As an example:
senders address: [Edited: "Personal Information"]re.com . The information prior to the "@" may change into anything, as well as anything after the "@", with "store.com" always being the same. I would like to be able to use the wildcard '*' to have a filter look like: *@*store.com . This would indicate to do whatever I specify to an email coming in from ANY combination of characters before the '@", and ANY combination of characters after the '@", in front of the 'store.com'. This would block ANYTHING that comes from 'store.com'.
Spam/junk mail folks are creative in making simple word changes prior to the '@" and after it, to make it look like a different sender. I would like to block that action, with a one line filter catching any character changes, by the use of the wildcard character ;*;. The '*' would indicated 'any character'.
I have tried using wildcards with Xfinity email filtering, but it does not appear to recognize the usage. Is wildcard editing of email filters possible with Xfinity?
Accepted Solution
XfinityMichaelC
Official Employee
•
4.1K Messages
3 years ago
Greetings, @user_3e4d44! Thanks for reaching out to us on the Forums! I hope you are having an amazing day! I certainly understand wanting to find a mass solution when it comes to filtering out mail you don't want quickly. Unfortunately, the Xfinity email filters do not support wildcards at this time. Doing a little further research it doesn't look like outlook support it either. However, we do provide a safe list that you can add addresses that are safe and block out anything else that way. For more information have a look at https://www.xfinity.com/support/articles/xfinity-connect-safe-list and let us know if you have anything further questions.
(edited)
1
0
BruceW
Gold Problem Solver
•
26.2K Messages
3 years ago
Use "Matches". For example, a condition like
Subject Matches the * brown fox
matches an email subject "the quick brown fox", but does not match the subject "brown fox". "Matches" also allows the use of "?" to match any single character.
https://documentation.open-xchange.com/components/middleware/http/7.10.6/index.html#possible-comparisons may be of help.
Please be aware that there are 2 kinds of responses in this Forum: Replies and Comments. When you Comment on a post by scrolling down to "Comment on this post here...", I am notified of your response. But if you select Reply, I am NOT notified and may not be aware of your response.
2
user_9ec04e
Visitor
•
2 Messages
3 years ago
I have gone through one of my email filters, for one of my email addresses and changed from 'contains', to 'matches. I did not that it made the comment that using 'matches' allows for DOS type wild carding, which is what I wanted!!
Thanks a bunch. I will convert all over from using 'contains' to 'matches', and then all of my wildcards will work.
2
BruceW
Gold Problem Solver
•
26.2K Messages
3 years ago
I haven't tried it, but I think this would work:
You'd need to add a Condition line for each domain you don't want to ignore.
(edited)
4
0
BruceW
Gold Problem Solver
•
26.2K Messages
3 years ago
Everything depends on the spam garbage you are trying to match. Do-it-yourself spam filtering is a bit of a bear . . .
1