Hi,
I have configured amongst other things these two rules:
for mails with
for mails with
Test string is ok using the part after "Reply-To: " and "From: ". I have other fields configured the same way where this is working fine.
I am using the caret sign to (hopefully) improve performance of the regex matching (as otherwise I have read there is no anchoring).
Though, mails with these headers pass through the spam filter.
What am I doing wrong? Do I have to explicitly use ".*" (which is not necessary when not using the caret sign)?
I have configured amongst other things these two rules:
Code:
Match field: Reply-To
Value: ^K2
Reply-To: K2 <ykfirxx@forestions.nl>
Code:
Match field: From
Value: ^Medizin-Shop
From: Medizin-Shop <iftiywr@alfasells.de>
Test string is ok using the part after "Reply-To: " and "From: ". I have other fields configured the same way where this is working fine.
I am using the caret sign to (hopefully) improve performance of the regex matching (as otherwise I have read there is no anchoring).
Though, mails with these headers pass through the spam filter.
What am I doing wrong? Do I have to explicitly use ".*" (which is not necessary when not using the caret sign)?