From: Brian W. <bwe...@xb...> - 2002-01-24 09:14:23
|
On Thu, 24 Jan 2002, Cedric Dumetz wrote: > Hello, > > I'm using a bit of code from the JAMES. > > This for find all MX Record of a host. > > I've a code like this > MXRecord[] mxAnswers; > ... > .. > System.out.println(mxAnswers[i].getTarget().toString()) > ..... > > On the output I always have a point at the end of each MX (ex : m4.caramail.com. ) > Why ?? > Thanks for your help and sorry for my english Because fully qualified DNS names end in a dot. Brian |