Spam Filter/Content Filter
-
Spam filtering settings have a single Subject tag, for example,
[***SPAM*** Score/Req: _SCORE(0)_/_REQD_] , which is added when the value specified in the "A message is spam if it scores greater or equal to". This is a very limited setup, as it will be fine for one domain, but for another we would like to have a different trigger threshold.Here I have found only one solution using the content filter:
Conditions... If the SPAM FILTER score is equal toActions... Search and replace words within a message header - In the: Subject header...
Search expression: ^
Replace with: [***SPAM*** Score/Req: _SCORE(0)_/_REQD_]
Checkbox Regular expression
However, in this case, _SCORE(0)_/_REQD_are not filled with real values, because they are not in the content filter.
Is there a solution to this issue?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-