diff --git a/_git.tar.gz b/_git.tar.gz index feb43d9..1bdc667 100644 --- a/_git.tar.gz +++ b/_git.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5243cfd3a70c609c85cc665499bda91821d6d8d4a9fe66d6dcb0dd091f53a96 -size 394883 +oid sha256:607910832377319c9b05ae51ff9cfdc1eee8de4b53d422f99473720c392eaf59 +size 397421 diff --git a/src/skynet/services/email.md b/src/skynet/services/email.md index b3f758f..0db8597 100644 --- a/src/skynet/services/email.md +++ b/src/skynet/services/email.md @@ -29,5 +29,15 @@ Sieve scripts allow you to sort and manage yer email in a programmatic way. Recommended tool: 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.