Initial commit.
This commit is contained in:
11
dovecot/sieve/spam-global.sieve
Normal file
11
dovecot/sieve/spam-global.sieve
Normal file
@@ -0,0 +1,11 @@
|
||||
require ["fileinto","mailbox"];
|
||||
|
||||
if anyof(
|
||||
header :contains ["X-Spam-Flag"] "YES",
|
||||
header :contains ["X-Spam"] "Yes",
|
||||
header :contains ["Subject"] "*** SPAM ***"
|
||||
)
|
||||
{
|
||||
fileinto :create "Spam";
|
||||
stop;
|
||||
}
|
||||
Reference in New Issue
Block a user