[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Questions on pop3 servers



* Mike Dresser <mdresser@windsormachine.com> [2001.11.16 09:30:15-0500]:
> What program would i use to remove old messages automatically once a month
> or something?
> 
> Although, I suspect some ls -l magic with a sort piped into rm would work
> ;)

find . -ctime 60 | xargs rm -f

check before doing it.

-- 
martin;              (greetings from the heart of the sun.)
  \____ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
  
click the start menu and select 'shut down.'

Attachment: pgpetqmfFyv6R.pgp
Description: PGP signature


Reply to: