Is there a way that I can quickly remove emails in a default mail box? As we have a couple of accounts with about 800mb of spam in them which need clearing out?
cheers.
Is there a way that I can quickly remove emails in a default mail box? As we have a couple of accounts with about 800mb of spam in them which need clearing out?
cheers.
from ssh,
For Unread:
For Read:Code:rm -fv /home/USERNAME/mail/new/*
Obviously replacing 'USERNAME' with the user in questionCode:rm -fv /home/USERNAME/mail/cur/*
thank you very much!![]()