https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6547
Mark Martinec <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|Undefined |3.4.0 --- Comment #1 from Mark Martinec <[email protected]> 2011-09-21 02:17:49 UTC --- trunk: Bug 6547: Client.pm uses IO::Socket::INET, not IPv6 compatible; let the spamd -A default include also the ::1 in addition to 127.0.0.1 Sending lib/Mail/SpamAssassin/Client.pm Sending spamd/spamd.raw Sending t/SATest.pm Committed revision 1173462. test seems to be happy: # SPAMD_HOST='::1' prove t/spamd_client.t t/spamd_client.t .. ok All tests successful. Files=1, Tests=52, 21 wallclock secs ( 0.04 usr 0.02 sys + 7.04 cusr 0.41 csys = 7.51 CPU) Result: PASS # SPAMD_HOST='127.0.0.1' prove t/spamd_client.t t/spamd_client.t .. ok All tests successful. Files=1, Tests=52, 21 wallclock secs ( 0.03 usr 0.02 sys + 7.00 cusr 0.37 csys = 7.41 CPU) Result: PASS # prove t/spamd_client.t t/spamd_client.t .. ok All tests successful. Files=1, Tests=52, 21 wallclock secs ( 0.05 usr 0.01 sys + 7.00 cusr 0.38 csys = 7.44 CPU) Result: PASS -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
