Skip to main content

php - Indepth Analysis: Prevent mail from being flagged as spam

I want to start an indepth discussion on all ways of
avoiding mail being flagged as spam. I have done most of what i knew to prevent mail
from being listed as spam. i have tried the
following




1) using phpmailer to setup
appropriate headers
2) used SPF correctly
3) implemented DKIM
correctly
4) my sender score is 93 href="https://www.senderscore.org/lookup.php?lookup=50.57.111.177&ipLookup.x=55&ipLookup.y=9"
rel="nofollow
noreferrer">https://www.senderscore.org/lookup.php?lookup=50.57.111.177&ipLookup.x=55&ipLookup.y=9



I
have even gone as far as asking hotmail etc to add me to a permited sender
policy.



all these have been all in vain. below
is a header i get from my gmail account. and the mail is still flagged as spam.



Delivered-To:
jorfergie03@gmail.com

Received: by 10.220.15.207 with SMTP id
l15cs5000vca;
Wed, 26 Oct 2011 05:33:28 -0700 (PDT)
Received: by
10.42.135.66 with SMTP id o2mr18662906ict.0.1319632407924;
Wed, 26 Oct 2011
05:33:27 -0700 (PDT)
Return-Path:

Received: from veepiz.com (veepiz.com.
[50.57.111.177])
by mx.google.com with ESMTP id
x1si830537icv.118.2011.10.26.05.33.27;
Wed, 26 Oct 2011 05:33:27 -0700
(PDT)
Received-SPF: pass (google.com: domain of apache@veepiz.com designates
50.57.111.177 as permitted sender)
client-ip=50.57.111.177;
Authentication-Results: mx.google.com; spf=pass
(google.com: domain of apache@veepiz.com designates 50.57.111.177 as permitted sender)
smtp.mail=apache@veepiz.com; dkim=pass
header.i=@veepiz.com

Received: from veepiz.com (localhost
[127.0.0.1])
by veepiz.com (Postfix) with ESMTP id 90FC6164356
for
; Wed, 26 Oct 2011 12:33:27 +0000 (UTC)
X-DKIM:
OpenDKIM Filter v2.4.1 veepiz.com 90FC6164356
DKIM-Signature: v=1;
a=rsa-sha256; c=relaxed/relaxed; d=veepiz.com;
s=default;
t=1319632407;
bh=Yx04NJ7TwKKjTvy0uhLTyTJZD9zjcioUaHvOP32UGOw=;

h=To:Subject:Date:From:Reply-to:Message-ID:MIME-Version:

Content-Type;

b=dqOcgQInMj5B5JZv6sFIEVcrscrj+ayYAMf4OnOVQokEmcluMkUpRnEfyEo7NkL3t


T84oTZIroG3yjdU9oqfUCNg9s/14zmbPbqE7j9cPLAsBOrfdMVfnl8b2YLBGS9nuh2

0if4pjJBtFOjdduCp29DiWj9qg8BTZEiqFSOckoc=
Received: (from
apache@localhost)
by veepiz.com (8.13.8/8.13.8/Submit) id
p9QCXRHt031452;
Wed, 26 Oct 2011 12:33:27 GMT
To: Hassan Hussein

Subject: Hassan Hussein?, You've got unseen
alerts pending
Date: Wed, 26 Oct 2011 12:33:27 +0000
From: Veepiz
Alert
Reply-to: Veepiz Alert


Message-ID:
<1b841dbd639524b970b9adcf77a08704@localhost.localdomain>
X-Priority:
3
X-Mailer: PHPMailer 5.1 (phpmailer.sourceforge.net)
MIME-Version:
1.0
Content-Type: multipart/alternative;

boundary="b1_1b841dbd639524b970b9adcf77a08704"


--b1_1b841dbd639524b970b9adcf77a08704
Content-Type:
text/plain; charset = "iso-8859-1"

Content-Transfer-Encoding:
8bit

Dear Hassan Hussein,
You have a total of 6 alert(s)
at veepiz.com.
These are listed below;

- 6 Unread
Message(s).

Please visit http://www.veepiz.com and view
these
unseen notifications.


Remember, to view
your notifications, hover over
the yellow notifications icon on the
menubar.

Thanks
Management


--b1_1b841dbd639524b970b9adcf77a08704
Content-Type:
text/html; charset = "iso-8859-1"
Content-Transfer-Encoding:
8bit


Dear Hassan Hussein,
You have a total of
6 alert(s) at veepiz.com. These are
listed below;

- 6 Unread Message(s).

Please
visit http://www.veepiz.com and view
these unseen notifications.

Remember, to view your notifications,
hover over the yellow notifications icon on the
menubar.


Thanks
Management

Forgotten your password? go to href='http://www.veepiz.com/forgot.php'>http://www.veepiz.com/forgot.php



--b1_1b841dbd639524b970b9adcf77a08704--

Comments

Popular posts from this blog

iLO 3 Firmware Update (HP Proliant DL380 G7)

The iLO web interface allows me to upload a .bin file ( Obtain the firmware image (.bin) file from the Online ROM Flash Component for HP Integrated Lights-Out. ) The iLO web interface redirects me to a page in the HP support website ( http://www.hp.com/go/iLO ) where I am supposed to find this .bin firmware, but no luck for me. The support website is a mess and very slow, badly categorized and generally unusable. Where can I find this .bin file? The only related link I am able to find asks me about my server operating system (what does this have to do with the iLO?!) and lets me download an .iso with no .bin file And also a related question: what is the latest iLO 3 version? (for Proliant DL380 G7, not sure if the iLO is tied to the server model)

linux - Awstats - outputting stats for merged Access_logs only producing stats for one server's log

I've been attempting this for two weeks and I've accessed countless number of sites on this issue and it seems there is something I'm not getting here and I'm at a lost. I manged to figure out how to merge logs from two servers together. (Taking care to only merge the matching domains together) The logs from the first server span from 15 Dec 2012 to 8 April 2014 The logs from the second server span from 2 Mar 2014 to 9 April 2014 I was able to successfully merge them using the logresolvemerge.pl script simply enermerating each log and > out_putting_it_to_file Looking at the two logs from each server the format seems exactly the same. The problem I'm having is producing the stats page for the logs. The command I've boiled it down to is /usr/share/awstats/tools/awstats_buildstaticpages.pl -configdir=/home/User/Documents/conf/ -config=example.com awstatsprog=/usr/share/awstats/wwwroot/cgi-bin/awstats.pl dir=/home/User/Documents/parced -month=all -year=all...

linux - How can I get my mediawiki to stop thinking I have cookies disabled?

I've searched half a day for how to resolve this issue, and can't figure it out. Shortly after I made my wiki a simple private wiki according to the instructions at Mediawiki's website, it started giving me this weird login error message: Wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again. If I remove those private wiki settings, the error disappears, even if I try logging in. But I need it to be a private wiki for only my team. So what do I do? Here's what I've done so far. Just to be safe, after ever change, I try rebooting Apache using: sudo /etc/init.d/apache2 restart In my php.ini file, I have the following set: session.save_path = "/var/lib/php5" session.cookie_secure = secure session.cookie_path = /tmp session.cookie_domain = my server's internal URL (should I even set this? this field was blank before, but not commented out) session.referer_check = Off I ran the following to ensure that the fold...