6:eaca36ce092b default tip
Anton Shestakov <av6@dwimlabs.net>, Fri, 23 Aug 2019 22:27:47 +0700
use TLS 1.2 because it's modern, and that's what clients should use

previous change 5:bbad5ebb65c0

99notify.sieve

Permissions: -rw-r--r--

Other formats: Feeds:
require ["vnd.dovecot.pipe", "copy", "variables"];
if address :matches :all ["to", "cc"] ["john*@example.com", "nospam@example.com"] {
if header :matches "from" "*" { set "from" "${1}"; }
if header :matches "subject" "*" { set "subject" "${1}"; }
pipe :copy :try "xmpp-headline.sh" ["${from}", "${subject}"];
}