[Web] Add sieve template, thanks to @Programmierus

This commit is contained in:
andryyy
2020-06-19 22:06:20 +02:00
parent 79dd4fac9c
commit 1d8f08ef15
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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;
}