K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-06-09T10:53:59.000000Z
K 7
svn:log
V 925
From: Russell Vincent <russellv@uk.uu.net>

This patch adds the capability to perl filter by Message-ID at
the article CHECK/IHAVE stage and also to refuse Message-ID's
starting with '<cancel.'. No history lookup/add is done on
the assumption that it is quicker to do this check.

Perl side modified from patch by Jeremy Nixon <jeremy@exit109.com>
available at: ftp://ftp.exit109.com/users/jeremy/messageid.patch

README.perl_hook
 - add doc about new perl hook

doc/inn.conf.5
 - document refusecybercancels option

include/innconf.h
 - add refusecybercancels option
 - reformat the columns to make it more readable

include/libinn.h
lib/getconfig.c
samples/inn.conf.in
 - add refusecybercancels option

innd/chan.c
innd/innd.h
innd/status.c
 - add refusecybercancels option with logging to inn.status

innd/nc.c
 - add refusecybercancels option
 - add call to perl Message-ID check

innd/perl.c
 - add Message-ID perl hook

END
