require ["enotify"]; # Out-of-Band-Benachrichtigung über Meldungen vom Chef if header :contains "from" "chef@example.org" { #Mit XMPP über neue Nachricht informieren if notify_method_capability "xmpp:tim@example.com?message;subject=SIEVE" "Online" "yes" { notify :importance "1" :message "Sie haben eine E-Mail vom Chef" "xmpp:tim@example.com?message;subject=SIEVE"; } }