mboxfull

mboxfull is a trivial little program, without any runtime, to send email to users whose email box is nearly full. It does not enforce any limits, just natters at them.

This is intended to be run from cron once a day or so to send messages to users.

There are a number of parameters:


You can pick up the entire archive for version v0.00. This contains all of the files mentioned on this page.

Once you have the tar file, you will need to extract and build it. Do something like the following:

	cd
	mkdir mboxfull
	tar xvfz mboxfull-0.00.tar.gz
	cd mboxfull-0.00
	make
	su
	make install