Tips that prevent your mailing being marked as ‘spam’

Introduction

The last couple of weeks I was working on writing a mailing/newsletter system myself. One of the first questions that came up was “how do I prevent that my newsletter will be marked as spam”. Although this article has nothing to do with PHP I still like to put it in the spotlight. I will give some tips on how to avoid your mail being marked as spam, some you will know, others you won’t.

How is determined if my email is spam?
Mostly this is done by so called spam filters (server side or client side), some well known examples:

Some of them work with the Bayesian filter. This filter is one of the most accurate filters available. It will detect 98% of the spam mails by an algorithm. Essentially the filter will check if words occur a lot in spam mails but not in normal mails, if spam words occur a lot in a mail we can assume we are dealing with a spam mail. Before we can use this filter we need to build a database with legitimate words. This database is build by the filter, it monitors all outgoing mails from the user and the incoming mails. By checking which words are used in the outgoing mails from the user it can “learn” which words are legitimate. Each word will get a score, the score will represent the probability of the mail being a spam mail (the mail in which the word appears).

An example:
We take the word “casino”, let’s suppose this word occurs in 100 of the 500 spam mails and only in 5 of the 500 legitimate mails. The spam score for this word will be:

(100/500) / (5/500 + 100/500) = 0,95

Off course spam filters use a lot of other techniques too.

Tips to lower your spamscore
I hope you now have a more clear understanding of how the most spam filters work. So lets start with some tips.

  • don’t use words and phrases that are often used in spam mails, for a small list see the Microsoft Junk E-Mail Filter Readme, also the use of complete phrases in capitals is killing.
  • use a dedicated mailserver, why? Most filters will recognize the IP from which a mail is coming, if the mailserver IP is recognized as a server from which the filter is getting legitimate mails more often, it will work in your advantage
  • Don’t send any attachments with a mailing, virus scanners aren’t too happy about them, neither are spam filters
  • Send good content. Try to make the content of each newsletter as different as possible, filters will recognize texts that have occurred before. Also pay attention not to send just one big image and just a few lines of text, you will get a penalty for that one too. Find a balance between the amount of images, the size of them, and the amount of text.
  • Use a real mail address from which the newsletter is coming, filters will often check the domain (using an address with a domain like hotmail, gmail, yahoo,… doesn’t count).
  • Don’t use url shorteners, url shorteners like bit.ly or TinyUrl are often used by spammers

A last one, but nevertheless an important one “don’t prevent your mail being marked as spam”. Okay that sounds silly right? What I mean is that if you write a whole paragraph in your mailing about how someone can unsubscribe this will be seen as suspicious also avoid text like “this is not spam”.

More tests that will possibly increase your spam score can be found on the website of SpamAssassin. Some tests that caught my eye:

  • use of the tbody html tag
  • message body has many words used only once (this one increases your spam score a lot)
  • Invalid date in header (wrong EST timezone)

Keep the above in mind when writing your next mailing 😉 good luck!

Comments

2,964 responses to “Tips that prevent your mailing being marked as ‘spam’”

  1. Jeremygraix Avatar
    Jeremygraix

    http://ivermectinaccessusa.com/# Ivermectin Access USA

  2. Josephscalt Avatar
    Josephscalt

    canadian mail order pharmacy: canadian pharmacy world – US Pharma Index

  3. Davidles Avatar
    Davidles

    Buy Viagra online cheap: Sildenafil Price Guide – Viagra generic over the counter

  4. Jeremygraix Avatar
    Jeremygraix

    https://uspharmaindex.shop/# reliable canadian pharmacy reviews

  5. Josephscalt Avatar
    Josephscalt

    US Pharma Index: US Pharma Index – script pharmacy

  6. ThomasLax Avatar
    ThomasLax

    http://sildenafilpriceguide.com/# Sildenafil 100mg price

  7. Jeremygraix Avatar
    Jeremygraix
  8. Davidles Avatar
    Davidles

    US Pharma Index: canadian pharmacy 24h com – US Pharma Index

  9. Josephscalt Avatar
    Josephscalt

    canadian pharmacy india: US Pharma Index – US Pharma Index

  10. RandyStupt Avatar
    RandyStupt

    Ivermectin Access USA where to buy ivermectin Ivermectin Access USA

  11. ThomasLax Avatar
    ThomasLax

    https://uspharmaindex.com/# safe online pharmacies

  12. Jeremygraix Avatar
    Jeremygraix
  13. Josephscalt Avatar
    Josephscalt

    Cheapest Sildenafil online: Sildenafil Price Guide – buy Viagra over the counter

Leave a Reply

Your email address will not be published. Required fields are marked *