CPU spins when :matches expression contains "*************"
-----------------------------------------------------------
Key: JSIEVE-49
URL: https://issues.apache.org/jira/browse/JSIEVE-49
Project: JAMES jSieve
Issue Type: Bug
Components: JSieve (Main)
Affects Versions: 0.2
Reporter: Boris Burtin
A Zimbra customer reported that the mail delivery thread goes into a CPU spin
when jSieve evaluates the following rule:
if anyof (header :matches "from"
"**********************************************[email protected]" ,
header :is "subject" "5" )
{
fileinto "Whatever";
stop;
}
I'm able to work around the problem by disallowing values that contain more
than four asterisks in succession, but this should be fixed in jSieve. Here's
the link to the Zimbra bug:
http://bugzilla.zimbra.com/show_bug.cgi?id=35983
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]