Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
amavisd-new27
> amavisd-new-fixes.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File amavisd-new-fixes.patch of Package amavisd-new27
--- 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);