pull nixos-mailserver module into this repo
This commit is contained in:
parent
0b19cc8c6a
commit
284dd09a91
23 changed files with 1077 additions and 188 deletions
6
nixos-mailserver/sieve-after/junk-folder.sieve
Normal file
6
nixos-mailserver/sieve-after/junk-folder.sieve
Normal file
|
@ -0,0 +1,6 @@
|
|||
require ["fileinto","mailbox"];
|
||||
|
||||
if header :contains "X-Spam" "Yes" {
|
||||
fileinto :create "Junk";
|
||||
stop;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue