Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.73 KB

README.md

File metadata and controls

61 lines (34 loc) · 1.73 KB

sa-learn-cyrus: Train SpamAssassin with spam/ham from Cyrus IMAPd user mailboxes

This repository contains sa-learn-cyrus, an application collects spam and non-spam (ham) messages from Cryus IMAPd user mailbox folders and feeds them into sa-learn to train the bayes database of SpamAssassin.

This is a forked version of the original sa-learn-cyrus tool by Hans-Juergen Beie. It provides bugfixes and improvements and adds integration with Kolab.

INSTALLATION

Prerequisites

This application requires perl, spamassassin and cyrus-imapd.

If the Kolab integration should be used, kolab needs to be installed.

Install files

Use

./install.sh

to install the application, man pages, and sample configuration.

Configuration

The sample configuration is copied to /etc/spamassassin/sa-learn-cyrus.conf by default. Customize the configuration according to your needs.

GET LATEST SOURCE

Find documentation and grab the latest version on GitHub https://github.com/michaelroland/sa-learn-cyrus

COPYRIGHT

DISCLAIMER

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

License: GNU General Public License v3.0