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
---------------------------------------------
Administrateur réseau / Network administrator
Sogetel
www.sogetel.net

[EMAIL PROTECTED]


Our test RHEL setup :
******************************************************************************************
[21256] dbg: generic: SpamAssassin version 3.2.5
[21256] dbg: config: score set 0 chosen.
[21256] dbg: dns: is Net::DNS::Resolver available? yes
[21256] dbg: dns: Net::DNS version: 0.63
[21256] dbg: generic: sa-update version svn607589
[21256] dbg: generic: using update directory: /var/lib/spamassassin/ 3.002005
[21256] dbg: diag: perl platform: 5.008008 linux
[21256] dbg: diag: module installed: Digest::SHA1, version 2.11
[21256] dbg: diag: module installed: HTML::Parser, version 3.56
[21256] dbg: diag: module installed: Net::DNS, version 0.63
[21256] dbg: diag: module installed: MIME::Base64, version 3.07
[21256] dbg: diag: module installed: DB_File, version 1.814
[21256] dbg: diag: module installed: Net::SMTP, version 2.29
[21256] dbg: diag: module installed: Mail::SPF, version v2.005
[21256] dbg: diag: module installed: Mail::SPF::Query, version 1.999001
[21256] dbg: diag: module installed: IP::Country::Fast, version 604.001
[21256] dbg: diag: module not installed: Razor2::Client::Agent ('require' failed)
[21256] dbg: diag: module installed: Net::Ident, version 1.20
[21256] dbg: diag: module installed: IO::Socket::INET6, version 2.54
[21256] dbg: diag: module installed: IO::Socket::SSL, version 1.14
[21256] dbg: diag: module installed: Compress::Zlib, version 2.012
[21256] dbg: diag: module installed: Time::HiRes, version 1.86
[21256] dbg: diag: module installed: Mail::DomainKeys, version 1.0
[21256] dbg: diag: module installed: Mail::DKIM, version 0.32
[21256] dbg: diag: module installed: DBI, version 1.52
[21256] dbg: diag: module installed: Getopt::Long, version 2.35
[21256] dbg: diag: module installed: LWP::UserAgent, version 5.814
[21256] dbg: diag: module installed: HTTP::Date, version 5.810
[21256] dbg: diag: module installed: Archive::Tar, version 1.38
[21256] dbg: diag: module installed: IO::Zlib, version 1.09
[21256] dbg: diag: module installed: Encode::Detect, version 1.01

Reply via email to