SpamAssassin: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
preliminary (mainly saving work for now)
 
m fixed ManPage link; updated SMW
 
Line 1: Line 1:
<hide>
[[page type::article]]
[[thing type::software]]
[[function::spam filtering]]
[[architecture::client-server]]
[[license::open source]]
[[platform::Microsoft Windows]]
[[platform::Linux]]
[[category:software]]
</hide>
==About==
==About==
{{#set:thing type=software}}
{{#set:function=spam filtering}}
{{#set:architecture=client-server}}
{{#set:license=open source}}
{{#set:platform=Microsoft Windows}}
{{#set:platform=Linux}}
[[category:software]]
[[SpamAssassin]] is [[open source]] software for filtering [[spam]].
[[SpamAssassin]] is [[open source]] software for filtering [[spam]].


It consists of two main executables, the [[spamd]] [[daemon]] and the [[spamc]] [[software/client|client]] ([[Special:ManPage:spamc|manpage]]). Email programs (such as [[postfix]]) needing to filter messages will call spamc and pass the message data to it; spamc reads the mail from [[stdin]], spools it to its connection to spamd, then reads the result back and prints it to [[stdout]].[http://svn.apache.org/repos/asf/spamassassin/branches/3.3/spamd/README]
It consists of two main executables, the [[spamd]] [[daemon]] and the [[spamc]] [[software/client|client]] ({{l/manpage|spamc|manpage}}). Email programs (such as [[postfix]]) needing to filter messages will call spamc and pass the message data to it; spamc reads the mail from [[stdin]], spools it to its connection to spamd, then reads the result back and prints it to [[stdout]].[http://svn.apache.org/repos/asf/spamassassin/branches/3.3/spamd/README]
==Links==
==Links==
* [http://spamassassin.apache.org/ home page]
* [http://spamassassin.apache.org/ home page]
** [http://spamassassin.apache.org/doc.html official documentation]
** [http://spamassassin.apache.org/doc.html official documentation]
** [http://wiki.apache.org/spamassassin/ wiki]
** [http://wiki.apache.org/spamassassin/ wiki]

Latest revision as of 00:51, 22 July 2013

<hide> page type::article thing type::software function::spam filtering architecture::client-server license::open source platform::Microsoft Windows platform::Linux </hide>

About

SpamAssassin is open source software for filtering spam.

It consists of two main executables, the spamd daemon and the spamc client (manpage). Email programs (such as postfix) needing to filter messages will call spamc and pass the message data to it; spamc reads the mail from stdin, spools it to its connection to spamd, then reads the result back and prints it to stdout.[1]