http://bugzilla.spamassassin.org/show_bug.cgi?id=3571
------- Additional Comments From [EMAIL PROTECTED] 2004-07-06 17:32 -------
I have some problems trying to use this:
In spamd, --version doesn't show up in in the usage display. Is that a bug?
I tried to use this by adding the following to SATest.pm:
I declared our $SSL_AVAILABLE; where the other our variables are declared, and
assigned it in sa_t_init after the commands for calling spamd and spamc are
defined, using the statement:
$SSL_AVAILABLE = ((`$perl_cmd ../spamd/spamd --version` =~ /with SSL support/)
&&
(`$spamc -V` =~ /with SSL support/));
The problem is that spamc -V writes only to stderr. Can it go to stdout to make
it easy to capture with `spamc -V` or is there a simple way I don't know about
to do it with stderr? Remember that redirection syntax will not work with the
system command when running under Windows.
By defining and assigning $SSL_AVAILABLE in SATest.pm, it is available for my
spamd_ssl.t test to use to decide whether to run.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.