Page 1 of 1

TLD list

Posted: Wed Sep 21, 2022 12:23 am
by photophart
Is there a way I can add a specific TLD to the drop down list in filter/TLD?

Re: TLD list

Posted: Wed Sep 21, 2022 12:23 pm
by rusticdog
There isn't a way to add ones to that list, instead create a regex rule looking at the FROM field, and enter the TLD

e.g. to make a filter to match .date email addresses

If the FROM, Contains, Regex
@[:alnum:]+\.(date)

The [:alnum:]+ portion is looking for any alpha-numeric characters, followed by the .date/

You can add more by using a 'pipe' between each TLD if you want
@[:alnum:]+\.(date|mate|late)

Re: TLD list

Posted: Thu Sep 22, 2022 12:56 am
by photophart
Nice! Just what I was looking for. An infinity of thanks has been added to your life profile by the world system admin.
Mark