0
pilotdave

Do you know your email address? Do you have an address other than a hotmail account?

Recommended Posts

So my website has a bug I haven't been able to figure out. When people register for an account, the site sends them an activation email. Problem is, some people never get the email. I'm assuming some mail servers treat it as spam and delete it. So I put together a script that looks up everyone that hasn't activated their account and lets me send myself their activation email so that I can forward it to them from my own, reliable, yahoo account. It's actually a pain in the butt, but sure beats the way I had to do it before I wrote the script.

Now hotmail is the worst offender. Probably 50% of users that sign up with hotmail accounts don't get the activation email. So I put a big bold note on the registration page that says not to use a hotmail account. You wouldn't believe how many people sign up with hotmail accounts anyway. Guess what? When they don't get the email, I ignore em. They've been warned.

Then there are a lot of email accounts that bounce. Today, one guy signed up with 3 or 4 variations of a yahoo account. All bounced. Happens all the time. And people need to type in their address twice to make sure they get it right. People seriously don't know their own freaking email address. Lots of em. Some people are definitely trying to use fake email addresses too. It says right there that they will be getting an activation email. WTF is wrong with people?

So do you know your email address? Do you have an email account other than hotmail? GRRRRRRRR.

Ahhhh I feel better now...

Dave

Share this post


Link to post
Share on other sites
Do you have a reverse DNS entry for the domain the email comes from? A lot of places now are just plain blocking the email with no NDR if it can't do a reverse look-up on where it came from.
it's like incest - you're substituting convenience for quality

Share this post


Link to post
Share on other sites
I've about six email addresses. Plus the dz.com one.

I have a yahoo email address I use specifically to register with sites I don't completely trust.

As to spam issues, check the IP address of your mail server here: http://rbls.org/. If it doesn't ring any alarm bells, modifying the text of your confirmation email will almost certainly help.

Share this post


Link to post
Share on other sites
*Raises Hand*
My hotmail account didnt recieve the confirmation....

I clicked submit (as I am a pro at filling out forms without reading them). Only after I clicked submit did I realize your message about hotmail accounts. I clicked back and entered my yahoo mail.
________________________________________
I have proof-read this post 500 times, but I guarantee you'll still manage to find a flaw.

Share this post


Link to post
Share on other sites
Okay, so I read the warning and signed up using hotmail anyway. I did get my e-mail to activate my account, but it is delivered to my junk mail folder. No problem. . .I just found it there and activated. . .

Works like a charm. . .I am willing to bet that people don't check their junkmail folders. . .I also told my hotmail account that e-mail from skydiving movies is not junk. . .

Geez, not too hard to figure out. . .
________________________________________
Take risks not to escape life… but to prevent life from escaping. ~ A bumper sticker at the DZ
FGF #6
Darcy

Share this post


Link to post
Share on other sites
Are ya gettin' a little frustrated there, Dave?

That must really suck knowing you can't send them the "asshat" email since you don't even have their correct address;)

Keep up the good work, Dave -

Peace,
Z






Action©Sports

Share this post


Link to post
Share on other sites
Naah, it's not just the junk mail folder thing. Some people really never get it. I'm sure some have full inboxes too, but not everyone. Some yahoo users never get it. I always get the emails within seconds. Even to my hotmail account. Guess I'm just lucky.

Dave

Share this post


Link to post
Share on other sites
Can also check here: http://ordb.net/

Typically it is a lock of reverse DNS as mentioned. Or your email server is listed as an open relay.

Quote

An open mail relay occurs when a mail server processes a mail message where neither the sender nor the recipient is a local user. In this example, both the sender and the recipient are outside the local domain (or rather, the local IP range, for the technically inclined). The mail server is an entirely unrelated third party to this transaction. The message really has no business passing through this server.



Any good sysadmin will disallow mail based on a list of open relays.
--
All the flaming and trolls of wreck dot with a pretty GUI.

Share this post


Link to post
Share on other sites
Actually, while you're here:

Bug Report
1- Obtain a link to a specific movie on the site.
2- Click the link.
3- If not logged in, you're presented with a login dialog.
4- Enter details and click login.
5- You're directed to the default page rather than that of the movie you clicked on.

On occasion it's a right pain in the arse. Any chance of a fix mate?

Share this post


Link to post
Share on other sites
I almost never put real email addresses for registration pages - unless I know who's running it. :)

If the site requires email validation, then I'll use one of my old seldom used email accounts - accounts I haven't used in years.

I've seen the same behaviour that you do on sites that I used to run - people really don't like giving up their email addresses unless they've got a good reason - unless the process they're involved in requires email. I suspect people have trouble remembering their email addresses because they're giving you seldom used, throwaway accounts.

My question to you, is simple. Why is collecting email addresses a key requirement to downloading videos? B|

_Am
__

You put the fun in "funnel" - craichead.

Share this post


Link to post
Share on other sites
My questions is...

Are you using your own SMTP server to send out the mail? If you are you should consider setting up the system to forward through a smart host. I have a linux box that sits at home and allows incoming SMTP with authentication and then sends it out through my ISP (Road Runner) the reason I did this is when I am not at home with my laptop its nice to not have to mess with smtp settings. It all just goes through home first.

I was having problems with people not getting emails from a site of mine and from me as well. So I now send everything through a bonified SMTP server. This pretty much cleared up all the problems.


Most major ISPs block incoming mail from Dynamic IPs.
~D
Where troubles melt like lemon drops Away above the chimney tops That's where you'll find me.
Swooping is taking one last poke at the bear before escaping it's cave - davelepka

Share this post


Link to post
Share on other sites
Originally I didn't like the registration idea. But it really helps cut down on bandwidth usage. So basically an annoying registration process filters out all the people that aren't THAT interested to see what's inside, plus a few that are, as bonus. :)
Originally registration was going to be required to upload only. But that would really discourage uploading. So I decided to discourage downloading too. :P j/k

Seriously though, when a bug allowed a video to be directly linked from another site, over 9000 people downloaded the file in a day, causing major server problems. Registration keeps that stuff to a minimum.

Dave

Share this post


Link to post
Share on other sites
Quote

Actually, while you're here:

Bug Report
1- Obtain a link to a specific movie on the site.
2- Click the link.
3- If not logged in, you're presented with a login dialog.
4- Enter details and click login.
5- You're directed to the default page rather than that of the movie you clicked on.

On occasion it's a right pain in the arse. Any chance of a fix mate?



All fixed. You'll be sent right to the video page when you log in.

Dave

Share this post


Link to post
Share on other sites
Quote

Good point. I completely forgot about that :$.

Edit: my confirmation mail (sent early Aug '04) arrived from an IP address that has no reverse DNS address. At least, so says http://remote.12dt.com/rns/. That'd be it then.



OOOOOPS My bad. That is all fixed now

www.skydivingmovies.com -> sdm.crocker.com -> 204.97.12.49 -> sdm.crocker.com now

I didn't have a PTR record, you'd think that after doing this for 10 years I would remember that part.



www.skydivingmovies.com. 86400 IN CNAME sdm.crocker.com.
sdm.crocker.com. 600 IN A 204.97.12.49
49.12.97.204.in-addr.arpa. 86400 IN PTR sdm.crocker.com.

Share this post


Link to post
Share on other sites
Quote

My questions is...

Most major ISPs block incoming mail from Dynamic IPs.



www.skydivingmovies.com is not on a dynamic IP. It is running its own SMTP server for delivery. I suppose I could relay it through my smart host but that isn't really necessary. The PTR record didn't exist until about 5 minutes ago. That was probably the largest problem.

Share this post


Link to post
Share on other sites
Quote


Seriously though, when a bug allowed a video to be directly linked from another site, over 9000 people downloaded the file in a day, causing major server problems. Registration keeps that stuff to a minimum.

Dave



Dave,

You can stop the registration requirements if you want, I've rate-limited the site now so it won't melt the network the next time 9k people download a vid.

Share this post


Link to post
Share on other sites
Wow I guess I shoulda just asked about the email problem, huh? :)
And stop the registrations? But Precision Aerodyamics said they won't buy my email list till I have 10,000 addresses! :P :P (Yes, that was a joke!)

I still like requiring registration, but maybe we can do something about email verification.

Dave

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0