--On June 18, 2005 11:08:40 AM -0500 Peter Eisch <[EMAIL PROTECTED]> wrote:
while (!$bb->is_empty) {
my $b = $bb->first;
$b->read(my $newdata);
$data .= $newdata;
return $data if index($data, "\n") >= 0;
}
Oh, I also made the index go off newdata - seemed pointless to have it off $data when we've already checked it.
People can browse our changes and config at: <http://svn.apache.org/repos/asf/infrastructure/qpsmtpd/> HTH. -- justin
