docs: update services/email

This commit is contained in:
_Bastler 2021-06-03 12:29:38 +02:00 committed by John Smith
parent 32dca5770e
commit 3de7dc4767

View File

@ -2,7 +2,7 @@
title: E-Mail title: E-Mail
description: description:
published: true published: true
date: 2021-06-03T10:21:59.967Z date: 2021-06-03T10:29:37.157Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2021-03-24T20:04:51.198Z dateCreated: 2021-03-24T20:04:51.198Z
@ -49,9 +49,10 @@ if header :matches "Received" "*for <*@*.we.bstly.de>;*"
fileinto :create "INBOX.${3}.${2}"; fileinto :create "INBOX.${3}.${2}";
} }
if header :matches "Received" "*for <*@we.bstly.de>;*" # ersetze [alias] durch deinen Alias, kopiere den Abschnitt für jeden weiteren Alias
if header :matches "Received" "*for <[alias]@we.bstly.de>;*"
{ {
fileinto :create "INBOX.${2}"; fileinto :create "INBOX.[alias]";
} }
``` ```