SA Bugzilla – Bug 1753
spamd with ssl waits for newline from the tty before processing of sslspamc requests starts
Last modified: 2003-05-24 11:34:45 UTC
Hi, xterm 1: $ spamd -H --ssl --server-key test.pem --server-cert test.pem xterm 2: $ sslspamc -S < tmp/example.mail Nothing happens if I do not press the return key in xterm 1. Subsequent invocations of 'sslspamc -S' in xterm 2 run without any delay. The problem does not arise if spamd is started in daemon mode with -d. ciao Klaus
The bug was caused by IO::Socket::SSL::fileno not working correctly. Fixed by version 0.92 of IO::Socket::SSL.