Download:
child 6:eaca36ce092b
parent 4:4e3995a38015
5:bbad5ebb65c0
Anton Shestakov <engored@ya.ru>, Mon, 04 Feb 2019 04:02:28 +0000
(none)

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
99notify.sieve file | annotate | diff | comparison | revisions
--- a/99notify.sieve Mon Feb 04 03:54:50 2019 +0000
+++ b/99notify.sieve Mon Feb 04 04:02:28 2019 +0000
@@ -1,5 +1,5 @@
require ["vnd.dovecot.pipe", "copy", "variables"];
-if address :matches :all ["to", "cc"] "j*@example.com" {
+if address :matches :all ["to", "cc"] ["john*@example.com", "nospam@example.com"] {
if header :matches "from" "*" { set "from" "${1}"; }
if header :matches "subject" "*" { set "subject" "${1}"; }
pipe :copy :try "xmpp-headline.sh" ["${from}", "${subject}"];