docs: update services/email

This commit is contained in:
_Bastler 2021-06-03 12:52:23 +02:00 committed by John Smith
parent 8895b2ba5c
commit e121da84fd

View File

@ -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;