The PhP-SA-MYSQL package from www.spamassassin.org/devel/ has a bug.
If you set $usessl to "no" in the config.inc.php file, it gets set back to
"yes" by:
if ($usessl = 'yes') {
about half way down in login.php.
The fix is to instead use:
if ($usessl == 'yes') {
Thanks,
Josh Trutwin
http://trutwins.homeip.net
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk