Compare commits

..

1 commit

Author SHA1 Message Date
01c16e93ae
Documentation and usage example for sieve script 2025-04-08 09:55:18 +02:00

View file

@ -5,10 +5,8 @@ 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
$ ./alias_to_sieve testdata/simple.aliases example.com
require ["variables", "copy", "vnd.stalwart.expressions", "envelope", "editheader"];
let "i" "0";