antispam.antispam

Provides a framework for filtering unwanted messages.

See filterMessage for an example that shows the basic steps to use this library.

Public Imports

antispam.filter
public import antispam.filter;

Members

Classes

AntispamState
class AntispamState

Encapsulates a multi-stage filter state.

Functions

filterMessage
Task filterMessage(AntispamState state, AntispamMessage message)

Default implementation of full message filtering.

Meta

License

Subject to the terms of the General Public License version 3, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig