Skip to content

prehor/amavisd-milter

Repository files navigation

amavisd-milter

CircleCI Status Badge

amavisd-milter is a milter interface for the amavis spam filter engine.

Installing

The simplest way to compile amavisd-milter:

curl -L https://github.com/prehor/amavisd-milter/releases/download/1.7.2/amavisd-milter-1.7.2.tar.gz | tar xfz -
cd amavisd-milter-1.7.2
./configure
make all
make install
make clean

For more information on installation, see INSTALL.

Usage

A complete description of usage, configuration and troubleshooting is at amavisd-milter(8) manual page.

Reporting Issues

Issues can be reported by using GitHub Issues. Full details on how to report issues can be found in the Contribution Guidelines.

Contributing

Please read the Contribution Guidelines, and ensure you are signing all your commits with DCO sign-off.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

For contributors up to amavisd-milter-1.6.1 see CHANGELOG.

License

This project is licensed under the BSD-3-Clause License - see the LICENSE file for details.