[Web] Drop obsolete sieve filter preset

master
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
1 changed files with 0 additions and 11 deletions

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