# fdm.conf(5) # vim: ft=config ts=4 set purge-after 50 set timeout 120 set parallel-accounts 2 $base = "%h/.fdm.d" set lock-file "${base}/lock" set maximum-size 100 MB set verify-certificates set queue-high 5 set queue-low 3 $path = "%h/Mail" action "inbox" maildir "${path}/%a/INBOX" account "example.com" pop3s server "example.com" port 995 user "orin" pass "orin" $db = "${base}/duplicates" $key = "%[message_id]" cache $db expire 1 week match all action "inbox" match case "X-Spam" in headers action "drop"