Compare commits

..

No commits in common. "main" and "#29-nix_nixos-assignment" have entirely different histories.

3 changed files with 2 additions and 13 deletions

View file

@ -10,7 +10,6 @@ on:
- .forgejo/**/* - .forgejo/**/*
- mkdocs.yml - mkdocs.yml
jobs: jobs:
# Build it locally, this helps caching for later # Build it locally, this helps caching for later
build: build:

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

Binary file not shown.

View file

@ -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> 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.