Displaying 1 result from an estimated 1 matches for "killspam".
2006 Apr 29
1
How to notify dovecot that maildir contents is changed by third-party helper ?
...D 4.11.
mail = maildir:/var/vmail/default/%1n/%n
WBR, Ilya
-------------------------------------------------
#!/bin/bash
#
# CleanupMailboxSpam
#
# Tracks mail directories of Dovecot IMAP server
# and moves/removes all messages marked as spam by SpamAssassin:
#
# * When mailbox contains "KillSpam.<number>" subfolder,
# all spam messages with score >= <number> are removed.
# * When mailbox contains "Spam" subfolder,
# all remaining spam messages are moved to this subfolder.
# * When mailbox contains "KillSpam" subfolder,
# all remaining spam...