1:e73deb8e2462
Anton Shestakov <av6@dwimlabs.net>, Sun, 10 Jul 2016 18:59:40 +0800
the rest of files

next change 4:4e3995a38015

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