docs: update services/email
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
title: E-Mail
|
||||
description:
|
||||
published: true
|
||||
date: 2021-06-03T10:51:32.060Z
|
||||
date: 2021-06-03T10:52:21.361Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-03-24T20:04:51.198Z
|
||||
@@ -35,7 +35,7 @@ Ein einfaches *Sieve* Script, dass dir automatisch deine @Catch-All E-Mails in U
|
||||
```
|
||||
require ["fileinto", "variables", "mailbox"];
|
||||
|
||||
if header :matches "Received" "*for <*@we.bstly.de>;*"
|
||||
if header :matches "Received" "*for <*@*.we.bstly.de>;*"
|
||||
{
|
||||
fileinto :create "INBOX.${2}";
|
||||
stop;
|
||||
|
||||
Reference in New Issue
Block a user