Commit 3f85277a authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Default sieve rule should have human readable name

parent 9b69e060
...@@ -392,7 +392,7 @@ export SERVICES ...@@ -392,7 +392,7 @@ export SERVICES
default-sieve: default-sieve:
define DEFAULT_SIEVE define DEFAULT_SIEVE
require "fileinto"; require "fileinto";
# rule:[Move spam to spam folder]
if header :is "X-Spam-Flag" "Yes" if header :is "X-Spam-Flag" "Yes"
{ {
fileinto "Junk"; fileinto "Junk";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment