amavisd-new-2.7.0-pre15 pre-release is available

Mark Martinec Mark.Martinec+amavis at ijs.si
Thu Apr 14 17:12:52 CEST 2011


Tonio,

> - Second one, occuring only on some quarantined email into SQL (mail as
> SPAM)
> (14680-10) (!!)TROUBLE in check_mail: quar+notif FAILED: temporarily
> unable to quarantine: 451 4.5.0 Storing to sql db as mail_id
> L-v9t1n26L7I failed: not available, id=14680-10 at /usr/sbin/amavisd
> line 14304, <GEN31> line 12605.
>
> or
>
> (16596-07) (!!)TROUBLE in check_mail: quar+notif FAILED: temporarily
> unable to quarantine: 451 4.5.0 Storing to sql db as mail_id
> UO2cd-jdio93 failed: OpenSSL error: header too long, id=16596-07 at
> /usr/sbin/amavisd line 14304, <GEN54> line 73094.
>
> Almost all quarantined emails are well inserted into SQL, but some are  
> not.

Funny. Could you please try the following patch?


--- amavisd~	2011-04-13 01:54:37.000000000 +0200
+++ amavisd	2011-04-14 15:51:46.000000000 +0200
@@ -22151,5 +22151,5 @@
      $msg->seek($msginfo->skip_bytes, 0) or die "Can't rewind mail file:  
$!";
    }
-  my($err) = $@; my($smtp_response);
+  my($err,$smtp_response);
    eval {
      my($sql_cl_r) = cr('sql_clause');



> - First one, occuring on every email:
> _WARN: Use of uninitialized value in string eq at (eval 118) line 275.

I need some context around this warning from the log at level 5 to
see where it belongs.

         Mark


More information about the amavis-users mailing list