php sendmail spam problem

Discussion in 'PHP' started by jonas1045, Apr 13, 2011.

  1. #1
    Hi, i have a problem with spam mails sending from php mail function, with sendmail.
    Here is the header:

    Delivered-To: ???????.@gmail.com
    Received: by 10.216.188.68 with SMTP id z46cs130752wem;
    Wed, 13 Apr 2011 02:40:30 -0700 (PDT)
    Received: by 10.227.201.9 with SMTP id ey9mr6676859wbb.41.1302687630184;
    Wed, 13 Apr 2011 02:40:30 -0700 (PDT)
    Return-Path: <mail@???????..dk>
    Received: from srv.???????..dk (srv.???????..dk [xx.xxx.xxx.xxx])
    by mx.google.com with ESMTPS id gb6si683247wbb.69.2011.04.13.02.40.29
    (version=TLSv1/SSLv3 cipher=OTHER);
    Wed, 13 Apr 2011 02:40:29 -0700 (PDT)
    Received-SPF: pass (google.com: domain of designates xx.xxx.xxx.xxx as permitted sender) client-ip=xx.xxx.xxxx.xxx;
    Authentication-Results: mx.google.com; spf=pass (google.com: domain of designates xxx.xxx.xxx.xxx as permitted sender) smtp.mail=mail@???????..dk
    Received: from nobody by srv.xxxxx.dk with local (Exim 4.69)
    (envelope-from <mail@???????..dk>)
    id 1Q9wYI-0005lU-Il
    for ???????.@gmail.com; Wed, 13 Apr 2011 11:39:58 +0200
    To: ???????.@gmail.com
    Subject: Din bruger er nu slettet!
    MIME-Version: 1.0
    Content-Type: text/html; charset=UTF-8
    From: "???????..dk" <mail@???????..dk>
    Message-Id: <E1Q9wYI-0005lU-Il@srv.???????..dk>
    Sender: Nobody <nobody@srv.???????..dk>
    Date: Wed, 13 Apr 2011 11:39:58 +0200
    X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
    X-AntiAbuse: Primary Hostname - srv.???????..dk
    X-AntiAbuse: Original Domain - gmail.com
    X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12]
    X-AntiAbuse: Sender Address Domain - ???????.dk

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style type="text/css">
    </style>
    </head>
    <body>
    Mail here
    </body>
    </html>
     
    Last edited: Apr 13, 2011
    jonas1045, Apr 13, 2011 IP
  2. uldtot

    uldtot Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You get spam.. Like all others who got an email adress... I do not get what the problem is. What is it you need help with?
     
    uldtot, Apr 14, 2011 IP
  3. multi-task

    multi-task Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I am wondering the same thing with that header you posted. What is the question? Are you trying to spam people? Reduce your spam you are getting? please clarify.
    Thanks in advance.
    -MT
     
    multi-task, Apr 14, 2011 IP
  4. johaswe

    johaswe Member

    Messages:
    81
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    A quick look tells me that your recieving server has a spamfilter that blocks your mail either by subject words, content or maybe sender email. It is easy to get into a blacklist!
     
    johaswe, Apr 14, 2011 IP