From: Adam Dickmeiss Date: Mon, 8 Jan 1996 09:10:54 +0000 (+0000) Subject: Modified to use new input format. X-Git-Tag: ZEBRA.1.0~571 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=38eb1db2fc9ffced78bc97db9895b0b0b4d84b63 Modified to use new input format. --- diff --git a/tab/news.flt b/tab/news.flt index f135d79..c158166 100644 --- a/tab/news.flt +++ b/tab/news.flt @@ -1,6 +1,6 @@ -# $Id: news.flt,v 1.2 1995-12-15 17:19:40 adam Exp $ +# $Id: news.flt,v 1.3 1996-01-08 09:10:54 adam Exp $ %tagset wais -\nFrom: .* {b name d $1 e} -\nSubject: .* {b title d $1 e} -\nDate: .* {b dateOfLastModification d $1 e} -\n\n (\n|.)* {b Body f $1 e} +/From:/ BODY /\n/ {b name d $1 e} +/\nSubject:/ BODY /\n/ {b title d $1 e} +/\nDate:/ BODY /\n/ {b dateOfLastModification d $1 e} +/\n/ /(\n|.)*/ {b Body f $1 e}