Skip to content
README.md 638 B
Newer Older
maride's avatar
maride committed
![Logo](logo.svg)

# spamfrei

[Sieve](https://doc.dovecot.org/2.3/configuration_manual/sieve/pigeonhole_sieve_interpreter/) script against Spamalot.

## Usage

Review the contents of `sieve`, which contains the sieve commands executed on your mail *before uploading*.

Follow the [Chaosdorf Wiki article](https://wiki.chaosdorf.de/Mail#Details_zum_Mail-Versand), basically you need to install `sieve-connect` and use it to upload the script. Example:

```
$ sieve-connect --server intern.chaosdorf.de --user youruser
Sieve/IMAP Password: <your password>
ReadLine support enabled.
> upload sieve
> checkscript sieve
> activate sieve
```