If this becomes popular, what stops spammers from figuring out that the part before the last dot in the username can be anything? A lot of shady folks already know about Gmail's plus-addressing trick. If I were a spammer and I found that foobar.username@mailhero.io didn't work, I would just try bazbaz.username@mailhero.io. Perhaps you could set up the system to only accept aliases that have been explicitly configured…
Mailhero – a more permanent temporary email
41–50 of 91 posts
Re: Mailhero – a more permanent temporary email
#42Re: Mailhero – a more permanent temporary email
#43Interestingly, sometimes I receive spam from AnotherService sent to OriginalService@bla.com. From there you can see which services sell their data to 3rd party.
Re: Mailhero – a more permanent temporary email
#44Earlier quoted context omitted.
I've been doing something similar, except with a Google Apps catch-all address. Unfortunately, a lot of spammers use BCC, so AFAIK for those emails there's no way to figure out which email address was compromised, and thus no easy way to filter them out en masse.
The easiest way is to filter based on the "Delivered-To" header (click on "view original" to see all headers). No amount of BCC'ing affects that header because it is set by gmail itself, not by the emitter.
Time to go back and look through all my spam and filter them all. =)
I only wish I kept more of them around...
Re: Mailhero – a more permanent temporary email
#45I made something almost exactly like this 6 years ago. Called whyspam.me Good luck.
Re: Mailhero – a more permanent temporary email
#46Have to say that it is always funny when a person asks for my email address and it confuses them when the address part before the @ sign contains their company name :) Often get the question whether I also work at the company or so.
Re: Mailhero – a more permanent temporary email
#47Re: Mailhero – a more permanent temporary email
#48I have been running a similar service for myself on my own exim mailserver for a couple of years now and very happy with it. Provided explanation on how to achieve this on my blog https://www.guidodiepen.nl/2013/02/catch-almost-all-in-exim-... Whenever an address is receiving too much spam, I just blacklist it at the server level, ensuring I don't have to filter it anymore in my mail client since the server won't eve…
And regarding the confusion about stuff before the @-sign: I have gotten "Wow, you work here?!" a million times too... :)
Re: Mailhero – a more permanent temporary email
#49With gmail, you can create a custom email for each service, like so: youremail+service@gmail.com Later on, if the service doesn't let you unsubscribe, or sells your email to other spammers, you can just set a filter to trash emails sent to youremail+service@gmail.com
1) Locate and click the "Unsubscribe" link. Usually, that is it.
2) If there is no "Unsubscribe" link, or if it requires more than one subsequent click, then "Report Spam"
3) ... if I get an email after unsubscribing, "Report Spam" straight away
Re: Mailhero – a more permanent temporary email
#50In Active Directory, the proxyAddresses attribute is used to stack up custom @domain.com addresses for each user, which allows for many aliases per inbox. It does require management on the users part - they have to add an alias if want to use it, but that's done via a webform, so easy to do. Likewise they can yank an alias if it's been leaked and gets abused.
This solution has been running for over 5 years now, and it works very very well. The only downside is having to manually add new custom blacklist rules due to the adaptive nature of the spammers.