feat: added teh small sieve script to replace .forwards
All checks were successful
Build / build (push) Successful in 18s
Build / deploy (push) Successful in 8s

This commit is contained in:
silver 2024-11-23 14:49:18 +00:00
parent 0262d4dc8f
commit 3ca52f0a3d
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 12 additions and 2 deletions

BIN
_git.tar.gz (Stored with Git LFS)

Binary file not shown.

View file

@ -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>
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
There is an inbuilt sieve script that passes mail from committee/admin addresses into a folder in their Skynet inbox.