I use dovecot IMAP server and want to delete big unneeded mails:
cd /var/spool/foouser; du -a | sort -rn > /var/tmp/du-mail-foouser.log
Now I see big mails at the top and after looking at them I want to remove them.
Is it safe to just call
"rm ./foofolder/1318412893.M857530P4656.hz1,W=14463815,S=14268320:2,S"
?