Not seeing the value prop over Mailinator.
Mailhero – a more permanent temporary email
71–80 of 91 posts
Re: Mailhero – a more permanent temporary email
#72Spammers often strip dot aliases in my experience. This doesn't seem like doing anything to solve that problem. I mean, if citigroup.joe gets dot-stripped, then citigroup@mailhero.io gets that spam instead of joe, but odds are joe will just end up getting somebody else's spam anyway, so it's not really much of a win unless you're careful to pick a username that won't be used as an alias, and then you have the problem…
Re: Mailhero – a more permanent temporary email
#73Re: Mailhero – a more permanent temporary email
#74I tried rolling my own for a while, but it was painful to make sure my mail server was always up to date and patched. I also had issues with forwarded mail being marked as spam by my email provider.
If this service becomes popular and starts forwarding lots of spam, it can result in the entire domain being blacklisted, especially since users never send replies to these addresses.
Don't rely on free mail services to get mail you might care about some day.
Re: Mailhero – a more permanent temporary email
#75I made something almost exactly like this 6 years ago. Called whyspam.me Good luck.
Almost forgot I open sourced it when I took it down. https://github.com/schneems/WhySpam
Re: Mailhero – a more permanent temporary email
#76Like many of you, I've rolled my own interpretation of this solution. I've got a self-written MTA that supports any recipient prefixes on emails that are sent to @domain.com. It then firstly checks the RCPT TO: address (the _real_ TO address) against the email aliases assigned to all my users in the Active Directory/Exchange Server. Once that check is passed, it then runs the email through some custom blacklisting ru…
Re: Mailhero – a more permanent temporary email
#77Love this idea, and the copywriting on the page is absolutely brilliant! I hand-rolled my own solution a while back on my own server, simply creating a random forwarder and "tagging" it with a description, so I can always go back and lookup what fw839kopa4 was for... It's a ugly hack, but works. My ugly hack has the added benefit of not accepting just any email address, but only those I explicitly defined. On the fli…
Re: Mailhero – a more permanent temporary email
#78Great idea but what happens when the site runs out of funds and shuts down? Now you have all of your email bouncing and no way to know and/or fix it easily?
Re: Mailhero – a more permanent temporary email
#79Spammers often strip dot aliases in my experience. This doesn't seem like doing anything to solve that problem. I mean, if citigroup.joe gets dot-stripped, then citigroup@mailhero.io gets that spam instead of joe, but odds are joe will just end up getting somebody else's spam anyway, so it's not really much of a win unless you're careful to pick a username that won't be used as an alias, and then you have the problem…
Would they be stripped? The traditional alias separator is a '+' (dijit+hackernews@google.com) and periods are part of email names, thus the address itself: (jan.harasym@google.com)
Re: Mailhero – a more permanent temporary email
#80Earlier quoted context omitted.
Would they be stripped? The traditional alias separator is a '+' (dijit+hackernews@google.com) and periods are part of email names, thus the address itself: (jan.harasym@google.com)
Well, I've gotten spam that had it stripped; the name was a bogus one that I gave out in combination with a specific dot-aliased address, but the address in the To: header was without the alias. I can't say how often it happens, but with major mail providers (including Google, IIRC) widely known to support arbitrary dot aliases for throwaway addressing, it seems like a reasonable ploy from the spammer's point of view…