Drupal Version 5.7

Currently Confirmation E-Mail treated as spam on Gmail, Yahoo, Hotmail.

For link sharing I am using am using, SHARE + FORWARD + MIME MAIL.

I have got the DB backup from couple of days ago, I restored it and mail is working fine not being marked as spam...

but when I restore back the DB to the current version, the mail is being marked as spam again...

I have made a clone of my website with the old DB I compared the modules etc side by side and every module is the same.

One strange thing, new user register GOES to spam.
Logged in with admin (super level) if i try to share a story using share-servicelinks-forward module. It GOES to inbox. if i login as reguler user and try to share it GOES to SPAM.

MY SPF Record as follows

v=spf1 a mx include:gmail.com,yahoo.com,hotmail.com ~all

Header of hotmail message which was sent to Junk

X-Message-Delivery: Vj0zLjQuMDt1cz0wO2k9MDtsPTA7YT0w

X-Message-Status: s1:0

X-SID-PRA: bilgi@mydomain.com

X-Message-Info: 6sSXyD95QpXRJfbDxVLQpt1u4qp/mIOCEggc019H+z3LiuQm/72Xswfaica+qcSECFK2NXG9woleooWURoKjWg==

Received: from bigfikir.com ([78.111.97.42]) by bay0-mc1-f20.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668);

Wed, 16 Apr 2008 10:38:05 -0700

Received: (qmail 19009 invoked by uid 48); 16 Apr 2008 20:36:44 +0300

Date: 16 Apr 2008 20:36:44 +0300

Message-ID: <20080416173644.19005.qmail@bigfikir.com>

To: myhotmailemail@hotmail.com

Subject: =?UTF-8?B?RHV5dXJkdW0uQ29tOiB3ZXJlIGnDp2luIGhlc2FwIGJpbGdpbGVyaS4=?=

Errors-To: bilgi@mydomain.com

From: bilgi@mydomain.com

Content-Type: multipart/alternative;

    charset=utf-8;

    boundary="b28a6bde18c8d1543369f1942df7b076"

MIME-Version: 1.0

Content-Transfer-Encoding: 8Bit

X-Mailer: Drupal

Sender: bilgi@mydomain.com

Reply-To: bilgi@mydomain.com

Return-Path: bilgi@mydomain.com

X-OriginalArrivalTime: 16 Apr 2008 17:38:05.0337 (UTC) FILETIME=[A075E890:01C89FE8]

Comments

Medya-1’s picture

I THINK I SOLVED THE PROBLEM, it is caused by settings/site-information email setting, please disregard this post.

niklp’s picture

... what was wrong with the site information setting exactly though?

Web Design & Development in Nottingham by Kineta Systems

Medya-1’s picture

I have a gmail email address, get a gmail address and try to use it as site default email address. Email will propably work perfectly. But changing it to ex: info@yourdomain.com will result in spam to hotmail etc....

Everyone says create spf record which I done it but there is definitively something going on with drupal email.

Funny things are as follows with info@mysite.com set as default email:

If i enable mimemail module and set it to send Plain Text emails in hotmail it goes to Junk. If I enable mimemail html for all mails it goes to inbox. If i uninstall the mimemail.module everything goes to junk again.

if i enable mime.mail module with html> X-Mailer: PHPMailer [version 1.73]
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Type: text/plain; charset="utf-8"

if i disable mime.mail module > X-Mailer: Drupal
Content-Type: multipart/alternative;

charset=utf-8;

all messed up OR I messed up it all

rizqi’s picture

hi medya

have you try using module smtp ? http://drupal.org/project/smtp

This module allows Drupal to bypass the PHP mail() function and send email directly to an SMTP server. The module supports SMTP authentication and can even connect to servers using SSL if supported by PHP.

New features for drupal 5.0 include the ability to use SSL to connect to SMTP servers like gmail. Get it here: http://drupal.org/node/95819

thanks
Rizqi
Professional Drupal Developer
Surabaya, Indonesia

Medya-1’s picture

yep tried that also

niklp’s picture

Well, this sounds like you might have a problem with a blacklisted IP - have you checked the IP of your hosting against an email spam blacklist?

There are a few reliable blacklist checkers, unfortunately I can't remember them tho! :p

Web Design & Development in Nottingham by Kineta Systems

Medya-1’s picture

I checked in DNSStuff and nope it is not blacklisted at all.

dharprog’s picture

If you give me a chance i could help you out.
thanks.

Medya-1’s picture

I have rented a SMTP server but still it goes to bulk I don't thing that my issue has got anything to do with server side spf, ptr etc

dharprog’s picture

Hi

If you want to pay $100 really for the work. I would like to help.

Please contact me on this email id: akash_prog@yahoo.co.in

Awaits your reply.

Thanks and Regards,
DharProg.

mir-ink’s picture

its not that hard lol

Fun really, i know the issue .. but save your dollars and send them to the opensource ppl

all thats wrong is in your relay .. use the filters .. take the time .. hug them thay work! SMTP server.

Limmit it what you need ATM

Spam is that but you can change that w. a simple change in your url name.. In SMTP srever...

also id sugest you limmit the relay so olny you can fward

Drupal docs + apache explain this .. look in your config.. says in the comments Exactly how

.. send your 100$ to the cause :) the rest you get for free..

Mirage (X-fidoOP 226)

ps dont make me have to come and fix it.. ill be grumpy :)

Medya-1’s picture

I already fixed it thanks

rizqi’s picture

how did you fix that ?
i think it would be good if you share how you fix that to drupal community :-)

thanks
Rizqi
Professional Drupal Developer
Surabaya, Indonesia

Medya-1’s picture

100$ brother :)

Medya-1’s picture

I rented SMTP server and added smtp module

rizqi’s picture

i see, that explain :-)

thanks
Rizqi
Professional Drupal Developer
Surabaya, Indonesia