2:3b26c8c03165
Anton Shestakov <av6@dwimlabs.net>, Thu, 06 Sep 2018 14:48:02 +0800
"Broken pipe" in the logs is not helpful

next change 4:4e3995a38015
previous change 1:e73deb8e2462

99notify.sieve

Permissions: -rw-r--r--

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