Compare commits
1 commit
01c16e93ae
...
dd9b18dd18
Author | SHA1 | Date | |
---|---|---|---|
dd9b18dd18 |
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
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:
|
An example using the testdata directory of this repository:
|
||||||
```
|
```bash
|
||||||
$ ./alias_to_sieve testdata/simple.aliases example.com
|
$ ./alias_to_sieve testdata/simple.aliases example.com
|
||||||
|
```
|
||||||
|
```sieve
|
||||||
require ["variables", "copy", "vnd.stalwart.expressions", "envelope", "editheader"];
|
require ["variables", "copy", "vnd.stalwart.expressions", "envelope", "editheader"];
|
||||||
|
|
||||||
let "i" "0";
|
let "i" "0";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue