Add spamassasin/pyzor/razor support and cleanup Dockerfile and config
This commit is contained in:
5
core/config/example/spam-global.sieve
Normal file
5
core/config/example/spam-global.sieve
Normal file
@@ -0,0 +1,5 @@
|
||||
require "fileinto";
|
||||
|
||||
if header :contains "X-Spam-Flag" "YES" {
|
||||
fileinto "Spam";
|
||||
}
|
||||
Reference in New Issue
Block a user