1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-04 10:24:42 +02:00

[Web] Drop obsolete sieve filter preset

This commit is contained in:
andryyy 2020-10-11 10:35:14 +02:00
parent ce77d87c8d
commit 7ca7b3b598
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -1,11 +0,0 @@
headline: lang.sieve_preset_8
content: |
require "envelope";
require "variables";
if allof (
envelope :all :matches "to" "*",
not header :contains "To" "${1}",
address :is "From" "${1}"
) {
discard;
}