Re: Perl regex crash on large HTML table under SPAMD - SOLVED

2008-08-06 Thread Justin Mason
Dominic Germain writes: > replacing "*" by "{0,30}" fixed my problem! The regex works for small > tables without crashing spamd childs. Good to hear it. > IMO, upgrading to Perl 5.10 on OSX is not recommended... Apple is > tweeking a lot of stuff and there is always chances that a future OSX

Re: Perl regex crash on large HTML table under SPAMD - SOLVED

2008-08-05 Thread Dominic Germain
replacing "*" by "{0,30}" fixed my problem! The regex works for small tables without crashing spamd childs. IMO, upgrading to Perl 5.10 on OSX is not recommended... Apple is tweeking a lot of stuff and there is always chances that a future OSX update will screw up everything. many thanks!

Re: Perl regex crash on large HTML table under SPAMD

2008-08-05 Thread Dominic Germain
The Mac have 2 Gig of RAM, the HP box is running with 7 Gig . Dominic Germain - Administrateur réseau / Network administrator Sogetel www.sogetel.net [EMAIL PROTECTED] Le 08-08-05 à 14:46, Ron Smith a écrit : Hmmm. I think Perl 5.8.8 is the current

Re: Perl regex crash on large HTML table under SPAMD

2008-08-05 Thread Justin Mason
Dominic Germain writes: > Hi, > > I'm running the following rules in my local rules for a while and it > works flawlessly under RedHat EL 3 (Perl 5.8.0): > > rawbody TABLEOBFU / > ]|"[^"]*"|'[^']*')*>(<([^>]|"[^"]*"|'[^']*')*>)*[a-z]{1,2} > (<([^>]|"[^"]*"|'[^']*')*>)*<\/td([^>]|"[^"]*

Perl regex crash on large HTML table under SPAMD

2008-08-05 Thread Dominic Germain
Hi, I'm running the following rules in my local rules for a while and it works flawlessly under RedHat EL 3 (Perl 5.8.0): rawbody TABLEOBFU / ]|"[^"]*"|'[^']*')*>(<([^>]|"[^"]*"|'[^']*')*>)*[a-z]{1,2} (<([^>]|"[^"]*"|'[^']*')*>)*<\/td([^>]|"[^"]*"|'[^']*')*>/i Recently, we move to Apple M