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.
This application requires perl
, spamassassin
and cyrus-imapd
.
If the Kolab integration should be used, kolab
needs to be installed.
Use
./install.sh
to install the application, man pages, and sample configuration.
The sample configuration is copied to /etc/spamassassin/sa-learn-cyrus.conf
by default. Customize the configuration according to your needs.
Find documentation and grab the latest version on GitHub https://github.com/michaelroland/sa-learn-cyrus
- Copyright (C) 2004-2011 Hans-Juergen Beie <[email protected]>
- Copyright (C) 2020 Michael Roland <[email protected]>
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.
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