head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_E1_MP_2_STABLE:1.3 OPENPKG_E1_FP:1.3 OPENPKG_2_STABLE_20061018:1.3 OPENPKG_2_STABLE:1.3.0.14 OPENPKG_2_STABLE_BP:1.3 OPENPKG_2_5_SOLID:1.3.0.12 OPENPKG_2_5_SOLID_BP:1.3 OPENPKG_2_4_RELEASE:1.3 OPENPKG_2_4_SOLID:1.3.0.10 OPENPKG_2_4_SOLID_BP:1.3 OPENPKG_2_3_RELEASE:1.3 OPENPKG_2_3_SOLID:1.3.0.8 OPENPKG_2_3_SOLID_BP:1.3 OPENPKG_2_2_RELEASE:1.3 OPENPKG_2_2_SOLID:1.3.0.6 OPENPKG_2_2_SOLID_BP:1.3 OPENPKG_2_1_RELEASE:1.3 OPENPKG_2_1_SOLID:1.3.0.4 OPENPKG_2_1_SOLID_BP:1.3 OPENPKG_2_0_RELEASE:1.3 OPENPKG_2_0_SOLID:1.3.0.2 OPENPKG_2_0_SOLID_BP:1.3; locks; strict; comment @# @; 1.3 date 2003.07.22.14.10.09; author rse; state dead; branches; next 1.2; 1.2 date 2003.07.04.11.11.04; author ms; state Exp; branches; next 1.1; 1.1 date 2003.04.08.12.49.02; author mlelstv; state Exp; branches; next ; desc @@ 1.3 log @cleanup packaging @ text @diff -Naur cyrus-imapd-2.1.14.orig/imap/lmtpengine.c cyrus-imapd-2.1.14/imap/lmtpengine.c --- cyrus-imapd-2.1.14.orig/imap/lmtpengine.c Wed Jun 25 05:34:01 2003 +++ cyrus-imapd-2.1.14/imap/lmtpengine.c Fri Jul 4 11:42:39 2003 @@@@ -536,7 +536,7 @@@@ if (!*p++) return 0; } else { - while (*p && *p != '@@' && *p != '>') { + while (*p && /* *p != '@@' && */ *p != '>') { if (*p == '\\') { if (!*++p) return 0; } @@@@ -557,7 +557,7 @@@@ if (*p++ != ']') return 0; } else { - while (isalnum((int) *p) || *p == '.' || *p == '-') p++; + while (isalnum((int) *p) || *p == '.' || *p == '-' || *p == '_') p++; } } @@@@ -1160,7 +1160,7 @@@@ } /* Now finish the remainder of the localpart */ - while (*addr != '@@' && *addr != '>') { + while (/* *addr != '@@' && */ *addr != '>') { if (*addr == '\\') addr++; *dest++ = *addr++; } @ 1.2 log @Fix vhost build problems by rewriting patch and adjusting the specfile @ text @@ 1.1 log @the vhost_hack patch itself @ text @d1 4 a4 3 --- imap/lmtpengine.c.dist Wed Jun 5 20:32:15 2002 +++ imap/lmtpengine.c Sun Jun 23 02:15:51 2002 @@@@ -440,7 +440,7 @@@@ d13 1 a13 1 @@@@ -461,7 +461,7 @@@@ d22 1 a22 1 @@@@ -942,7 +942,7 @@@@ d24 2 a25 2 } else { @