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 15:18:13 UTC

[Spamassassin Wiki] Update of "Plugin/FreeMail" by LeeMaguire

Dear Wiki user,

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

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

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

New page:
#language en
== SpamAssassin Plugin: FreeMail ==

The !FreeMail plugin checks the headers for indication that sender's domain is that of a site offering free email services.

=== Activation ===
 
The !FreeMail module is activated by default on 3.3 installs.
{{{
loadplugin Mail::SpamAssassin::Plugin::FreeMail
}}}

=== Documentation ===

Generated documentation for the module is not available.

Configuration information is contained within the plugin code [[http://svn.apache.org/repos/asf/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/FreeMail.pm|FreeMail.pm]]

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

----
CategoryPlugin