From 8eb39923ceec15570d3e709103f118115f44a2fd Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 25 Sep 2003 15:16:51 +0000 Subject: If the localhost lookup results in a numeric IPv6 host, use the form 2003-09-25 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.c (smtp_helo): If the localhost lookup results in a numeric IPv6 host, use the form "[IPv6:]" as specified in rfc2821. Fixes bug #46006. svn path=/trunk/; revision=22694 --- camel/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index cfe36ef306..c3cc137b0d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2003-09-25 Jeffrey Stedfast + + * providers/smtp/camel-smtp-transport.c (smtp_helo): If the + localhost lookup results in a numeric IPv6 host, use the form + "[IPv6:]" as specified in rfc2821. Fixes bug #46006. + 2003-09-23 Jeffrey Stedfast * providers/local/camel-mbox-store.c (get_folder): If the CREATE -- cgit