Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!pasteur!ucbvax!PAWL.RPI.EDU!ault From: ault@PAWL.RPI.EDU (James Ault) Newsgroups: comp.mail.mh Subject: Re: # signs in inbox Message-ID: <12064.599498467@imagine.pawl.rpi.edu> Date: 30 Dec 88 15:21:07 GMT References: <8812021334.AA04237@PacRat.NPAC.syr.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 24 > > I notice that when I refile items from my inbox the orignal messages > > are stored in files with the same number but with a '#' sign in > > the first position. Are these removed by mh? > On systems I know of, they're removed by cron(8), with a line in the crontab > file. The line looks something like this: > 45 3 * * * find / -name "[,#]*" -type f -atime +7 -print | xargs rm -f > Once a day (at 3:45 AM) it searches the filesystem for files whose name > starts with "#" or "," and which haven't been read or written in 7 days. > It removes those files. > --Jerry Peek, Northeast Parallel Architectures Center, Syracuse, NY > jerryp@cmx.npac.syr.edu These files can be removed by MH if you specify it in your .mh_profile: rmmproc: /bin/rm I believe this will replace the default of /bin/mv. --Jim Ault, Postmaster, Rensselaer Polytechnic Institute, Troy, NY ault@itsgw.rpi.edu ault@rpitsgw.BITNET