[Web] Drop obsolete sieve filter preset
parent
ce77d87c8d
commit
7ca7b3b598
|
@ -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;
|
|
||||||
}
|
|
Loading…
Reference in New Issue