Author: msergeant Date: Wed Jan 2 12:37:45 2008 New Revision: 831 Modified: trunk/qpsmtpd-async
Log:
Pause read at the start so we don't read data while waiting for rDNS results.
Modified: trunk/qpsmtpd-async
==============================================================================
--- trunk/qpsmtpd-async (original)
+++ trunk/qpsmtpd-async Wed Jan 2 12:37:45 2008
@@ -369,6 +369,7 @@
$client->process_line("Connect\n");
$client->watch_read(1);
+ $client->pause_read();
return 1;
}
