Problems on Solaris x86
Pascal Maes
pascal.maes at elec.ucl.ac.be
Sat Aug 12 16:37:24 IST 2006
Le 12 août 06 à 17:03, Pascal Maes a écrit :
>
>
>
> but in "normal"" mode :
>
> # /opt/MailScanner/bin/MailScanner
> Aug 12 17:02:11 localhost MailScanner[19025]: MailScanner E-Mail
> Virus Scanner version 4.55.10 starting...
> Aug 12 17:02:11 localhost MailScanner[19025]: Using SpamAssassin
> results cache
> Aug 12 17:02:11 localhost MailScanner[19025]: Connected to
> SpamAssassin cache database
>
> the line "Using locktype = flock" doesn't come
>
I add some InfoLog in MailScanner to see where the process is blocked.
In lib/MailScanner/SA.pm :
# If they are using MCP at all, then we need to compile SA
differently
# here due to object clashes within SA.
if (MailScanner::Config::IsSimpleValue('mcpchecks') &&
!MailScanner::Config::Value('mcpchecks')) {
# They are definitely not using MCP
MailScanner::Log::InfoLog("7");
$MailScanner::SA::SAspamtest->compile_now();
MailScanner::Log::InfoLog("8");
I see the 7 but never the 8
Why $MailScanner::SA::SAspamtest->compile_now() dosen't finish ?
--
Pascal
More information about the MailScanner
mailing list