Mail send in spam Outlook.com

timmerdanny

Verified User
Joined
Apr 2, 2014
Messages
14
Every mail from any domain hosted on my server returns in the SPAM folder of Outlook.com.

I have tried:
- to edit SPF records
- to update exim
- to change my php script
- to change the email message
- Check if my server ip address is not blacklisted

Outlook.com message details


Code:
http://pastebin.com/y81mS93j
 
Hello,

I believe you should contact your DC in roder to get rDNS updated for your IPs:

141.101.116.230
141.101.117.230

Now they do not resolve back to your servername.
 
Hello,

I believe you should contact your DC in roder to get rDNS updated for your IPs:

141.101.116.230
141.101.117.230

Now they do not resolve back to your servername.

Thanks for your replay. I use a free service to protect my website from dos and ddos attacks. I have now disabled it and the domain is pointing to the right ip address. The mail is still going to the spam folder.

Any suggestions?
 
If you changed IPs (or other DNS records), then it might take upto 24 to propagate all over the world. If google, yahoo, MSN (Outlook.com), marks your emails as spam , you should refer to faq on their web servers, and check your server according to their recomendations.
 
Okay, then I think I have to wait untill 24 hours passed. When I send a mail from my contact form I get the following details from Outlook.com but still in the spam folder. Details says that it passed.

Code:
x-store-info:4r51+eLowCe79NzwdU2kRwMf1FfZT+JrdcHiixA72G7yYsREzaZR8VBJgClhOXsiH6K4gHjweNsdUdg6R8LAIKUrX7LkbJkdDszCXRyImfn2nk0/iddLwA+v6oDX55Z3oI3i/eCFJVcYPiALvCuqZw==
Authentication-Results: hotmail.com; spf=pass (sender IP is 37.139.18.237) [email protected]; dkim=none header.d=danteck.nl; x-hmca=pass [email protected]
X-SID-PRA: [email protected]
X-AUTH-Result: PASS
X-SID-Result: PASS
X-Message-Status: n:n
 
SPF check does not guarantee that your email won't be marked as SPAM. I still believe you should check with FAQ section on hotmail.com (outlook.com). I don't know their recommendations, and do not have anything to add here. Probably DKIM you might want to enable on your server, but still read their FAQ.
 
Sorry, I have detected something else, when the contact form is send from a already known contact the email is ok and comes in inbox. But if there is filled in a unknown email address like ([email protected]) the mail is still going to spam.

Code:
x-store-info:4r51+eLowCe79NzwdU2kR3P+ctWZsO+J
Authentication-Results: hotmail.com; spf=pass (sender IP is 37.139.18.237) [email protected]; dkim=none header.d=stijlenkok.nl; x-hmca=none [email protected]
X-SID-PRA: [email protected]
X-AUTH-Result: NONE
X-SID-Result: NONE
X-Message-Status: n:n
X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MjtHRD0yO1NDTD0x
X-Message-Info: z6+tzUa3IoQonYXmYX1E3LGqPgx6dYxfbo5dCOz6jpWRELJei5QmdJKMzTTc4ybkE3fIbV7bHypNZK+O/g1uMYVotUu0n5Ob61Jy8qkiuLtVnrSVLtrr8ZanHBGNGRNuX3p9Pz7aeB0QEGKjNz7E1Uvzg2latuFrI/akQHQkKyQSGo3UnlWEhDq7F4gSxO/E+v3DnAXD/eXasGnE1v7aQhsoLOF1Ksiz
Received: from host.danteck.nl ([37.139.18.237]) by BAY0-PAMC1-F2.Bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4900);
 
Back
Top