Displaying 1 result from an estimated 1 matches for "killspaminfolder".
2006 Apr 29
1
How to notify dovecot that maildir contents is changed by third-party helper ?
...us" && return 1
if [ -n "$score2clean" ]; then
local spamscore=${spamstatus##*score=}
spamscore=${spamscore%%.*}
test "$spamscore" -lt "$score2clean" && return 1
fi
return 0
}
KillSpamInFolder() # $1 = kill-label folder to check
{
local dir2clean=$(dirname $1)/$INBOX_DIRNAME
local score2clean=$(basename $1)
score2clean=${score2clean##${KILLSPAM_DIRNAME}.}
test "$score2clean" -ge 1 -a "$score2clean" -le 50000 > /dev/null 2>&a...