Mark Martinec skrev:
> Anders,
> 
>> I get this after trying to enable SQL for quarantine:
>>
>> # amavisd debug
>> Problem in Amavis::SQL::Quarantine code:
>> syntax error at (eval 59) line 165
> 
> Thanks, a bug indeed - missing right parenthesis:
> 
> --- amavisd~  Tue Sep  5 12:23:14 2006
> +++ amavisd   Mon Sep 11 01:55:00 2006
> @@ -14365,5 +14365,5 @@
>      ll(4) && do_log(4, "sql flush: key: (%s, %d), rx_time=%d, size=%d",
>                   $self->{dbkey}, $ind, $self->{rx_time},
> -                 min(length($self->{buf}),$self->{maxbuf});
> +                 min(length($self->{buf}),$self->{maxbuf}));
>      eval {
>        $conn_h->execute($self->{clause}, $self->{dbkey}, $ind,
> 
> 
> 
> Thanks!
> 
>   Mark

No problems!
Will try it again as soon as I get MailZu to work... Seems a bit flaky too.

-- 

Anders Norrbring
Norrbring Consulting

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to