Crate spamassassin_milter

Source
Expand description

The SpamAssassin Milter application library.

This library was published to facilitate integration testing of the SpamAssassin Milter application. No backwards compatibility guarantees are made for the public API in this library. Please look into the application instead.

Structs§

Config
A configuration object for SpamAssassin Milter.
ConfigBuilder
A builder for SpamAssassin Milter configuration objects.

Constants§

MILTER_NAME
The name of the SpamAssassin Milter application.
VERSION
The current version string of SpamAssassin Milter.

Functions§

run
Starts SpamAssassin Milter listening on the given socket using the supplied configuration.