From 673a1cb38f6acc8824bf0a7c7bf091ca4b4dcef5 Mon Sep 17 00:00:00 2001 From: David Byers Date: Sat, 9 Oct 1999 17:01:55 +0000 Subject: [PATCH] Bug fix in description of content-type aux-item Bug fix in validation regexp for mx-date Reserved a range of aux-items for komimportmail --- ChangeLog | 13 +++++++++++++ doc/Protocol-A.texi | 5 +++-- run-support/aux-items.conf | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e5b1289..13224e6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +1999-10-09 David Byers + + * doc/Protocol-A.texi (Client-Specific Aux-Item Types): Added + komimportmail to reserved range. + + * run-support/aux-items.conf: Fixed date validation regexp. + +1999-08-13 David Byers + + * doc/Protocol-A.texi (Predefined Aux-Item Types): Changed "of" to + "or" in documentation of content-type. The old wording was + incorrect and conveyed the wrong idea. + 1999-09-19 Per Cederqvist Prepare for dbck improvement. diff --git a/doc/Protocol-A.texi b/doc/Protocol-A.texi index 5203b340..df9e9071 100644 --- a/doc/Protocol-A.texi +++ b/doc/Protocol-A.texi @@ -2,7 +2,7 @@ @c @c FIXME: Explain how the garb works with nice and keep-commented @c -@c $Id: Protocol-A.texi,v 1.93 1999/08/18 11:15:48 ceder Exp $ +@c $Id: Protocol-A.texi,v 1.94 1999/10/09 17:01:52 byers Exp $ @c %**start of header @setfilename protocol-a.info @settitle LysKOM Protocol A @@ -838,7 +838,7 @@ return an error (illegal-aux-item.) @table @samp @item content-type [1] (text) -Specifies the content type of a text. Data is a valid MIME type of one +Specifies the content type of a text. Data is a valid MIME type or one of the special LysKOM types (@pxref{LysKOM Content Types}.) This item may only be set by the author of a text. The inherit, secret @@ -1191,6 +1191,7 @@ client or in an unassigned range. Assigned ranges will never change. Currently, the following ranges are assigned to clients: @itemize @bullet @item 10000-10099: The Elisp Client +@item 10100-10199: komimportmail @end itemize If you want a range of numbers, send e-mail to the LysKOM development diff --git a/run-support/aux-items.conf b/run-support/aux-items.conf index f8896799..f975c3e2 100644 --- a/run-support/aux-items.conf +++ b/run-support/aux-items.conf @@ -1,5 +1,5 @@ # -# $Id: aux-items.conf,v 1.10 1999/07/25 11:24:01 kent Exp $ +# $Id: aux-items.conf,v 1.11 1999/10/09 17:01:55 byers Exp $ # Copyright (C) 1994-1999 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -305,7 +305,7 @@ author-only = true; unique = true; inherit = false; - validate = "[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\( [-+][0-9][0-9][0-9][0-9]\\)?"; + validate = "[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9]( [-+][0-9][0-9][0-9][0-9])?"; } # -- GitLab