Email accounts in the format testuser_AT_test_DOT_com

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
Linknode
Posts: 1
Joined: Sat Dec 04, 2004 3:38 am

Email accounts in the format testuser_AT_test_DOT_com

Post by Linknode »

Hi,

So far I've tweaked this program and it's great, one bug I've noticed is that the emails all show up in this format:

testuser_AT_test_DOT_com

To get this I went to "Ask Question" then filled in the fields and in the email field I typed testuser@test.com.

Now when I click on it and Outlook opens, testuser_AT_test_DOT_com shows up in the to field, anyone know how to fix this?

Thanks,

Alex
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi Alex,

this is a function to avoid spam to the e-mail account. Do you really want to disable this?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
blubke
Posts: 3
Joined: Thu Feb 04, 2010 2:49 pm

Re: Email accounts in the format testuser_AT_test_DOT_com

Post by blubke »

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) ?
blubke
Posts: 3
Joined: Thu Feb 04, 2010 2:49 pm

Re: Email accounts in the format testuser_AT_test_DOT_com

Post by blubke »

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

function safeEmail($email)
{
return $email;
}
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Email accounts in the format testuser_AT_test_DOT_com

Post by Thorsten »

Hi,

instead of hacking the function you could deactivate the transformation in the spam configuration admin panel.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
blubke
Posts: 3
Joined: Thu Feb 04, 2010 2:49 pm

Re: Email accounts in the format testuser_AT_test_DOT_com

Post by blubke »

Changing the config was my first action. Somehow it didnt work. So i've remarked the function.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Email accounts in the format testuser_AT_test_DOT_com

Post by Thorsten »

Hi,

which version to do you use?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply