Add usage notes.

This commit is contained in:
waterson%netscape.com 1999-11-17 22:30:35 +00:00
parent d90ac16633
commit ad9879c908

View File

@ -20,11 +20,22 @@
# Contributor(s):
# Chris Waterson <waterson@netscape.com>
#
# $Id: handle-mail.pl,v 1.1 1999/11/17 20:52:45 waterson%netscape.com Exp $
# $Id: handle-mail.pl,v 1.2 1999/11/17 22:30:35 waterson%netscape.com Exp $
#
#
# ``sendmail'' handler to receive data on the server.
# ``sendmail'' handler to receive data on the server. Cooperates with
# ``make-data.pl'', the data collection script.
#
# To use, create an account on your server; e.g., "leak-o-matic", that
# will receive mail from the data collector. In this account's home
# directory, create a .forward file that containes the following
#
# "|handle-mail.pl --datadir=whatever"
#
# Yes, the quotes are important. Depending on your sendmail
# configuration, you may need to place the ``handle-mail.pl'' script
# in a special directory; e.g., /etc/smrsh on a vanilla RH6.0 system.
#
use 5.004;