Hotmail classify emails from my domain as spams

Answered Hotmail classify emails from my domain as spams

  • Saturday, February 16, 2013 7:11 AM
     
      Has Code

    I tried followings

    mail header

        $headers = "From: Bhathiya Pathirana  <contact@xhpx.co.uk> \r\n";
    	$headers .= "Reply-To: Bhathiya Pathirana <contact@xhpx.co.uk> \r\n";
        $headers .= "MIME-Version: 1.0\r\n";
        $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
        $headers .= 'Bcc: contact@xhpx.co.uk' . "\r\n";
    

    blacklist check http://mxtoolbox.com (result= it's clean)

    reverse dns lookup is green

    Message source is

    x-store-info:fHNTDlzCF8Nxw6HwcfGQy+S7Ax/lqLSmNphQ3OF+T9E=
    Authentication-Results: hotmail.com; spf=none (sender IP is 212.227.17.9) smtp.mailfrom=contact@xhpx.co.uk; dkim=none header.d=xhpx.co.uk; x-hmca=none
    X-SID-PRA: contact@xhpx.co.uk
    X-AUTH-Result: NONE
    X-SID-Result: NONE
    X-Message-Status: n:n
    X-Message-Delivery: Vj0xLjE7dXM9MDtsPTE7YT0wO0Q9MjtHRD0yO1NDTD00
    X-Message-Info: 5cuOr7VrmjCN/aZk8r+m2csqlOE/4tDzLnkAa/VSSXGMP+54KmaxGlmW5rARsEiCgI7IkkbmkIFk5RC+rT3g18Fdhqj1rrrntgVu973Efqi4QKePvdQYmXS3jm4lmMEJzVf84thG34mO1ZZlnhOU0DRflJKGJTFA
    Received: from moutng.kundenserver.de ([212.227.17.9]) by SNT0-MC1-F47.Snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4900);
    	 Fri, 15 Feb 2013 22:54:36 -0800
    Received: from icpu3021.kundenserver.de (infong-uk1.customerhosting.co.uk [212.227.221.36])
    	by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis)
    	id 0M0e7e-1UtkXd49S2-00v9f2; Sat, 16 Feb 2013 07:54:36 +0100
    Received: from 112.134.171.247 (IP may be forged by CGI script)
        by icpu3021.kundenserver.de with HTTP
        id 49wwGU-1UyxbE3q5D-017HGZ; Sat, 16 Feb 2013 06:54:35 +0000
    X-Sender-Info: <435753582@icpu3021.kundenserver.de>
    Date: Sat, 16 Feb 2013 06:54:35 +0000
    Message-Id: <49wwGU-1UyxbE3q5D-017HGZ@icpu3021.kundenserver.de>
    Precedence: bulk
    X-Apache-Env: www-ip="MTEyLjEzNC4xNzEuMjQ3";helo="aWNwdTMwMjEua3
     VuZGVuc2VydmVyLmRl";script="L21haWxlci5waHA="
    To: hp.bhathiya@hotmail.com
    Subject: Bhathiya Pathirana's CV - xhpx.co.uk
    From: Bhathiya Pathirana  <contact@xhpx.co.uk> 
    Reply-To: Bhathiya Pathirana <contact@xhpx.co.uk> 
    MIME-Version: 1.0
    Content-Type: text/html; charset=ISO-8859-1
    X-Provags-ID: V02:K0:NGpt7W30EGoiVt5NSq/ppNqatKx0MbR7aj5RqoZTAUw
     VjH9pioRcLeDEwlrxwd21iT5FFgYl4kn/9wCjv0fgYbO5p182t
     XlHP3JOCKC3UJVqBOUU66z7BCNU6XZrTK50GU8PEUdzsZ5wi4W
     abTWy0ENMXQkp0fV2XvWN7SzM9hJg1w7KG6xB3oYgjLvLnIe9c
     iomt6uJe1WhDS6mczZ2Nh1a69Fv35Clgd4CcmN80rY6yDyjY+I
     6lAMfWE2W+F4r2+RMVBVYeuSQ5VlmXDFqzY4UpTfLyBbQMyOl+
     ZjBld9C/mZYn62q8ksLy9wuZJJ3vjdeNz8HODje4ZuwUp2fPnq
     gzwn4rzsamik+yd2RCvve27xIu+xD5grwG37RwX5zuTaD4Dli0
     kxCHIyY1706gA==
    Return-Path: contact@xhpx.co.uk
    X-OriginalArrivalTime: 16 Feb 2013 06:54:36.0580 (UTC) FILETIME=[7BC55E40:01CE0C12]
    
    
    <img name="html_email" src="http://xhpx.co.uk/email_contents/html_email.png" width="600" height="437" border="0" id="html_email" usemap="#m_html_email" alt="" /><map name="m_html_email" id="m_html_email">
    <area shape="rect" coords="274,154,456,192" href="http://xhpx.co.uk/cv/CV.pdf" alt="" />
    <area shape="poly" coords="150,160,183,160,183,192,150,192,150,160" href="https://www.facebook.com/xhpx.co.uk" target="_blank" alt="" />
    <area shape="poly" coords="104,160,137,160,137,192,104,192,104,160" href="https://twitter.com/xhpx_co_uk" target="_blank" alt="" />
    <area shape="poly" coords="56,160,89,160,89,192,56,192,56,160" href="https://plus.google.com/102981191066343995035/" target="_blank" alt="" />
    <area shape="poly" coords="9,160,42,160,42,192,9,192,9,160" href="http://www.linkedin.com/pub/bhathiya-pathirana/49/869/789" target="_blank" alt="" />
    </map>
    

    any clues? Thank you very much in advance

All Replies

  • Saturday, February 16, 2013 9:18 AM
     
     
    Try sending without the image?

    Inspired by Carlsberg.

  • Saturday, February 16, 2013 4:39 PM
    Moderator
     
     Answered

    Hi,

    Why hotmail's servers are classifying your messages as spam has nothing to do with scripting. That's something you'll have to have to ask hotmail's administrators.

    Bill

  • Sunday, February 17, 2013 2:01 PM
    Moderator
     
     

    Agree with Bill that this is not a scripting question, but -

    That's usually a symptom of having neglected to set up the proper SPF records in DNS for your domain.


    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "


  • Sunday, February 17, 2013 8:54 PM
    Moderator
     
     Proposed Answer

    I would note that SPF is only one of many tools used to combat spam. There are a multitude of other ways that public mail providers use to try to determine "spam-ness" (bogus links, types of embedded images, Bayesian statistical filtering, DNS blacklisting, etc.). I doubt hotmail is blocking the messages for no good reason, but that's something you'd need to ask them. No doubt other mail providers would likely block the messages as well, for many of the same reasons.

    In any case, as already noted, this is not a topic for a scripting forum. If you want to automatically send messages using some kind of script and public mail providers are blocking them, you would need to ask those providers why the messages are being blocked.

    Of course, asking the question may be a bit absurd as it amounts to "Dear hotmail: Please tell me how to circumvent your anti-spam measures so I can spam your subscribers." (Good luck with that.)

    Bill