Index: domain.c
===================================================================
RCS file: /cvs/sendmail/domain.c,v
retrieving revision 8.181
diff -u -r8.181 domain.c
--- domain.c	2002/05/24 23:48:42	8.181
+++ domain.c	2002/06/27 15:45:27
@@ -737,7 +737,7 @@
 #endif /* _FFR_BESTMX_BETTER_TRUNCATION */
 
 	_res.options &= ~(RES_DNSRCH|RES_DEFNAMES);
-	nmx = getmxrr(name, mxhosts, NULL, false, statp, true, NULL);
+	nmx = getmxrr(name, mxhosts, NULL, false, statp, false, NULL);
 	_res.options = saveopts;
 	if (nmx <= 0)
 		return NULL;
