From the mailserver we receive mail with X-Spam tags set.
p. eg.
X-Spam: yes
X-Spam-Status: Blocked - see
X-Spam-Version: qmail-rblchk 2.0
Because there are no ways to define custom 'Header Field'
as X-Spam, X-Spam-Status, X-Spam-Version, I use this rule
Header match ^X-Spam-Status:.*spamcop
Move....
Results: Only a part of the incoming mail is moved. If I do a test with the 'search', same result.
I do net see an error in the regex, and it seems some rules have major problems if there are URL's in the header or something. So maybe this is a parse bug.
p. eg.
X-Spam: yes
X-Spam-Status: Blocked - see
X-Spam-Version: qmail-rblchk 2.0
Because there are no ways to define custom 'Header Field'
as X-Spam, X-Spam-Status, X-Spam-Version, I use this rule
Header match ^X-Spam-Status:.*spamcop
Move....
Results: Only a part of the incoming mail is moved. If I do a test with the 'search', same result.
I do net see an error in the regex, and it seems some rules have major problems if there are URL's in the header or something. So maybe this is a parse bug.