3:ad9f9ca11905
Anton Shestakov <av6@dwimlabs.net>, Thu, 06 Sep 2018 15:59:23 +0800
clarify consumption of stdin

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}"];
}