bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Textual Confirmation - Notification Mail - Complete Address

Author Message
hirzel75



Joined: 14 Dec 2007
Posts: 3

Posted: Thu Dec 20, 2007 9:10 am    Post subject: Notification Mail - Complete Address  

Hi,

What can I do, if I want to show in my admin notification mail the complete mail address?

At the moment it shows Name and Domani, but not the complete mail address: it could be useful to re-contatc human user or those who use known and real mail.

Luca

Ps. I really love this MOD: a complete, simple solution to all my spam problems! Thank you for each bot that it blocks!
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Mon Jan 07, 2008 2:46 am    Post subject:  

Hi Luca,

no problem. In the file "functions_tc.php", near the line 200, change
Code:

$domain      = strstr($email, '@');
if (! $domain) {
  $domain = $email;
}

to
Code:

//$domain      = strstr($email, '@');
//if (! $domain) {
//  $domain = $email;
//}
$domain = $email;

_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!

Ok.