Re: Net::Telnet and SMTP



Sorry, it seemed clear when I wrote the message, but then I've been
staring at this problem for two days! :)

My main issue is that the messages returned by the server are not
making it back to be read by the client side. It seems that if I do a
completely valid smtp session, I eventually get all the messages when I
do my final $obj->get(), but I can't get them to appear in-line with
the command that generated them. I also cannot get them to appear when
I do a shortened smtp session (such as when I generate an error) even
when I do a final get() (or getline() or getlines()).

I'm not sure if I'm hitting some sort of buffer limit or what, but the
initial messages don't have this problem. Frex, I get the smtp
greeting immediately, as well as the response to the EHLO command.

Thanks in advance for the help.

crr

.