dovecot-2.0-pigeonhole: managsieve-login: Reduced the max. numbe...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Apr 10 17:22:35 EEST 2011


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/035f71059f3d
changeset: 1488:035f71059f3d
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sun Apr 10 17:28:14 2011 +0200
description:
managsieve-login: Reduced the max. number of allowed bad commands.

diffstat:

 src/managesieve-login/client.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ed2d01aff6d0 -r 035f71059f3d src/managesieve-login/client.c
--- a/src/managesieve-login/client.c	Tue Mar 22 22:25:11 2011 +0100
+++ b/src/managesieve-login/client.c	Sun Apr 10 17:28:14 2011 +0200
@@ -26,7 +26,7 @@
 #include <stdlib.h>
 
 /* Disconnect client when it sends too many bad commands */
-#define CLIENT_MAX_BAD_COMMANDS 10
+#define CLIENT_MAX_BAD_COMMANDS 3
 
 const struct login_binary login_binary = {
 	.protocol = "sieve",


More information about the dovecot-cvs mailing list