http://bugzilla.spamassassin.org/show_bug.cgi?id=2840
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spamassassin-
| |[EMAIL PROTECTED]
AssignedTo|spamassassin- |[EMAIL PROTECTED]
|[EMAIL PROTECTED] |
------- Additional Comments From [EMAIL PROTECTED] 2004-02-15 17:05 -------
I can reproduce this... Very strange.
as far as I can tell, if the host doesn't exist:
get_output_fd(&out_fd);
sets out_fd to some random number instead of STDOUT_FILENO...
/me digs some
Aha! out_fd gets used without being defined. If transport_setup returned an
error, out_fd didn't get set, and so get_output_fd would just return whatever
the random value that happened to be in there.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.