Uploaded image for project: 'James jSieve'
  1. James jSieve
  2. JSIEVE-49

CPU spins when :matches expression contains "*************"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.2
    • 0.3
    • JSieve (Main)
    • None

    Description

      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"
      "**********************************************address@yahoo.com" ,
      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

      Attachments

        Activity

          People

            robertburrelldonkin Robert Burrell Donkin
            bburtin Boris Burtin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: