SpamAssassin Milter
Find a file
2020-01-30 21:27:28 +01:00
src Initial commit 2020-01-30 21:27:28 +01:00
.gitignore Initial commit 2020-01-30 21:27:28 +01:00
Cargo.lock Initial commit 2020-01-30 21:27:28 +01:00
Cargo.toml Initial commit 2020-01-30 21:27:28 +01:00
LICENSE Initial commit 2020-01-30 21:27:28 +01:00
README.md Initial commit 2020-01-30 21:27:28 +01:00
spamassassin-milter.8 Initial commit 2020-01-30 21:27:28 +01:00
spamassassin-milter.service Initial commit 2020-01-30 21:27:28 +01:00

SpamAssassin Milter

This milter applies mail filtering through SpamAssassin server using the spamc client.

This program is intended as a replacement for spamass-milter.

Usage

This program is under development. (I do already use it to filter mail on my own domain, though.)

The easiest way of setting up SpamAssassin Milter is to edit the provided systemd service file spamassassin-milter.service, and install it in /etc/systemd/system.

Licence

Copyright © 2020 David Bürgin

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.