Hello,
i want to block all emails from
"Dr. med. Frank" <info@happynonsense.com>
where the part between < .... > can be anything.
So i wrote a regex in the global blacklist looking like this:
^\"Dr\.\smed\.\sFrank\"
As far as i could test with regex101.com the expression should be exact what i want.
But if i test it in proxmox i get the result that the expression is not matching.
I wonder if my expression is wrong or if the test function in proxmox is giving me a wrong result?
Any help with this issue?
Thx in advance.
i want to block all emails from
"Dr. med. Frank" <info@happynonsense.com>
where the part between < .... > can be anything.
So i wrote a regex in the global blacklist looking like this:
^\"Dr\.\smed\.\sFrank\"
As far as i could test with regex101.com the expression should be exact what i want.
But if i test it in proxmox i get the result that the expression is not matching.
I wonder if my expression is wrong or if the test function in proxmox is giving me a wrong result?
Any help with this issue?
Thx in advance.