tmpAddress2       990 win32/sendmail.c 	char *tmpAddress1, *tmpAddress2;
tmpAddress2       993 win32/sendmail.c 	if( (tmpAddress1 = strchr(EmailAddress, '<')) && (tmpAddress2 = strchr(tmpAddress1, '>'))  ) {
tmpAddress2       994 win32/sendmail.c 		*tmpAddress2 = 0; // terminate the string temporarily.
tmpAddress2       996 win32/sendmail.c 		*tmpAddress2 = '>'; // put it back the way it was.