Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134262 | Differences between
and this patch

Collapse All | Expand All

(-)courier/libs/comverp.c (-1 / +9 lines)
Lines 34-40 Link Here
34
34
35
		switch (*receipient)	{
35
		switch (*receipient)	{
36
		case '=':
36
		case '=':
37
			if (strchr(receipient, '@'))	break;
37
			if (strchr(receipient, '@'))
38
			{
39
				if (buf)	*buf++ = *receipient;
40
41
				++receipient;
42
				++i;
43
				break;
44
			}
45
38
			/* UUCP, no @, must encode it */
46
			/* UUCP, no @, must encode it */
39
47
40
		case '@':
48
		case '@':

Return to bug 134262