On 17-Jul-2001 Taras Shuper wrote: > Hi there, > I remember a discussion a while ago on "froz" messages, but i don't have a > copy of it. Is there a way to bulk delete all the "froz" messages in a > sub-level, level or entire server? XMail does not have a single command to delete the whole frozen storage. Maybe You could do it with one of the XMail tools. If You've Linux/FreeBSD/Solaris this solve Your problem : # find spool/ -type f | grep froz | sed 's/froz/slog/' | xargs rm -f # find spool/ -type f | grep froz | xargs rm -f - Davide