SpamAssassin

Description

SpamAssassin is a rule based content filter and is part of the Apache Foundation. It is widely extendable and highly configurable. Decency uses it's client API to process mails.

Configuration

Please read first:

default_user

Default: -
Allowed values: string (path)

Normally the user the the recipient (to). This can be used to overwrite and set anothr "to".

host

Default: localhost
Allowed values: string

The hostname / ip where the spamd server runs

port

Default: 783
Allowed values: integer

The port number where the spamd server listens

socket

Default: -
Allowed values: string

Instead of host:port, you can provide a socket (path).

Example

---

disable: 0

socket: /var/run/spamd/socket
weight_innocent: 20
weight_spam: -40

Performance

Strongly dependent on amount and content of your rules. Can vary between a second or tens of seconds, if you messed it up ..