[ALPHA] phpBB3 Block disposable / temporary / trash email

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Suggested Hosts
itzekocke
Registered User
Posts: 13
Joined: Wed Mar 02, 2011 7:22 pm

[ALPHA] phpBB3 Block disposable / temporary / trash email

Post by itzekocke »

Modification Name: Block disposable email
Author: Gerold Setz

Modification Description: This MOD helps to prevent userbase contamination by fake / on-time / disposable email addresses. It uses the webservice at http://www.block-disposable-email.com/ which detects currently > 1.200 trashmail-providers. It is ment as an addition to known captcha services and dns-blacklists. It helps especially to ensure that you can reach your subscribers not only in the first 15 minutes after registration.
Modification Version: 0.0.2

Features: Feature List will follow.

Demo URL: http://www.setz.at/bb/ucp.php?mode=register To run a test you can use the email addresses with the domain "@block.setz.at" (BLOCK response) and "@ok.setz.at" (OK response) or any other dea domains.

Modification Download: Download Version 0.0.3, 2011-04-11
Last edited by itzekocke on Mon Apr 11, 2011 2:04 pm, edited 7 times in total.
User avatar
TrumpX
Registered User
Posts: 93
Joined: Tue Nov 16, 2010 2:45 pm
Location: Online

Re: [DEV] phpBB3 Block disposable email

Post by TrumpX »

phpBB3 gives you the ability to maintain a local blacklist.
What would be the advantage in using a third party blacklist ?

It is also a big privacy issue:
Because you are passing over private data (email adress) to a third party without approval of the user.
(which is also illegal in various countries, e.g. germany)

I don't know if it is you who owns block-disposable-email.com
But the owner could collect all email data and sell them and/or use the email data to send spam
This is a big issue

Thats why I would never use a third party service such like block-disposable-email.com or stopforumspam.com


However if you still want to make a mod you will find useful tools here:
http://www.phpbb.com/mods/modx-tools/creator/
http://www.phpbb.com/mods/umil/create.php
http://www.phpbb.com/mods/mpv/
User avatar
Ashley.S.
Registered User
Posts: 469
Joined: Mon Aug 04, 2008 6:01 pm
Location: Falmouth, Cornwall, UK
Name: Ashley .S.

Re: [DEV] phpBB3 Block disposable email

Post by Ashley.S. »

this sounds very interesting & incredibly useful, I'll be watching :D
Regards,
-Ashley.S. [ PurephpBB Founder ]
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [DEV] phpBB3 Block disposable email

Post by DoYouSpeakWak »

Use this with caution. Many databases like this allow users to add domains to be blocked. Some add them just because they dont like the owners or something else.

Just checked with hushmail.com that does not provide disposable email accounts, they were blocked. There may be others.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
User avatar
bonelifer
Community Team Member
Community Team Member
Posts: 3626
Joined: Wed Oct 27, 2004 11:35 pm
Name: William

Re: [DEV] phpBB3 Block disposable email

Post by bonelifer »

DoYouSpeakWak wrote:Use this with caution. Many databases like this allow users to add domains to be blocked. Some add them just because they dont like the owners or something else.

Just checked with hushmail.com that does not provide disposable email accounts, they were blocked. There may be others.

From: http://www.hushmail.com/services/hushmail/features/ from the paid accounts:
Unlimited email aliases

Using @nym.hush.com addresses
William Jacoby - Community Team
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .

phpBB Modders is looking for developers! If you have phpBB experience and want to join us, click here!
itzekocke
Registered User
Posts: 13
Joined: Wed Mar 02, 2011 7:22 pm

Re: [DEV] phpBB3 Block disposable email

Post by itzekocke »

Ashley.S. wrote:this sounds very interesting & incredibly useful, I'll be watching :D
Ashley,

I would appreciate any help in MODding. My local PHP code for PHPbb is ready, but I have to develop the MODX. Do you have any spare time?

Gerold
User avatar
Ashley.S.
Registered User
Posts: 469
Joined: Mon Aug 04, 2008 6:01 pm
Location: Falmouth, Cornwall, UK
Name: Ashley .S.

Re: [DEV] phpBB3 Block disposable email

Post by Ashley.S. »

itzekocke wrote:
Ashley.S. wrote:this sounds very interesting & incredibly useful, I'll be watching :D
Ashley,

I would appreciate any help in MODding. My local PHP code for PHPbb is ready, but I have to develop the MODX. Do you have any spare time?

Gerold
Nope, Sorry :cry:
Regards,
-Ashley.S. [ PurephpBB Founder ]
itzekocke
Registered User
Posts: 13
Joined: Wed Mar 02, 2011 7:22 pm

Re: [DEV] phpBB3 Block disposable email

Post by itzekocke »

Hi TrumpX,
thanks for your response and questions.
TrumpX wrote:phpBB3 gives you the ability to maintain a local blacklist.
What would be the advantage in using a third party blacklist ?
It is everytime up to date. As most of the professional dea-providers have new domains almost every week it is hard to maintain a local list. That's why I thought It could be useful to have a central database anyone can use. any of course, there are some scripts help finding new dea services.
TrumpX wrote:It is also a big privacy issue:
Because you are passing over private data (email adress) to a third party without approval of the user.
(which is also illegal in various countries, e.g. germany)
Exactly. My service is able to check email addresses as well as domain names. So nobody needs to submit email addresses.
TrumpX wrote:I don't know if it is you who owns block-disposable-email.com
But the owner could collect all email data and sell them and/or use the email data to send spam
This is a big issue
Oh, yes. I provide the service but I do not want to collect and sell email addresses. There would be easier ways to do that than providing a service and developing mods ... ;-)
TrumpX wrote: Thats why I would never use a third party service such like block-disposable-email.com or stopforumspam.com
Maybe my answers will revise your opinion -not in general, only for the discussed service.

Best regards,
Gerold
itzekocke
Registered User
Posts: 13
Joined: Wed Mar 02, 2011 7:22 pm

Re: [DEV] phpBB3 Block disposable email

Post by itzekocke »

Hi,
and thanks for your contribution.
DoYouSpeakWak wrote:Use this with caution. Many databases like this allow users to add domains to be blocked. Some add them just because they dont like the owners or something else.
I try hard to block only domains that really provides dea services. You are right: some of the services are simply blocking eg *.ru. I don't do it this way.

Mistakes may happen. But I run several processes to limit the number of false positives as well as detecting most of dea domains.

Submissions of users are rechecked manually.

Gerold
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [DEV] phpBB3 Block disposable email

Post by DoYouSpeakWak »

bonelifer wrote:
DoYouSpeakWak wrote:Use this with caution. Many databases like this allow users to add domains to be blocked. Some add them just because they dont like the owners or something else.

Just checked with hushmail.com that does not provide disposable email accounts, they were blocked. There may be others.

From: http://www.hushmail.com/services/hushmail/features/ from the paid accounts:
Unlimited email aliases

Using @nym.hush.com addresses
Sorry, i dont use the paid service. If the author of the site checks every site manually like you did there is no problem. Otherwise any domain can be blacklisted. Didnt find any info on this on the site.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
itzekocke
Registered User
Posts: 13
Joined: Wed Mar 02, 2011 7:22 pm

Re: [DEV] phpBB3 Block disposable email

Post by itzekocke »

Hi,

thanks for the hint.
DoYouSpeakWak wrote: If the author of the site checks every site manually like you did there is no problem. Didnt find any info on this on the site.
Maybe it is a good idea to describe some basic processes how domains are getting flagged as BLOCK/OK on the website. Will be described here soon: http://www.block-disposable-email.com/faq.php

Gerold
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [DEV] phpBB3 Block disposable email

Post by DoYouSpeakWak »

itzekocke wrote:Hi,

thanks for the hint.
DoYouSpeakWak wrote: If the author of the site checks every site manually like you did there is no problem. Didnt find any info on this on the site.
Maybe it is a good idea to describe some basic processes how domains are getting flagged as BLOCK/OK on the website. Will be described here soon: http://www.block-disposable-email.com/faq.php

Gerold
Great to hear your involved here. :)

Also if nym.hush.com is the only domain used for trashmails the rest of them like hushmail.com could be allowed. alot of work if all domains have to be processed like this, thats also why some of these block services block too much. Good to hear there is hope for this service.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
itzekocke
Registered User
Posts: 13
Joined: Wed Mar 02, 2011 7:22 pm

Re: [DEV] phpBB3 Block disposable email

Post by itzekocke »

DoYouSpeakWak wrote:Also if nym.hush.com is the only domain used for trashmails the rest of them like hushmail.com could be allowed. alot of work if all domains have to be processed like this, thats also why some of these block services block too much. Good to hear there is hope for this service.
I recently created an account at hushmail. It took about 10 seconds - so the website sems to be useful to create disposable emails from my point of view. Additionally they propose email addresses like [email protected] to be even faster in generating mails ...

That's why I block hushmail.com as well as their subdomains.

But I agree with you: It is not a good idea to block too many domain names. I run several processes to check the services automatically.

And everyone is welcome to propose changes as well for blocking as unblocking domains here: http://www.block-disposable-email.com/tester.php

I think the project and the quality will grow as more and more users getting involved. It's not a job for a single person - but I am able to provide the platform.

Gerold
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [DEV] phpBB3 Block disposable/temporary/trash/one-time e

Post by DoYouSpeakWak »

disposable email vs fast signup. Its gonna be a hard call to make, should a site be on there just because they offer a fast and painless signup process.

Imo disposable should only be sites that advertise with it and/or have a control panel that delibretly helps the user make many email adresses fast and more at the time, incl account freeze after x time, one time usage etc.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
itzekocke
Registered User
Posts: 13
Joined: Wed Mar 02, 2011 7:22 pm

Re: [DEV] phpBB3 Block disposable/temporary/trash/one-time e

Post by itzekocke »

Hurray,

the first version is ready to test. Would be nice if some of you would try it and give some feedback.

See the post on top for the download link.

Gerold

Return to “[3.0.x] MODs in Development”