2 # Gotta be a better way..
3 if [ -e ~
/.no-movemail
]; then
7 if [ -e ~
/.have-spamc
]; then
8 find /home
/james
/Maildir
/cur
/home
/james
/Maildir
/new
-type f |
while read msg
; do
9 procmail
< $msg && rm $msg
12 find /home
/james
/Maildir
/acct-
4/INBOX.unfiltered
/cur
/home
/james
/Maildir
/acct-
4/INBOX.unfiltered
/new
-type f |
while read msg
; do
13 procmail
< $msg && rm $msg
16 killall offlineimap
2>/dev
/null
&& sleep 5 || true