Problems on Solaris x86

Pascal Maes pascal.maes at elec.ucl.ac.be
Sun Aug 13 08:06:38 IST 2006


Le 12 août 06 à 17:37, Pascal Maes a écrit :

>
> Le 12 août 06 à 17:03, Pascal Maes a écrit :
>
>
> 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
>

Finaly, it's the line

$self->do_full_eval_tests($priority, \$fulltext);

in SpamAssassin/PerMsgStatus.pm which blocks the process.

When I put this line in comment, all is going "fine"


Any idea ?

--
Pascal





More information about the MailScanner mailing list