Add 'config/sieve/default.sieve'
This commit is contained in:
4
config/sieve/default.sieve
Normal file
4
config/sieve/default.sieve
Normal file
@@ -0,0 +1,4 @@
|
||||
require "fileinto";
|
||||
if header :contains "X-Spam-Flag" "YES" {
|
||||
fileinto "Spam";
|
||||
}
|
||||
Reference in New Issue
Block a user