Live data from Hacker News

Show HN: Startup with no website - GuerillaClick@gmail.com

news.ycombinator.com

181–190 of 190 posts

Re: Show HN: Startup with no website - GuerillaClick@gmail.com

#181
post #152

Earlier quoted context omitted.

I've built a few registration systems and always normalize email addresses (remove local part, de-dot gmail addresses) at signup and login. It helps users who keep trying bobjones@gmail.com when they signed up with bob.jones@gmail.com. Also is pretty good at preventing mass signups using tricks like this.

How do you know where the local part starts? Google uses '+' but nothing stops you from using '-' as a delimiter if you're running your own servers. Also, how do you deal with spam filters that are designed to spam anything without a local part? Or is this only done to "well-known" domains like gmail.com?

>if you're running your own servers.

This is enough of a threshold probably.

Re: Show HN: Startup with no website - GuerillaClick@gmail.com

#183

Earlier quoted context omitted.

Same here. I've also received legal and tax documents, invitations to bachelor parties, draft scripts for motion pictures, medical records and offers to buy my multi-million dollar house in Florida (hint, I don't have one, but somebody with the same name does).

OnStar, some similar VW service, lots of phone contracts, legitimate job offers. I texted a guy once and asked him if he enjoyed his chipotle burrito. It's bizarre. The people using "fake" gmail addresses don't seem to realize it is used by somebody else. They are lucky I'm not malicious. Edit: mine is a first name and a number

I'm about 99.99% certain they are not using fake addresses but they simply don't properly know their own address.

Re: Show HN: Startup with no website - GuerillaClick@gmail.com

#187
post #165

Earlier quoted context omitted.

At this point I feel like I've shared a life with some of the others at this point. There are several people who share my name who continually give out my address. I get school closings, invites to pie socials at churches, family pictures, conservative newsletters, and much more. Once I was told about "my" enlistment in the reserves of some armed service. That one I replied to and got a very polite response from some…

ha! Same here. I was sent notifications from a military application once (seemed to be some SAP style system). I responded to a CCd email and they politely responded and corrected the address. The others are more mundane. Mailing lists with dirty jokes from a group of american dentist friends. School notifications from a guy in the UK. Random baby pics. Im not sure if there are lots of people with the same name who o…

People are stupid when not paying attentions.

I had customers who entered an undeliverable=invalid gmail address because they were confused about who hosts their email. Used foo@hotmail.com, entered foo@gmail.com. A few years back, I wouldn’t have thought this possible.

Re: Show HN: Startup with no website - GuerillaClick@gmail.com

#188
post #80

Earlier quoted context omitted.

I used Mailinator as the quick solution to access some one time resources on websites that forced me to register. It was the simplicity of the throwaway email that made it attractive to me. But when it's blocked on a website I usually wouldn't want to bother with c more complicated setup. If the effort is justified then I can probably use a regular email address. Other people might have different use cases.

Pointing your MX records to Mailinator is a one-time small effort, then it's just a matter to sending mail to whatever@yourdomain.com.

I'm not sure if my use case was clear or perhaps I don't understand what the scenario you present does.

Say I want to comment on a news article and need to register. I don't want random-newspaper.com to have anything directly related to my person, including anything @mydomain.com. So I quickly punch in random-email@mailinator.com to register and once I'm done I can either forget the site and email ever existed or keep using it since it's non critical and losing access to it doesn't matter.

Ideally I would have different email addresses for every site so I can keep those identities separated and free of any personal information. Last time I used it like this was probably a decade ago because since then more and more sites starting rejecting @mailinator.com addresses. I found another such solution that I have been using for the past years but this is also going the same way (not a big issue yet).

Re: Show HN: Startup with no website - GuerillaClick@gmail.com

#189
post #52

Earlier quoted context omitted.

This is a poor way to track who is selling your contact details. It's trivial to strip + aliases from a list.

But it's a good way to track who accidentially leaked your contact details.

Unless the receiving party strips them as a matter of deliverability of their spam.

Re: Show HN: Startup with no website - GuerillaClick@gmail.com

#190
post #35

Earlier quoted context omitted.

but the list of mailinator domains is easily looked up and blacklisted by most major sites. the op's insight is that sites won't blacklist gmail

>the op's insight is that sites won't blacklist gmail Why would you blacklist gmail.com when you can blacklist 'GuerillaClick@gmail.com'?

well for one you also need to blacklist the aliases, ex. guerillaclick+sdf@gmail.com, and i suspect sysadmins start showing more hesitation when you need to start pattern matching (risk of false positives and additional overhead)
Post reply on HN