Compare commits
No commits in common. "main" and "#29-nix_nixos-assignment" have entirely different histories.
main
...
#29-nix_ni
3 changed files with 2 additions and 13 deletions
|
@ -10,7 +10,6 @@ on:
|
|||
- .forgejo/**/*
|
||||
- mkdocs.yml
|
||||
|
||||
|
||||
jobs:
|
||||
# Build it locally, this helps caching for later
|
||||
build:
|
||||
|
|
BIN
_git.tar.gz
(Stored with Git LFS)
BIN
_git.tar.gz
(Stored with Git LFS)
Binary file not shown.
|
@ -29,15 +29,5 @@ 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.
|
||||
|
|
Loading…
Reference in a new issue