Received: from localhost (daemon@localhost) by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id VAA20157; Wed, 30 Oct 1996 21:42:45 -0500 Received: by CS.UTK.EDU (bulk_mailer v1.7); Wed, 30 Oct 1996 21:41:20 -0500 Received: by CS.UTK.EDU (cf v2.9s-UTK) id VAA19737; Wed, 30 Oct 1996 21:41:18 -0500 Received: from koobera.math.uic.edu (qmailr@koobera.math.uic.edu [128.248.178.247]) by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id VAA19731; Wed, 30 Oct 1996 21:41:16 -0500 Received: (qmail 8200 invoked by uid 666); 31 Oct 1996 02:46:26 -0000 Date: 31 Oct 1996 02:46:25 -0000 Message-ID: <19961031024625.8199.qmail@koobera.math.uic.edu> From: "D. J. Bernstein" To: drums@cs.utk.edu Subject: Re: What does 'higher priority' mean > But this is quite readable: It becomes less so when you add the disambiguating parentheses: destination = ( "To:" 1#address ) / ( "Cc:" 1#address ) / ( "Bcc:" #address ) I prefer to-field = "To:" 1#address cc-field = "Cc:" 1#address bcc-field = "Bcc:" #address destination = to-field / cc-field / bcc-field ---Dan