| Author |
Message |
jlairbanas
Joined: 22 Dec 2007 Posts: 1
|
Posted: Sat Dec 22, 2007 1:59 am Post subject: my mail is spam? why? |
|
|
this is my code un html
but when arrived to hotmail go to junk ... is spam.. but I no understand , I used code the example
<html>
<body>
<p>Hola</p>
</body>
</html>
i try send
3 mails hotmail |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2189
|
Posted: Mon Dec 24, 2007 11:47 am Post subject: |
|
|
In fact it looks like Spam. A lot of HTML with very few text and no plain text alternative. It is being flagged by Spamassassin with a score of 4.7 as HTML_MESSAGE,MIME_HTML_ONLY,TVD_SPACE_RATIO
HTML_MESSAGE: HTML included in message
MIME_HTML_ONLY: Message only has text/html MIME parts
TVD_SPACE_RATIO: eval:tvd_vertical_words('0','10')
It is a very bad idea to send very short HTML messages that way. |
|
| Back to top |
|
 |
|