[quote="H2B2"][size=117][b]What can you do to avoid being marked as spam[/b][/size]
A number of phplist users seem to have trouble getting their messages through the [url=http://en.wikipedia.org/wiki/E-mail_spam]spam[/url] filters of email providers. This post briefly delineates a number of measures to keep your spam score as low as possible and to enhance the chances of reaching the inbox of your subscribers.
[b]Check that your setup complies with RFC standards[/b]
Since spammers usually do not comply with (all) RFC standards, anti-spamming measures adopted by e-mail providers will tend to include a number of checks regarding RFC compliance.
- make sure you have a [url=http://www.rfc-ignorant.org/rfcs/rfc2821.php#section4.5.1]postmaster account[/url] ([i]postmaster[/i]@example.com) for your domain.
- make sure you have an abuse account ([i]abuse[/i]@example.com)
- analyse the [url=http://en.wikipedia.org/wiki/Email#Header]email header[/url] of your messages and check for errors. For instance, check whether the [i][url=http://en.wikipedia.org/wiki/Return_path]Return-path[/url][/i] address is correct. The Return-path address should reflect the message envelope address, which is usually defined through the [i]message_envelope[/i] setting in config.php. This address -as well as all other email addresses- must of course be an existing email account. Using an alias may result in trouble.
See also:
[list]
http://docs.phplist.com/PhpListConfigBounceshttp://en.wikipedia.org/wiki/Bounce_message#Terminology viewtopic.php?p=45136#45136viewtopic.php?t=4235viewtopic.php?p=32914#32914[/list]
[b]Check your Domain Name Server (DNS) configuration[/b]
A badly configured DNS may trigger spam protection tools used by the mail providers of your subscribers, and your messages risk being rejected or marked as spam. You should therefore check your DNS configuration and ask your host to correct any DNS configuration errors (and warnings) you may find.
Services to check your DNS are available on the Internet, for instance:
[list]
http://www.checkdns.net/http://www.zonecheck.fr/http://www.mxtoolbox.com/diagnostic.aspxhttp://www.dnsstuff.com/[/list] For a list of other available web based DNS checking services, see [url=http://www.dmoz.org/Computers/Internet/Protocols/DNS/Web_Tools/]this listing[/url]
For more info on DNS:
http://en.wikipedia.org/wiki/Domain_name_system[b]Make sure your message content is not 'suspect'[/b]
- avoid phrases and wording spammers commonly use.
- do not use (too) many images.
- avoid using HTML tags that could increase your spam score, e.g. iframe tags, multiple large font tags and/or color font tags (better use inline CSS styles instead).
- avoid using scripts in your messages, like javascript, vbscript.
- correct any HTML coding errors in your messages, since these too will increase your spam score.
[b]Avoid sending attachments other than pdf[/b]
Be careful with sending attachments other than .pdf files. Attachments like .zip, .avi, .swf, .exe, etc., may trigger spam filters.
[b]Process bounces[/b]
In time, a portion of the users on your lists will eventually change their email addresses. This may occur quite frequently with popular '[url=http://en.wikipedia.org/wiki/Disposable_e-mail_address]disposable e-mail addresses[/url]' from webmail providers like gmail, hotmail, yahoo, etc. A number of those users will not bother to update their email addresses through the phplist preferences link, and their email addresses will therefore bounce. Since sending messages to many non-existent users is likely to look suspicious, you should make sure you regularly process [url=http://docs.phplist.com/PhpListConfigBounces]bounces[/url] to clean up your user lists.
[b]Limit your sending speed[/b]
Sending many messages in a short time span is often considered suspicious behaviour from the point of view of (web)mail providers. Try using the [i]mailqueue_throttle[/i] setting in config.php to space messages apart by a number of seconds.
You could also run some tests with the experimental [i]domain_throttle[/i] feature of phplist.
See also:
http://docs.phplist.com/PhpListConfigSendRate[b]Other measures[/b]
- setup [url=http://en.wikipedia.org/wiki/Sender_Policy_Framework]SPF[/url], [url=http://en.wikipedia.org/wiki/Domain_Keys]DomainKeys[/url], or [url=http://en.wikipedia.org/wiki/DomainKeys_Identified_Mail]DKIM[/url]. See also [url=http://forums.phplist.com/viewtopic.php?p=53819#53819]this forum thread[/url]
- consider requesting inclusion in the '[url=http://en.wikipedia.org/wiki/Whitelisting]whitelists[/url]' of important mail providers
- ask subscribers to '[url=http://en.wikipedia.org/wiki/Whitelisting]whitelist[/url]' your From: email address in their email client or spam filter application
- Do not disable [url=http://en.wikipedia.org/wiki/Opt-in_email]double opt-in[/url] by changing the phplist code base. Double opt-in (or "[i]confirmed opt-in[/i]") is generally considered good practice and it will ensure that the users that subscribe really want to subscribe.
- make sure the [i]unsubscribe link[/i] is easily available on every message you send. If your subscribers want to unsubscribe and cannot find the unsubscribe link, they will be tempted to mark your messages as spam instead, in order to get rid of them. Eventually this may result in your domain being blacklisted.
See also:
[list] [url=http://spamlinks.net/filter-dnsbl-lists.htm]DNS Blackhole Lists[/url]
[url=http://en.wikipedia.org/wiki/Spam_and_Open_Relay_Blocking_System]Spam and Open Relay Blocking System[/url]
[url=http://forums.phplist.com/viewtopic.php?p=72442#p72442]Hotmail and SPF - short tutorial[/url] [/list]
[b]Bulk mail guidelines[/b]
Here are some guidelines published by specific providers which might be useful to read:
[list][url=http://postmaster.hotmail.com/Guidelines.aspx]Hotmail[/url]
[url=http://help.yahoo.com/l/us/yahoo/mail/original/technical/abuse-35.html]Yahoo mail[/url]
[url=https://mail.google.com/support/bin/answer.py?hl=en&answer=81126]Gmail[/url][/list]
If you know of bulk mail guidelines from other providers, please post the corresponding links in this thread.
[b]Other resources[/b]
[url=http://spamcheck.sitesell.com/]SpamCheck[/url] - Check the "spam score" of your messages
[url=http://spamlinks.net/]spamlinks.net[/url] - Everything you didn't want to have to know about spam
[b]Further reading[/b]
[list][url=http://en.wikipedia.org/wiki/E-mail_spam]E-mail spam[/url]
[url=http://en.wikipedia.org/wiki/Anti-spam_techniques]Anti-spam techniques[/url]
[url=http://en.wikipedia.org/wiki/DNSBL]DNSBL[/url]
[url=http://en.wikipedia.org/wiki/E-mail_spam_legislation_by_country]E-mail spam legislation by country[/url]
[url=http://en.wikipedia.org/wiki/Directive_on_Privacy_and_Electronic_Communications]Directive on Privacy and Electronic Communications[/url]
[url=http://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003]CAN SPAM Act of 2003[/url][/list][/quote]
Thanks You