Re: Change to default host
Chris Burdess <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <[email protected]> |
Fernando Nasser wrote:
> OK to make this change? This makes it behave the same way as the Sun
> Reference Implementation (javamail.jar).
>
> Regards,
> Fernando
>
>
> ===================================================================
> RCS file:
> /cvsroot/classpathx/cvsroot/classpathx/mail/source/gnu/mail/providers/
> smtp/SMTPTransport.java,v
> retrieving revision 1.33
> retrieving revision 1.34
> diff -u -r1.33 -r1.34
> --- classpathx/mail/source/gnu/mail/providers/smtp/SMTPTransport.java
> 2004/12/09 17:22:11 1.33
> +++ classpathx/mail/source/gnu/mail/providers/smtp/SMTPTransport.java
> 2005/05/11 18:43:33 1.34
> @@ -122,7 +122,7 @@
> // Check host
> if (host == null)
> {
> - host = localHostName;
> + host = "localhost";
> }
>
> try
>
Thanks, this patch has been applied. If you could additionally include
a ChangeLog entry with patches, it would be much appreciated.
--
Chris Burdess