On 08 May 1998 00:11:32 CDT, Jason L Tibbitts III wrote:
>Now there is some select magic in there so it's probably not the MTA. What
>version of IO.pm do you have installed? Can you add some instrumentation
>into the getline function of lib/Mj/Deliver/Connection.pm and try again?
>(Remember to edit the file in the distribution, then rebuild and
>reinstall.) You might try making the function look like this:
>sub getline {
> my $self = shift;
>warn "A ".time;
> return undef unless $self->{'outsel'}->can_read($self->{'timeout'});
>warn "B ".time;
> $self->{'outhandle'}->getline;
>}
>you could also try commenting that return statement altogether.
Ok, commenting out the return statement makes it work. The debugging output
looks normal (the errors are gone, replaced by the lines sent as part of the
response). Do you want to see any of it?
You asked about the version of my IO modules: IO.pm is version 1.19,
IO-stringy is 1.203, and MIME/IO.pm is revision 4.103.
Thanks again for the help...
-Russell
--
Russell Steinthal
<rms39@columbia.edu> Columbia College Class of 1999
<steintr@avnet.org> System Administrator, AV-Network
Follow-Ups:
References:
|
|