1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
+++ ./sendmail-8.12.3/sendmail/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;
|