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
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!
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
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([^>]|"[^"]*
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