Re: phpmailer problem with spam score

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, April 25, 2006 4:43 am, Merlin wrote:
> I am operating page where user receive a message which they do
> have to confirm. The message does have about 5 links inside to give
> the user
> administration to his postings.

This has NOTHING to do with PHP...

> Now recently I discovered that the message does not go through to
> everybody
> since the spam score is 4.2! This is of course not what I want as some
> users are
> not able to confirm their postings without this e-mail.

Maybe that's what the users want though.  It's their Inbox, after all :-)

> I am using the newest phpmailer class available and this is what the
> header
> tells me:

You should probably reference the "phpmailer class" since that could
describe about 100 different software packages out there...

> X-Spam: high
> X-Spam-score: 4.2
> X-Spam-hits:

BAYES_50 the actual text of your message looks like spam.  Fix it.

EXTRA_MPART_TYPE This probably means your HTML enhanced (cough, cough)
mail is mal-formed.

FORGED_RCVD_HELO The mailer is forging the email badly and getting
caught.  This may not be fixable, but you'll have to research it and
experiment.

HTML_MESSAGE You are sending HTML enhanced (cough, cough) email. 
That's your FIRST problem.  All it needs is ONE link on a separate
line.

HTML_TAG_BALANCE_BODY, You've got more tags than content.  Again, HTML
enhanced (cough, cough) email is your problem.

MIME_HTML_MOSTLY, Need I say it again?

SARE_OBFU_PART_ING Got no idea.

> Is there something I can do about this?

Stop sending HTML enhanced email.

Tell users to "whitelist" your domain if they are having trouble
getting your email.

Google for the keywords in X-Spam-Hits instead of asking the PHP
mailing list why a software package which has NOTHING to do with PHP
is behaving the way it is.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux