http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5425





------- Additional Comments From [EMAIL PROTECTED]  2007-04-19 02:18 -------
The high-bit warnings cannot bring down an entire perl interpreter; that's not 
it.

can you reduce it down to a specific rule, or small number of rules? 
Identifying smallest unit that crashes, would be helpful.

I suspect it's a recursive rule containing lots of /(?:foo(?:bar)*)*/ groupings,
which recurses too deep for the perl interpreter stack on win32.  that can cause
out-of-memory errors iirc.  if you can figure out which rule it is, we can (a)
get the rule fixed (b) investigate if there's a way to trap that failure safely
in SA.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to