I have spamassassin working and using mysql... but now im stuck on this.. >8)&0xFF; } } /* * STOP AUTHENTICATION SYSTEM */ if($status == 0) { // login >successful, redirect to index.php, checking to see // if redirect should use SSL or >not. $username = $post_username; session_register("username"); if($usessl == 'yes') { >header("Location: " . "https://$sitename/$phpsapath/index.php"); } else { >header("Location: " . "http://$sitename/$phpaspath/index.php"); } exit; } else { >$loginerror =1; } } /* * Below is the login form. You can change the html to suit >your needs * however you want, makeing sure that you keep the form field names the * >same. * * The required form field names: * * login this is a hidden field to indicat >that the form should * be processed. * * username this is the username entered * * >password this is the password entered * */ include("header.inc.php"); ?> shows up at the beginning when accessing login.php
any suggestions ??? ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk