how to stop fake email address in Email List Subscription

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ozlighting
Lieutenant (LT)
Lieutenant (LT)
Posts: 53
Joined: Tue Mar 24, 2009 9:49 pm
Contact:

how to stop fake email address in Email List Subscription

Post by ozlighting » Mon May 10, 2010 1:09 am

Hi,

I think there's a program (a bot??) which is automatically signing up to our email list with fake email addresses. not sure why someone would bother, but anyway, is there a way i can stop them?

I though about putting a CAPTCHA on the email list signup form. does anybody know if that's possible?

Cheers,

Lance
(you can see the email list signup form on our homepage http://www.ozlighting.com.au
Australian Online Lighting Store

log on and light up...

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: how to stop fake email address in Email List Subscription

Post by mazhar » Mon May 10, 2010 7:09 am

If you need to check validity of Email address then simply turn on Signup Rule as opt-in with verification. This will allow people to join Email list who have valid Email addresses. Secondly where do you want to use captcha for Email list protection.

ozlighting
Lieutenant (LT)
Lieutenant (LT)
Posts: 53
Joined: Tue Mar 24, 2009 9:49 pm
Contact:

Re: how to stop fake email address in Email List Subscription

Post by ozlighting » Mon May 24, 2010 12:25 am

Hi Mazhar,

Thanks for your reply. We do have the signup rule as opt-in with verification, however, the issue was not that fake email addresses were being added to our list, but rather that someone was attempting to signup with fake addresses. The reason this concerned me was because all of the fake addresses were GMAIL and YAHOO email addresses, which means that for every sign-up attempt, my domain (ozlighting.com.au) was sending an email to google and yahoo to an invalid address and it was bouncing back. The only motive I could think of for someone doing something like this to me would be to try and get google and yahoo to ban or penalise my domain by listing it as a spammer. I don't even know if this is plausible but this is what I was concerned about. therefore, as a short term solution i removed the email signup form from my home page. this is why you couldn't see it when you went to our site - apologies for the confusion.

So, back to my original question which is, is there any way to prevent/block robots/programs from automatically attempting to signup to my email list? could a captcha be used?

Thanks for your help.

Cheers,

Lance
Australian Online Lighting Store

log on and light up...

User avatar
s_ismail
Commander (CMDR)
Commander (CMDR)
Posts: 162
Joined: Mon Nov 09, 2009 12:20 am
Contact:

Re: how to stop fake email address in Email List Subscription

Post by s_ismail » Mon May 24, 2010 3:00 am

Definitely you can use Captcha to prevent robots or any other automated programs by just going on admin-->Password Policy -->Customer Policy.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: how to stop fake email address in Email List Subscription

Post by mazhar » Mon May 24, 2010 4:34 am

Yes captcha can be used to avoid bots, but I don't think so that its available on Email list sign up. On OnePageCheckout I guess it supports NoBot control. You can turn it on by setting DisableBots="true".

ozlighting
Lieutenant (LT)
Lieutenant (LT)
Posts: 53
Joined: Tue Mar 24, 2009 9:49 pm
Contact:

Re: how to stop fake email address in Email List Subscription

Post by ozlighting » Mon May 24, 2010 5:05 pm

Hi Mazhar,

Thanks for your reply. I'm not sure I understand, do you mean that if I set DisableBots to TRUE in OnePageCheckout that this will stop this bot from bombing my site? are they related somehow? I added the email signup form back to my homepage and within a couple of hours the fake email signups started again at intervals of three minutes. Is there a way to find out the IP address of the bot to block it? Also, if I set DisableBots to true, would this stop google and yahoo from reaching my site as well?

Thanks for your help
Australian Online Lighting Store

log on and light up...

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: how to stop fake email address in Email List Subscription

Post by mazhar » Tue May 25, 2010 11:24 am

Forget about DisableBot setting. I thought may be you are having some problem on checkout Email signups. I guess if list signup is on home page then best way is to apply captcha on it. Here is the modified version of SubscribeToEmailList control with captcha support. All you need is to extract it. It contains two files place them under ConLib/Custom folder. Then use this control where you want to show your signup. For example

Code: Select all

[[ConLib:SubscribeToEmailList EmailListId="1"]]

ozlighting
Lieutenant (LT)
Lieutenant (LT)
Posts: 53
Joined: Tue Mar 24, 2009 9:49 pm
Contact:

Re: how to stop fake email address in Email List Subscription

Post by ozlighting » Wed May 26, 2010 7:46 am

Thanks Mazhar,

you're always really helpful and you definitely add a LOT of value to the Ablecommerce community.

Kind regards,

Lance
Australian Online Lighting Store

log on and light up...

Post Reply