http://issues.apache.org/SpamAssassin/show_bug.cgi?id=3991


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2006-11-10 14:51 -------
That does seem to be the problem. The sanity check of the options in spamd first
checks if --ssl is specified without --ssl-port and in that case disables
listening on an inet socket. Then it checks other options including --port to
decide to enable listening on an inet socket, undoing the effect of the previous
test.

I've checked in a trivial fix that moves the check for --ssl-port not specified
into the test for whether there will be listening for ssl, as that is the right
place to decide that listening on an ssl socket precludes using --port for an
inet socket.

Committed revision 473556.




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

Reply via email to