Eric "Shubes" wrote:
I'm having an intermittent problem with simscan that I can't quite put my finger on. It seems to hang in a wait state of sorts, then it finally ends after 300 or 600 seconds or so, presumably when the smtp session times out. The message is received, but since the smtp session doesn't end normally, the sender subsequently resends the message, resulting in duplicates received.

When I do "# spamassassin -D --lint", the diag portion of the output is:
[19605] dbg: diag: perl platform: 5.008005 linux
[19605] dbg: diag: module installed: Digest::SHA1, version 2.07
[19605] dbg: diag: module not installed: IO::Zlib ('require' failed)
[19605] dbg: diag: module installed: DB_File, version 1.809
[19605] dbg: diag: module installed: HTML::Parser, version 3.35
[19605] dbg: diag: module installed: MIME::Base64, version 3.01
[19605] dbg: diag: module installed: Net::DNS, version 0.48
[19605] dbg: diag: module installed: Net::SMTP, version 2.29
[19605] dbg: diag: module not installed: Mail::SPF::Query ('require' failed) [19605] dbg: diag: module not installed: IP::Country::Fast ('require' failed) [19605] dbg: diag: module not installed: Razor2::Client::Agent ('require' failed)
[19605] dbg: diag: module not installed: Net::Ident ('require' failed)
[19605] dbg: diag: module not installed: IO::Socket::INET6 ('require' failed) [19605] dbg: diag: module not installed: IO::Socket::SSL ('require' failed)
[19605] dbg: diag: module installed: Time::HiRes, version 1.55
[19605] dbg: diag: module installed: DBI, version 1.40
[19605] dbg: diag: module installed: Getopt::Long, version 2.34
[19605] dbg: diag: module not installed: LWP::UserAgent ('require' failed)
[19605] dbg: diag: module not installed: HTTP::Date ('require' failed)
[19605] dbg: diag: module not installed: Archive::Tar ('require' failed)

Could the "module not installed" messages be causing a problem?
If so, what do I do to fix it?
It's probably failing while trying to do some of the tests. You're missing some important perl modules that you may try installing. Go into the perl shell:
perl -MCAN -e shell
And load MCPAN itself:
install MCPAN (I think this is the right command, been a while)
Then load some of the modules you're missing:
install IO::Zlib
It may say that it's missing modules that are required to install that one, and will ask if you want to prepend them. Answer yes, and continue. Here's the diag output of mine to compare to:
[15594] dbg: message: ---- MIME PARSER START ----
[15594] dbg: message: main message type: text/plain
[15594] dbg: message: parsing normal part
[15594] dbg: message: added part, type: text/plain
[15594] dbg: message: ---- MIME PARSER END ----
[15594] dbg: dns: is Net::DNS::Resolver available? yes
[15594] dbg: dns: Net::DNS version: 0.49
[15594] dbg: diag: perl platform: 5.008006 linux
[15594] dbg: diag: module installed: Digest::SHA1, version 2.10
[15594] dbg: diag: module installed: Getopt::Long, version 2.34
[15594] dbg: diag: module not installed: LWP::UserAgent ('require' failed)
[15594] dbg: diag: module not installed: HTTP::Date ('require' failed)
[15594] dbg: diag: module installed: Archive::Tar, version 1.26
[15594] dbg: diag: module installed: IO::Zlib, version 1.04
[15594] dbg: diag: module installed: DB_File, version 1.814
[15594] dbg: diag: module installed: HTML::Parser, version 3.45
[15594] dbg: diag: module installed: MIME::Base64, version 3.05
[15594] dbg: diag: module installed: Net::DNS, version 0.49
[15594] dbg: diag: module installed: Net::SMTP, version 2.29
[15594] dbg: diag: module installed: Mail::SPF::Query, version 1.997
[15594] dbg: diag: module installed: IP::Country::Fast, version 309.002
[15594] dbg: diag: module not installed: Razor2::Client::Agent ('require' failed)
[15594] dbg: diag: module not installed: Net::Ident ('require' failed)
[15594] dbg: diag: module not installed: IO::Socket::INET6 ('require' failed)
[15594] dbg: diag: module installed: IO::Socket::SSL, version 0.97
[15594] dbg: diag: module installed: Time::HiRes, version 1.65
[15594] dbg: diag: module installed: DBI, version 1.48



---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to