docs: update services/email

This commit is contained in:
_Bastler 2021-06-02 15:53:18 +02:00 committed by John Smith
parent 01355cd9f7
commit 2508ed2d8c

View File

@ -2,7 +2,7 @@
title: E-Mail title: E-Mail
description: description:
published: true published: true
date: 2021-06-02T13:52:10.327Z date: 2021-06-02T13:53:17.092Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2021-03-24T20:04:51.198Z dateCreated: 2021-03-24T20:04:51.198Z
@ -41,7 +41,7 @@ if header :index 1 :last :matches "Received" "*for <*@*.we.bstly.de>;*"
fileinto :create "INBOX.${2}"; fileinto :create "INBOX.${2}";
} }
``` ```
Wenn du möchtest, dass das ganze auch noch einmal in Unterordner für deine Addressen mit [Alternativen Namen](https://wiki.bstly.de/de/services/webstly#aliases) landet, kannst du folgendes Script verwenden: Wenn du möchtest, dass das ganze auch noch einmal in Unterordner für deine Addressen inklusive deiner [Alternativen Namen](https://wiki.bstly.de/de/services/webstly#aliases) landet, kannst du folgendes Script verwenden:
``` ```
require ["fileinto", "variables", "mailbox", "index"]; require ["fileinto", "variables", "mailbox", "index"];