The file() function doesn't require a "r" flag...
but the edit.func.php has one in line 43.
$read = file($spamfile,"r");
chaging it to:
$read = file($spamfile);
remove's the errors shown by saving some options.
But options like "Rewrite Header" or "Extended
Reporting" aren't saved at all... maybe another bug :-)
greetz basti
Logged In: NO
the options are being saved, sorry... my fault. I had the
page in my cache... basti