From: Cedric D. <ced...@eo...> - 2002-01-24 08:32:30
|
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 Cedric |