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 release. How much ram do you
have on your OS X Server by the way?
Ron Smith
[EMAIL PROTECTED]
"Having an email problem is painful, but character-building."
On Aug 5, 2008, at 2:20 PM, Dominic Germain wrote:
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 /
<td([^>]|"[^"]*"|'[^']*')*>(<([^>]|"[^"]*"|'[^']*')*>)*[a-z]{1,2}
(<([^>]|"[^"]*"|'[^']*')*>)*<\/td([^>]|"[^"]*"|'[^']*')*>/i
Recently, we move to Apple Mac OS X 10.5 server with Perl 5.8.8.
We start getting SIGCHLD error and 0/0 scores. I've found that
TABLEOBFU rule crash if there is a large table (~32k) inside the
mail... I was able to reproduce it under Redhat EL 5 also (Perl
5.8.8) but HTML must be 2 times larger (~64k).
I also try with the following rule I got from the mailing list.
Same problem.
rawbody TABLEOBFU /
<td([^>]|"[^"]*"|'[^']*')*>(<([^>]|"[^"]*"|'[^']*')*>)*[a-z]{1,2}
(<([^>]|"[^"]*"|'[^']*')*>)*<\/td([^>]|"[^"]*"|'[^']*')*>/i
It seems to be something related to allocated memory for the spamd
script...
Anything known about that issue? Is is possible to "skip" a test
according to mail size?
thanks
Dominic Germain