Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!henry
From: henry@utzoo.UUCP (Henry Spencer)
Newsgroups: net.wanted.sources,net.unix-wizards
Subject: Re: Extra MAIL messages (cobwebs)
Message-ID: <5995@utzoo.UUCP>
Date: Thu, 26-Sep-85 13:36:13 EDT
Article-I.D.: utzoo.5995
Posted: Thu Sep 26 13:36:13 1985
Date-Received: Thu, 26-Sep-85 13:36:13 EDT
References: <10283@ucbvax.ARPA> <1161@srcsip.UUCP>, <2281@sunybcs.UUCP>
Organization: U of Toronto Zoology
Lines: 13

> Here's a handy little program that points out the mailboxes
> which are unusually large or unusually old -- cobwebs
> ... [there follows about 300 lines of C]

What's wrong with

	find /usr/spool/mail -type f '(' -size +50 -o -atime +30 ')' -print

(Find all mailboxes which are bigger than 50 blocks or have not been
read in the last 30 days, and print their names.)
-- 
				Henry Spencer @ U of Toronto Zoology
				{allegra,ihnp4,linus,decvax}!utzoo!henry