X-Alens-uprop: save-for=1 year
Received: by ATHENA-PO-2.MIT.EDU (5.45/4.7) id AA25725; Mon, 2 Oct 89 05:12:11 EDT
Received: from MORPHEUS.MIT.EDU by ATHENA.MIT.EDU with SMTP
	id AA09599; Mon, 2 Oct 89 05:14:01 EDT
From: rap@ATHENA.MIT.EDU
Received: by MORPHEUS.MIT.EDU (5.61/4.7) id AA15118; Mon, 2 Oct 89 05:11:57 -0400
Date: Mon, 2 Oct 89 05:11:57 -0400
Message-Id: <8910020911.AA15118@MORPHEUS.MIT.EDU>
To: argus2@ATHENA.MIT.EDU
Subject: new verb names

I had to change the rule format on disk to accomodate the new verb names.
You will have to not only change your old verb names but you will have to
quote the new verbs as well.  
i.e.
 
an old rule


$created 623321902
$updated 623321902
$name hello
$if
  "Message Type:" "" "MSG" "Integer" %0
  "To:" "contains" "" "Case Insensitive with Commas as ORs" %0
  "Subject:" "contains" "" "Case Insensitive with Commas as ORs" %0
  "Cc:" "contains" "" "Case Insensitive with Commas as ORs" %0
  "Date:" "is before" "" "Date" %0
 %and 5
$then
 "foo %rf" %shell 1
$end

and its new equivalent.

$created 623321902
$updated 623321902
$name hello
$if
  "Message Type:" "" "MSG" "Integer" %0
  "To:" "contains" "" "Case Insensitive with Commas as ORs" %0
  "Subject:" "contains" "" "Case Insensitive with Commas as ORs" %0
  "Cc:" "contains" "" "Case Insensitive with Commas as ORs" %0
  "Date:" "is before" "" "Date" %0
 %and 5
$then
 "foo %rf" %"formatted shell command" 1
$end


I am recompiling all the new stuff now.  The executables in 1.0 still use
the old version.  Whoever updates the new executables should also copy
/mit/rap/.argus.profile to .../argus/argusprofile1.0 and change the
NextProfilePath component to $(HOME)/.argus.profile.

I don't suspext anybody should do this untill I get back (probably sometime
today around 1 or 2).  But I'm telling you in case you get antsy.

	__Rich.
