On Mon, 6 Feb 2006 [EMAIL PROTECTED] wrote:
>       I notice this from the log file before the pluging actually fires:
>
> Use of uninitialized value in concatenation (.) or string at 
> lib/Qpsmtpd/SMTP.pm line 227.
> Use of uninitialized value in concatenation (.) or string at 
> lib/Qpsmtpd/SMTP.pm line 227.
>
>       That's this chunk of code:
>
>     $self->respond(250,
>                  $self->config("me") . " Hello " . $conn->remote_info . " [" 
> . $conn->remote_ip ."]",
>                  "PIPELINING",
>                  "8BITMIME",
>                  ($self->config('databytes') ? "SIZE ". 
> ($self->config('databytes'))[0] : ()),
>                  @capabilities,
>                 );

John Peacock replied:
> That's fixed in branches/0.3x, but it has nothing to do with the AUTH
> failure (it will prevent relaying however).  Can we release 0.31.2 to
> cover the few fixes on the branch?  Ask???  Is this thing on????? ;-)

        Um, should I be looking for yet another version to
download/(re)install, do I just need the fixed SMTP.pm, or should I now be
waiting for this new release?

        I have other plugins that fail as a direct result of this
information not being available :-(

        Thanks.

Reply via email to