Displaying 1 result from an estimated 1 matches for "dir2clean".
2006 Apr 29
1
How to notify dovecot that maildir contents is changed by third-party helper ?
...en
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>&1 || score2clean=
find "$dir2clean" -type f | w...