Hello everyone,
I encountered what seems to be a trivial issue. ChatGPT keeps suggesting a rather logical and simple solution, but PMG doesn't have such "activities":
____________________________
Go to the PMG web interface.
Navigate to Mail Filter > Who Objects:
Create a Who object with the type Regexp.
In the regular expression field, add:
^(?!.*\.com\).*$
This expression means: "Does not end with .com".
Next, go to Mail Filter > Custom Rules:
Create a new rule.
In the condition, choose the Who object created (for example, "Non-domains").
In the action, specify adding +2 to the Spam Score.
____________________________
I want to add +2 to the spam score for all emails not sent from "standard" domains (*.com and others).
It's simple – I’m sure that I should not be receiving “legitimate” emails from countries in Asia, Africa, or the North Pole, and I want to add +2 to the spam score for such emails by default.
I encountered what seems to be a trivial issue. ChatGPT keeps suggesting a rather logical and simple solution, but PMG doesn't have such "activities":
____________________________
Go to the PMG web interface.
Navigate to Mail Filter > Who Objects:
Create a Who object with the type Regexp.
In the regular expression field, add:
^(?!.*\.com\).*$
This expression means: "Does not end with .com".
Next, go to Mail Filter > Custom Rules:
Create a new rule.
In the condition, choose the Who object created (for example, "Non-domains").
In the action, specify adding +2 to the Spam Score.
____________________________
I want to add +2 to the spam score for all emails not sent from "standard" domains (*.com and others).
It's simple – I’m sure that I should not be receiving “legitimate” emails from countries in Asia, Africa, or the North Pole, and I want to add +2 to the spam score for such emails by default.