Update 08.04.14
The code I put together based on the Ruby GServer has failed after taking in around 100k email in a little under 9 hours. Who knew 2Prong got so much spam. I guess that's the side effect of running a spam blocking service. I'm investigating the cause, but it could be a thread handling issue. I could put a quick fix back up, but I'd rather see if I can get the Ruby libray to handle this kind of load. I've decided in the meantime to keep 2Prong up as a repo for the source code an a list of 2Prong like services. Email me if you use the 2Prong source code and run a service like this for the public
Here's a list of similar services
- Mailinator.com
- SpamGourmet.com
- MintEmail.com - Similar to 2Prong
2Prong is Open Source!
The new 2Prong code will be placed on another Google Code in the very near future. I just need to package it up. I've got enough stuff on my plate right now, so don't expect me to personally help you setup a site. If you have bugs feel free to email me. One the reasons I rewrote the site backend code, was to eliminate the PHP pipe that cause so much frustration initially. However the new code can no longer be run on a shared server, as you'll need root access to run the custom SMTP server portion of the code. These days that shouldn't be to hard to find.
