feat: added teh small sieve script to replace .forwards
This commit is contained in:
parent
0262d4dc8f
commit
3ca52f0a3d
2 changed files with 12 additions and 2 deletions
BIN
_git.tar.gz
(Stored with Git LFS)
BIN
_git.tar.gz
(Stored with Git LFS)
Binary file not shown.
|
@ -29,5 +29,15 @@ Sieve scripts allow you to sort and manage yer email in a programmatic way.
|
||||||
Recommended tool: <https://github.com/thsmi/sieve>
|
Recommended tool: <https://github.com/thsmi/sieve>
|
||||||
Small tutorial will follow later.
|
Small tutorial will follow later.
|
||||||
|
|
||||||
|
### ``.forwards`` replacement
|
||||||
|
Since we no longer support ``.forwards`` this is the sieve script counterpart.
|
||||||
|
It copies all incoming mail to the target address.
|
||||||
|
|
||||||
|
```sieve
|
||||||
|
require "copy";
|
||||||
|
|
||||||
|
redirect :copy "sending_mail_to@example.ie";
|
||||||
|
```
|
||||||
|
|
||||||
### Committee/Admins
|
### Committee/Admins
|
||||||
There is an inbuilt sieve script that passes mail from committee/admin addresses into a folder in their Skynet inbox.
|
There is an inbuilt sieve script that passes mail from committee/admin addresses into a folder in their Skynet inbox.
|
||||||
|
|
Loading…
Reference in a new issue