> 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') {

Also:  (for those who care!)

Need to change $phpaspath to $phpsapath in login.php  (must not have
tested $usessl = 'no' option)  :)

Need to change all occurances of "index.php" to "phpsa.php" in phpsa.php.

Need to change "/users/spamfilter/index.php" to "phpsa.php" in phpsa.php

Josh




-------------------------------------------------------
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

Reply via email to