

That takes place for messages when running The following two sections detail the default tagging and markup In: /etc/spamassassin /usr/etc/mail/spamassassin /usr/share/spamassassin /etc/spamassassin /etc/mail/spamassassin /usr/local/share/spamassassin /usr/share/spamassassin TAGGING ¶ SpamAssassin willĬreate that file if it does not already exist, using ~/.spamassassin/user_prefs is used if it exists.

Individual user preferences are loaded from the location specified In other words, it will read init.pre first, thenġ0_default_prefs.cf before 50_scores.cf andĢ0_body_tests.cf before 20_head_tests.cf. ".cf" in lexical order (most files begin with two numbers to make In ".pre" in lexical order and then it will read files ending in This is loaded from /etc/spamassassin.įrom those directories, SpamAssassin will first read files ending Site-specific configuration data is used to override any values

Text are loaded from configuration files.ĭefault configuration data is loaded from the first existingĭirectory in: /var/lib/spamassassin/3.004006 /usr/share/spamassassin /usr/share/spamassassin /usr/local/share/spamassassin /usr/share/spamassassin The SpamAssassin rule base, text templates, and rule description Subscription instructionsĪre located on the SpamAssassin web site. Often able to help and provide tips and advice. Wiki-based documentation: USER MAILING LIST ¶Ī users mailing list exists where other experienced users are Mail::SpamAssassin::Plugin::WhiteListSubject Mail::SpamAssassin::Plugin::HTTPSMismatch Mail::SpamAssassin::Plugin::AutoLearnThreshold

Spamd spamassassin server (needed by spamc)ĭEFAULT PLUGINS ¶ Mail::SpamAssassin::Plugin::AskDNS Spamc client for spamd (faster than spamassassin) Sa-learn train SpamAssassin's Bayesian classifier USAGE ¶ spamassassin-run "spamassassin" front-end filtering script OVERVIEW ¶ spamassassin SpamAssassin overview (this section)ĬONFIGURATION ¶ Mail::SpamAssassin::Conf SpamAssassin configuration files You should be able to view SpamAssassin's documentation with your Primarily on the SpamAssassin web site and wiki. If you're intending to read these straight through for theįirst time, the suggested order will tend to reduce the number of forwardĮxtensive additional documentation for SpamAssassin is available,
Spamassassin score test manual#
Wielded against spam and is designed for easy integration into virtually anyįor ease of access, the SpamAssassin manual has been split up into Has a modular architecture that allows other technologies to be quickly These tests are applied to email headers and content toĬlassify email using advanced statistical methods. Range of tests to identify unsolicited bulk email, more commonly known as SpamAssassin is an intelligent email filter which uses a diverse Spamassassin - extensible email filter used to identify spam DESCRIPTION ¶ I am testing like this: $client = new \Spamassassin\Client() I am using this library: to send requests to spamd via php. I have spamassassin installed on my computer, and I would like to use it to test form input from things such as comments (I know spamassassin is for emails, but I can't find anything for non-email), but when I test a nonsense comment spamassassin says that it is not spam.
