From 6ab7f52b691d6fd18274d089f415ce30f1280258 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 16 Mar 1998 16:52:53 +0000 Subject: Deal with M$ Exchange braindamage. svn path=/trunk/; revision=1702 --- fetchmail.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 9480ddb0..76b88bff 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -30,9 +30,11 @@ */ #define HOSTLEN 635 /* max hostname length (RFC1123) */ #define POPBUFSIZE 512 /* max length of response (RFC1939) */ -#define USERNAMELEN 40 /* max POP3 arg length (RFC1939) */ #define IDLEN 128 /* max length of UID (RFC1939) */ +/* per RFC1939 this should be 40, but Microsoft Exchange ignores that limit */ +#define USERNAMELEN 128 /* max POP3 arg length */ + /* clear a netBSD kernel parameter out of the way */ #undef MSGBUFSIZE -- cgit v1.2.3