There's a bug in get_default_from. Here's the patch:
--- conf.php.dist.orig Thu Dec 8 02:30:06 2005
+++ conf.php.dist Sun Feb 26 13:50:40 2006
@@ -280,7 +280,7 @@
$from_address = $user_prefs->email_address;
else {
if (isset($_SESSION['nocc_login_with_domain'])
and $_SESSION['nocc_login_with_domain'] == 1) {
- $from_address = $_SESSION['nocc_user'];
+ $from_address = $_SESSION['nocc_login'];
} else {
$from_address =
$_SESSION['nocc_user'].'@'.$_SESSION['nocc_domain'];
}
p.s. btw, have someone checked my previous patch about
UTF-8? (you can find it in "Patches" section)
Logged In: YES
user_id=529507
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the patch.