first import of mailserver config
This commit is contained in:
parent
d4cdbc8ccd
commit
292215f770
19 changed files with 811 additions and 0 deletions
6
sieve-after/junk-folder.sieve
Normal file
6
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