Search found 3 matches

by blubke
Tue Mar 02, 2010 4:39 pm
Forum: General discussions
Topic: Email accounts in the format testuser_AT_test_DOT_com
Replies: 6
Views: 8033

Re: Email accounts in the format testuser_AT_test_DOT_com

Changing the config was my first action. Somehow it didnt work. So i've remarked the function.
by blubke
Thu Feb 25, 2010 11:07 am
Forum: General discussions
Topic: Email accounts in the format testuser_AT_test_DOT_com
Replies: 6
Views: 8033

Re: Email accounts in the format testuser_AT_test_DOT_com

Found the artikel describing how the kill the function.
replace function safeEmail .... with

function safeEmail($email)
{
return $email;
}
by blubke
Thu Feb 25, 2010 10:47 am
Forum: General discussions
Topic: Email accounts in the format testuser_AT_test_DOT_com
Replies: 6
Views: 8033

Re: Email accounts in the format testuser_AT_test_DOT_com

Hi Thorsten,

I would like to disable the function because we use the faq internally. So no spambots, etc will be able to find and use this faq.
So how can i disable the email security (thingie DOT AT) ?