Update of /cvsroot/dnsmail/dnsmail/DnsMail
In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv29902/dnsmail/DnsMail
Modified Files:
DnsMail.cs
Log Message:
Put back last commit. DnsCache is a good thing.
Index: DnsMail.cs
===================================================================
RCS file: /cvsroot/dnsmail/dnsmail/DnsMail/DnsMail.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** DnsMail.cs 4 Aug 2006 15:23:00 -0000 1.8
--- DnsMail.cs 7 Aug 2006 08:43:41 -0000 1.9
***************
*** 474,478 ****
MxRecord[] mxs = new MxRecord[0];
! IPAddress[] ips = DNSAPI.InternalResolve(ref resDom, ref usedMx, ref mxs);
#region resolved
--- 474,478 ----
MxRecord[] mxs = new MxRecord[0];
! IPAddress[] ips = DnsCache.InternalResolve(ref resDom, ref usedMx, ref mxs);
#region resolved
|