You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2011/01/05 13:53:48 UTC

[Spamassassin Wiki] Update of "Rules/FREEMAIL_FROM" by LeeMaguire

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The "Rules/FREEMAIL_FROM" page has been changed by LeeMaguire.
http://wiki.apache.org/spamassassin/Rules/FREEMAIL_FROM

--------------------------------------------------

New page:
#language en
== SpamAssassin Rule: FREEMAIL_FROM ==

''Standard description:'' Sender email is freemail

=== Explanation ===
 
This test indicates the [[Plugin/FreeMail|FreeMail]] plugin is active in the local configuration.

The domain of the sender has been identified as that of a free email provider. (e.g. gmail.com or hotmail.com)

=== Further Info ===

The default scores for this rule can be found [[http://spamassassin.apache.org/tests.html|in the online list of tests]].

The default list of known freemail domains is distributed in [[http://svn.apache.org/repos/asf/spamassassin/trunk/rules/20_freemail_domains.cf|20_freemail_domains.cf]].

Local configuration can be modified to add or whitelist domains:
{{{
ifplugin Mail::SpamAssassin::Plugin::FreeMail
freemail_domains example.com
freemail_whitelist example.org
endif
}}}


----
CategoryRule