Download:
child 5:bbad5ebb65c0
parent 3:ad9f9ca11905
4:4e3995a38015
Anton Shestakov <engored@ya.ru>, Mon, 04 Feb 2019 03:54:50 +0000
(none)

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