Mail sent from UebiMiau is recognized as spam!

Jeroen

Verified User
Joined
Jan 4, 2006
Messages
10
Hi,

I'm having problems with UebiMiau webmail.
Whenever I send an email from UebiMiau, the other end marks it as spam!.
In hotmail the're automaticly places in spam folder etc.

Anyone got solution for this ?
 
Have you checked to see if your system's main IP# is listed in any blocklist?

Jeff
 
i have the same problem.. and dns reverse is ok
and i dont see my ip on spamcop.net

so what its can be ??

all email we sent to hotmail is going to be considered as a spam
 
duke28 said:
i have the same problem.. and dns reverse is ok
and i dont see my ip on spamcop.net

so what its can be ??
You'll have to figure out why they're considering your email as spam.

Do you have good reverse DNS?

Is your server hostname registered in DNS?

Jeff
 
The problem still exists on my server.

Tested the mails on other recipts, their spamfilters don't indicate anything.

Even simple mail sent fron php mail() command gets in the hotmail spam box.

Can't find out what's wrong.

Not on blacklists, dns configs are correct

Hotmail's system is kind enouhg to NOT mention WHY it is spam
 
Last edited:
Is your SPF DNS record properly configured? Hotmail is picky about SPF.

Have you tried contacting [email protected] and asking them?

Perhaps your IP# was previously used by a known spammer and they've blocked it.

Jeff
 
Wow..
Hotmail sent me reply, and it's not helpfull at all.
The only thing they say is.. put the emailaddress in the white-list.

this is irritating me
 
But, why aren't there more people with this problem?

And there must be an other solution for this problem!
 
I found out that a simple

<?php
mail('<hotmail-address>', 'subject', 'message');
?>

Works well, and goes in the inbox.

But when adding additional headers 'From' and 'Reply-To' it's Junk E-Mail
 
Hotmail isn't going to tell us how they determine if they think something is spam because that helps spammers get email through.

But Jeroen has pointed out something...

If they return address or the reply-to headers don't match the server, that's two things they reject on.

So use this information.

Sure hotmail would love you to become a Bonded Sender. That's stupid and there are lots of reasons to not buy into it.

If you do buy into it then eventually every large ISP domain out there is going to have it's own program you're going to have to pay for.

Don't let them blackmail you.

We ask our clients to not use our mailserver for outgoing email; we tell them that there are lots of reasons why we may get blocked that are totally beyond our control, and we ask them to use their ISPs servers. Then at least it's their ISPs problem.

For mail that comes from forms created on our servers, we explain to our users that it's safest to have them delivered to mailboxes on our servers.

And we peer with AOL; that doesn't cost anything.

Jeff
 
Back
Top