docs: update services/email
This commit is contained in:
parent
9b862d46ec
commit
9881f8fd5f
@ -2,7 +2,7 @@
|
|||||||
title: E-Mail
|
title: E-Mail
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2021-05-05T17:49:51.166Z
|
date: 2021-05-05T18:41:08.792Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-03-24T20:04:51.198Z
|
dateCreated: 2021-03-24T20:04:51.198Z
|
||||||
@ -34,9 +34,9 @@ Im Zusammenspiel mit @Catch-All bietet sich eine automatische Filterung an um E-
|
|||||||
require ["fileinto", "variables", "mailbox"];
|
require ["fileinto", "variables", "mailbox"];
|
||||||
|
|
||||||
### Ersetze in der folgenden Zeile [username] unbedingt mit deinem Usernamen! ####
|
### Ersetze in der folgenden Zeile [username] unbedingt mit deinem Usernamen! ####
|
||||||
if header :matches "To" "*@[username].we.bstly.de"
|
if header :matches "Received" "*<*@[username].we.bstly.de>*"
|
||||||
{
|
{
|
||||||
fileinto :create "INBOX.${1}";
|
fileinto :create "INBOX.${2}";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user