Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1:/tmp/cvs-serv29055/Proxy
Modified Files:
Proxy.pm
Log Message:
Improved tests for the Proxy module
Index: Proxy.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Proxy.pm 12 Jul 2003 18:47:34 -0000 1.20
--- Proxy.pm 13 Jul 2003 04:01:35 -0000 1.21
***************
*** 538,541 ****
--- 538,543 ----
if ( $mail->connected ) {
+ $self->log_( "Connected to $hostname:$port timeout " . $self->global_config_( 'timeout' ) );
+
# Set binmode on the socket so that no translation of CRLF
# occurs
***************
*** 571,574 ****
--- 573,577 ----
}
}
+
$self->log_( "Connection returned: $buf" );
|