4:4e3995a38015
Anton Shestakov <engored@ya.ru>, Mon, 04 Feb 2019 03:54:50 +0000
(none)

next change 5:bbad5ebb65c0
previous change 1:e73deb8e2462

99notify.sieve

Permissions: -rw-r--r--

Other formats: Feeds:
require ["vnd.dovecot.pipe", "copy", "variables"];
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}"];
}