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
default-sieve:
define DEFAULT_SIEVE
require "fileinto";
# rule:[Move spam to spam folder]
if header :is "X-Spam-Flag" "Yes"
{
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