Skip to content

SpamAssassin

Uses a SpamAssassin server for classification.

Configuration options:

Field Type Required Description Example
host string yes SpamAssassin host 127.0.0.1
port integer yes SpamAssassin port 783
maxsize integer yes Maximum email size sent to the model (bytes) 300000
timeout duration yes Timeout for the request 10s

Example:

providers:
  prov1:
    type: spamassassin
    config:
      host: 127.0.0.1
      port: 783
      maxsize: 300000
      timeout: 10s