sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
nix: update switch from julm-nix
[sourcephile-nix.git]
/
hosts
/
mermet
/
dovecot
/
sieve
/
global
/
flag-spam.sieve
1
require [ "imap4flags" ];
2
3
if header :contains "X-Spam-Level" "***" {
4
addflag "Junk";
5
}