search for: killspam_dirname

Displaying 1 result from an estimated 1 matches for "killspam_dirname".

2006 Apr 29
1
How to notify dovecot that maildir contents is changed by third-party helper ?
...for testing: doit=echo; export doit; ... # This prints all modification commands instead of executing them. # # Written at Apr 2006 by evseev at sertolovo.ru # VMAIL_TOPDIR=/var/vmail FIND_DEPTH=4 # Debugging values VMAIL_TOPDIR=/var/vmail/default/e/evseev FIND_DEPTH=1 INBOX_DIRNAME=cur KILLSPAM_DIRNAME='.KillSpam' SPAM_DIRNAME='.Spam' MSGHEADLEN=30 RM="/bin/rm -f" MV="/bin/mv -f" #========= Routines ==========================================# IsSpamFile() { local msgfile="$1" score2clean="$2" local spamstatus=...