develooper Front page | perl.qpsmtpd | Postings from March 2005

queue/maildir logged insecure conditional error

From:
Bob
Date:
March 19, 2005 01:28
Subject:
queue/maildir logged insecure conditional error
Message ID:
423BF4D2.3090802@nishanet.com
queue/maildir bombed with some variation of "running
with -T option and insecure conditional" logged for this
line number--

open (MF, ">$maildir/tmp/$file") or
  $self->log(LOGWARN, "could not open $maildir/tmp/$file: $!"),
  return(DECLINED, "queue error (open)");

What seems to be indicated:

s/,$//
s/return/and return/

There are two done that way in the same sub and they don't
$self->boink($self);

I'll watch the logs though. Five days with perl, what do I
know?

-Bob Dodds




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About