Mail is blocked for what rule

digiweb

Member
Mar 6, 2022
70
3
13
42
I have a "who" list called "black list". I've added over a hundred regex rules to this list. When the incoming mail complies with one of these rules, I send it to the quarantine department. Can I see which regex rule the incoming mail matches and is therefore quarantined?
 
I have a "who" list called "black list". I've added over a hundred regex rules to this list. When the incoming mail complies with one of these rules, I send it to the quarantine department. Can I see which regex rule the incoming mail matches and is therefore quarantined?
not directly from the logs (they only log the rule which triggered the action.
you can of course check the envelop-sender (you have that in the logs) manually - for which of the regular expressions it matched

I hope this helps!
 
i don't fully understand that
Example Rule: ^aresakademi[0-9].*
If the incoming mail matches this rule, is there a menu or file where I can see it?
 
No there is no such file.

You can see the address from the Tracking Center - with that address you can check it against the regexes in your rules
 
The name of the who object is written where you said it is just
I actually want to see which rule in the who object matches.
there is one who object. There are 10 regex rules in it. I want to see which of these regex rules it matches.
 
There are 10 regex rules in it. I want to see which of these regex rules it matches.
As said - this is not directly possible through the log - you need to manually check which of the regex hits

Alternatively:
* split up the rule into 10 rules (with the same priority) - each having a who-object with only one regex - then the log will tell you which rule hits