[
https://issues.apache.org/jira/browse/JSIEVE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Burrell Donkin closed JSIEVE-49.
---------------------------------------
Resolution: Fixed
This turned out to be an issue in the Pattern implementation. Added workaround
to ensure that several stars are just regex'd as a single one.
> 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
> Assignee: Robert Burrell Donkin
> Fix For: 0.3
>
>
> 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]