I don't believe you can change the sorting in tmda-cgi because it gets its output for the screen by running tmda-pending.
Since you only need a temporary solution anyhow, you can manually run tmda-pending to narrow down the list to, say the top 10 largest pending files? ls -lS ~/.tmda/pending/*.msg | head -10 Then take that list and for each item, do: tmda-pending -b -q -d nnnnnnnnnn.nnnn.msg You can even have multiple file names at the end to delete, just separated by spaces. David --- Administrator <[EMAIL PROTECTED]> wrote: > Is there a way to change how pending is sorted in the cgi? Perhapse > I > have 3000-4000 pending and they are taking up a huge ammount of space > > and I just want to take action on the largest of them. > > > Bryan > > > _____________________________________________ > tmda-users mailing list ([EMAIL PROTECTED]) > http://tmda.net/lists/listinfo/tmda-users __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
