docs: update services/email
This commit is contained in:
parent
9881f8fd5f
commit
fc586bfd33
@ -2,7 +2,7 @@
|
|||||||
title: E-Mail
|
title: E-Mail
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2021-05-05T18:41:08.792Z
|
date: 2021-05-05T18:59:53.896Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-03-24T20:04:51.198Z
|
dateCreated: 2021-03-24T20:04:51.198Z
|
||||||
@ -33,12 +33,13 @@ 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! ####
|
if header :matches "Received" "*<*@*.we.bstly.de>*"
|
||||||
if header :matches "Received" "*<*@[username].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 [Alternativen Namen](https://wiki.bstly.de/de/services/webstly#aliases) landet, ersetze einfach `INBOX.${2}` durch `INBOX.${3}.${2}`.
|
||||||
|
|
||||||
|
|
||||||
## Verschlüsselte E-Mail mit PGP <a name="pgp" id="pgp"></a>
|
## Verschlüsselte E-Mail mit PGP <a name="pgp" id="pgp"></a>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user