You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/07/11 22:55:02 UTC

[Bug 4477] IPV6 support for spamc

http://bugzilla.spamassassin.org/show_bug.cgi?id=4477





------- Additional Comments From maddenj+spamassassin@skynet.ie  2005-07-11 13:55 -------
Created an attachment (id=3018)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=3018&action=view)
IPV6 support for spamc

A short snip from a debug log :
Jul 11 21:28:58 localhost spamc[10589]: dbg: create socket(PF_INET6)
Jul 11 21:28:58 localhost spamc[10589]: dbg: connect(AF_INET6) to spamd (host
::1, port spamd) (try #1 of 3)
Jul 11 21:28:59 localhost spamc[10589]: dbg: create socket(PF_INET)
Jul 11 21:28:59 localhost spamc[10589]: dbg: connect(AF_INET) to spamd (host
127.0.0.1, port spamd) (try #1 of 3)
Jul 11 21:28:59 localhost spamc[10589]: dbg: connect(AF_INET) to spamd done
Jul 11 21:28:59 localhost spamd[7217]: connection from localhost.localdomain
[127.0.0.1] at port 56087

Speaking of which, DEBUG_LOG isn't defined anywhere, so I defined it to
LOG_DEBUG at the top of libspamc.c for the above output.

Appreciate any feedback. Anyone working on IPV6 for spamd?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.