> The first bit I wonder about is that the StringTokenizer is using " .".
I'm
> not sure if mail.getRemoteAddr(); returns an IP in the format of "127 .0
.0 .2"

RTFM.  :-)  Or at least the JDK documentation: All characters in the delim
argument are the delimiters for separating tokens.  In other words, EITHER a
' ' or a '.' would be accepted as a delimiter, so "127 0 0 1" or "127.0.0.1"
or other combination would be acceptable.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to