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!