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