http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4477
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3018 is|0 |1
obsolete| |
------- Additional Comments From [EMAIL PROTECTED] 2006-06-29 17:32 -------
Created an attachment (id=3564)
--> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3564&action=view)
redo of patch against current svn trunk
here's an update of that patch, since part of it failed to apply against latest
svn trunk. my issues:
1. "struct addrinfo", getnameinfo() -- are those APIs widely-enough implemented
that we can count 100% on them being available on all platforms? this code
doesn't have a fallback if they're not available, and spamc being unbuildable
counts as a critical issue...
2. spamc/libspamc.h should be including all header files required for "struct
addrinfo" to be declared. I think that is the case as far as I can tell.
3. more seriously, "make test" fails:
t/spamc_l.... Not found: connfailed = spamc: connect(AF_INET) to spamd at
127.0.0.1 failed, retrying (#1 of 3): Connection refused
# Failed test 3 in t/SATest.pm at line 599
Output can be examined in: log/spamc_l.out
FAIL: Some other process running on port 8? Test assumes nothing is listening
on port 8. at t/spamc_l.t line 6.
t/spamc_l....FAILED test 3
Failed 1/3 tests, 66.67% okay
't/log/spamc_l.out' contains:
spamc: connect to spamd failed, retrying (#1 of 3): Connection refused
spamc: connect to spamd failed, retrying (#2 of 3): Connection refused
spamc: connect to spamd failed, retrying (#3 of 3): Connection refused
spamc: connection attempt to spamd aborted after 3 retries
hello world
anyway, I can't apply it with test failures :(
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.