diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-06-28 21:44:59 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-06-28 21:44:59 +0000 |
commit | 27ccfb65b02cc47ea50abe6f28b3655a85afd13f (patch) | |
tree | fddeb15555928c2bfea04a34775f83a1e3294370 /mail | |
parent | 61b9aa4259026860fd2ada0095c21d885efb8875 (diff) | |
download | ports-27ccfb65b02cc47ea50abe6f28b3655a85afd13f.tar.gz ports-27ccfb65b02cc47ea50abe6f28b3655a85afd13f.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popper/files/patch-ai | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popper/files/patch-ai b/mail/popper/files/patch-ai index 8e3af1eb297f..6eb95235297c 100644 --- a/mail/popper/files/patch-ai +++ b/mail/popper/files/patch-ai @@ -25,7 +25,7 @@ cp = &buffer[7]; while (*cp && (*cp == ' ' || *cp == '\t')) cp++; ! l = strlen(cp); -! if(l < DIG_SIZE || l > DIG_SIZE * 3) /* To account for the empty UIDL string */ +! if(l < DIG_SIZE || l > 70/*rfc1939*/) /* To account for the empty UIDL string */ { uidl_found--; /*roll over as though it hasn't seen anything*/ continue; |