docs: update services/email

This commit is contained in:
_Bastler 2021-05-05 20:41:10 +02:00 committed by John Smith
parent 9b862d46ec
commit 9881f8fd5f

View File

@ -2,7 +2,7 @@
title: E-Mail
description:
published: true
date: 2021-05-05T17:49:51.166Z
date: 2021-05-05T18:41:08.792Z
tags:
editor: markdown
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"];
### 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}";
}
```