sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tor: improve type-checking and hardening
[sourcephile-nix.git]
/
machines
/
mermet
/
dovecot
/
sieve
/
global
/
report-spam.sieve
1
require [ "copy", "imapsieve", "environment", "variables", "vnd.dovecot.pipe" ];
2
3
if environment :matches "imap.user" "*" { set "username" "${1}"; }
4
5
pipe :copy :try "learn-spam.sh" [ "${username}" ];