Exim_help: a help system for Exim.

Author: Hugh Sasse <hgs@dmu.ac.uk>
Date:  July 1999

What is it?
===========

This is a tool to search for information in the 
Exim Specification file, and in the Exim Filter
Specification file.  If available the FAQ is
also searched.

Manifest
========

README		This file.
BUGS		Things I know are wrong or inadequate
		for this implememtation.
INTERNAL	Some documentation about why things
		were written as they were.
TODO		Things I hope to be able to do. 
exim_help	The Perl program itself.
exim_help.8	A manual page for it. (It is to 
		do with mail administration, so I
		put it in section 8. 

Installation
============

You need to make sure that the paths for your 
Perl executable, and the specification files
are correct.  You can put the program anywhere you
like, apart from that.  Similarly the Manual
may go in /usr/local/man/man8, or whereever you
wish

You do need Perl5 for this program.  It uses the
OO features of Perl that Perl4 didn't have.  This
is an attempt to make maintenance easier.


Licencing.
==========

The Gnu Public Licence will suffice.  Don't claim
you wrote it, feel free to send me enhancements and
bug fixes, but if you report bugs I cannot guarantee
I will be able to sort them out for you.
