Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I own my domain and I use different email addresses for different sites, depending on what the site does, whether I think they'll spam me, etc.

Is there a way to tell Gravatar to use a picture for *@example.com unless it's already been defined?

I realize the wildcard would need verification. Gravatar could use the contact information for the domain as a way to validate the request.

share|improve this question
Please give it a whirl and answer your own question. :) – Doc Jan 31 at 1:14
I tried, but couldn't make it work. I was hoping there was some way I hadn't thought of. David Schwartz' comment points out a good reason. – harleypig Jan 31 at 5:46

migrated from superuser.com Jan 31 at 1:37

1 Answer

up vote 7 down vote accepted

It's impossible. Gravatar doesn't actually operate on email addresses but MD5 hashes of them. There's no way to relate email addresses that have the same portion after the @ sign. If you send Gravatar an email that's not specifically in its database, it has no way to even tell what domain you are asking about.

This is by design to ensure we all know Gravatar isn't collecting email addresses. Otherwise, people would be reluctant to check for a Gravatar -- if the person didn't have one, you'd be giving Gravatar their email address.

share|improve this answer
Cool, great answer! – Louis Jan 31 at 1:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.