changeset 137:a6190f7798f4

add smtp auth rate limits
author carl
date Tue, 26 Sep 2006 14:17:00 -0700
parents f4746d8a12a3
children 9d0bc30b4576
files src/dnsbl.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dnsbl.cpp	Tue Sep 26 13:59:14 2006 -0700
+++ b/src/dnsbl.cpp	Tue Sep 26 14:17:00 2006 -0700
@@ -1175,6 +1175,7 @@
 			pthread_mutex_lock(&rate_mutex);
 				rcpt_counts.clear();
 			pthread_mutex_unlock(&rate_mutex);
+			loop = 0;
 		}
 		CONFIG &dc = *config;
 		time_t then = dc.load_time;