I have a personal domain name with multiple accounts. It gets a ton of spam which I have been dealing with over the years, but I tend to get deluged by spammers using TLDs such as .club, .sale, .work that they keep changing. When a wave comes through I send them all to dev/null? (discard message). However, the latest one, .sale, I can't seem to get it to go there. It is instead sent to a spam catchall account I have to check for patterns of incoming spam. I'm not sure how to get it to work like the previous TLDs that get discarded. Here is a sample of the output from Test Filter.
Match expanded arguments:
Subject = " Kenny Love" <[email protected]>
Pattern = [email protected]+\.shop
Sub-condition is true: $header_from: matches [email protected]+\\.shop
This is the action - the last delivery GLOBAL SPAM is where I send spam I want to check before deleting
Headers charset "UTF-8"
Save message to: /dev/null 0660
Save message to: /dev/null 0660
Save message to: /dev/null 0660
Deliver message to: "user+GLOBAL SPAM"@mydomain.net
Filtering set up at least one significant delivery or other action.
No other deliveries will occur.
I use the Global Email Filters user interface in cPanel and have created a single regex for .sale and moved it to the top to see if that works, which it hasn't. Hopefully someone can advise what is happening here. If there is a conflict with another filter where is there a text file for this filter config on the server?
Match expanded arguments:
Subject = " Kenny Love" <[email protected]>
Pattern = [email protected]+\.shop
Sub-condition is true: $header_from: matches [email protected]+\\.shop
This is the action - the last delivery GLOBAL SPAM is where I send spam I want to check before deleting
Headers charset "UTF-8"
Save message to: /dev/null 0660
Save message to: /dev/null 0660
Save message to: /dev/null 0660
Deliver message to: "user+GLOBAL SPAM"@mydomain.net
Filtering set up at least one significant delivery or other action.
No other deliveries will occur.
I use the Global Email Filters user interface in cPanel and have created a single regex for .sale and moved it to the top to see if that works, which it hasn't. Hopefully someone can advise what is happening here. If there is a conflict with another filter where is there a text file for this filter config on the server?
Last edited by a moderator: