Mon Aug 31 1998

    Changed everything to use $inn::mailcmd instead of innmail, and
    tweaked some of the checks in newgroup.pl (thanks to Neil Murray
    <neil@aone.com.au>)

    Added: bin/controlbatch will clean up after any controlchan
    backlogs or you can use it as a pure file feed and skip the channel
    altogether. (Fluffy)

    Recommended newsfeeds entries are now exploders, since that's what
    is being recommended in INN 2.1-current.

Sat Aug 29 1998, Jeremy Nixon <jeremy@exit109.com>

    Controlchan was loading up all *.pl files, including possibly
    filter_innd.pl and cousins.  Fixed.

    Added syslog support.  To use, you must have run h2ph on your
    include files at some point (to make Sys::Syslog work).  If
    you run syslogd with '-l' this won't work.  Add a line after
    the use like    setlogsock 'unix';   to fix this by using a
    unix-domain socket -- this fix requires Perl 5.004_02 or later.

Tue Aug 25 1998

    The pgpverify stuff was checking for a valid signature, but not
    ensuring that the key matched the control.ctl entry.  Fixed.
    
    Logging of bogus control messages is more terse.

Thu Aug 20 1998
    
    I included the wrong copy of ihave.pl.  Fixed.

Wed Aug 19 1998

    Added the rest of the control messages.  If all are in place,
    parsecontrol should never need to be called (yay).
    
    Sendsys, version and senduuname can recognize and use the doifarg
    action in control.ctl.  How doifarg works: If you receive a message
    with 'Control: (sendsys|version|senduuname) sitename,' mail will be
    sent if (and only if) sitename exactly matches your own path site.
    If the site name is missing the control will be dropped; if the
    name is present but not yours, a one-line log entry will be made.
    Unless you really need this for some reason, the drop action is
    still probably the most sensible.
    
    Cleaned up a bunch of minor things and some silly log messages I
    use for testing.
    
    Made the storage manager tests more consistent, so that we don't
    need to edit things for INN 1.7.
