commit 776af62d2c0896ad8f491bbe9c8c70e815eac5df
parent 20a5a403968fc5a2a6a00e6ad746cde9c73e51a2
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 8 Mar 2016 11:14:44 -0800
disable server-side spam filtering
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.imapfilter/riseup.lua b/.imapfilter/riseup.lua
@@ -55,7 +55,7 @@ mailboxes, folders = account:list_subscribed()
--------------------
-- Spam filtering --
--------------------
-all = account.INBOX:select_all()
+--[[all = account.INBOX:select_all()
spam = Set {}
unsure = Set {}
for _, msg in ipairs(all) do
@@ -70,6 +70,7 @@ for _, msg in ipairs(all) do
end
spam:move_messages(account['Junk'])
unsure:copy_messages(account['Junk/unsure'])
+]] --
-- Debian announcements list --