Compare commits

..

1 commit

Author SHA1 Message Date
dd9b18dd18
Documentation and usage example for sieve script 2025-04-08 10:19:19 +02:00

View file

@ -5,8 +5,10 @@ Given an alias file `testdata/simple.aliases` that contains lines of redirects o
If you don't define a fqdn along any of the addresses, the default domain from your commandline input will be appended.
An example using the testdata directory of this repository:
```
```bash
$ ./alias_to_sieve testdata/simple.aliases example.com
```
```sieve
require ["variables", "copy", "vnd.stalwart.expressions", "envelope", "editheader"];
let "i" "0";