|
@@ -0,0 +1,22 @@
+--- amavisd.orig 2008-07-13 23:52:59.000000000 +0200
++++ amavisd 2008-07-14 00:02:34.000000000 +0200
+@@ -15998,7 +15998,7 @@
+ new_am_id(undef, $Amavis::child_invocation_count, undef);
+ Amavis::Timing::init();
+
+-$conn->smtp_proto("QMQPqq"); # the name of the method is too specific
++$conn->appl_proto("QMQPqq"); # the name of the method is too specific
+ my($eval_stat);
+ eval {
+ # get length of whole package
+@@ -16065,8 +16065,8 @@
+ ($msginfo->msg_size eq '' ? ()
+ : 'SIZE='.$msginfo->msg_size),
+ ($msginfo->body_type eq '' ? ()
+- : 'BODY='.$msginfo->body_type),
+- received_line($conn,$msginfo,am_id(),0) )
++ : 'BODY='.$msginfo->body_type)
++ )
+ ));
+
+ $msginfo->mail_tempdir($self->{tempdir}->path);
|