Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags to

prevent problems between the resolver and Microsoft DNS servers with
AAAA lookups.  The upstream open source project will work on a more
permanent fix for the next release.  Issue noted by Pavel Timofeev.

MFC after:	3 days
This commit is contained in:
Gregory Neil Shapiro 2013-08-12 17:22:39 +00:00
parent 2c9c61defa
commit c4190e0fcf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254251

View File

@ -39,3 +39,7 @@
#ifndef SM_CONF_MSG
# define SM_CONF_MSG 1
#endif /* SM_CONF_MSG */
#ifndef SM_IPNODEBYNAME_FLAGS
# define SM_IPNODEBYNAME_FLAGS AI_DEFAULT|AI_ALL
#endif /* SM_IPNODEBYNAME_FLAGS */