home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft__misc / cyn < prev    next >
Internet Message Format  |  1997-10-17  |  21KB

  1. Return-Path: dcrocker@imc.org 
  2. Received: from ns.cnri.reston.va.us (cnri [132.151.1.1])
  3.     by ietf.org (8.8.7/8.8.7a) with ESMTP id MAA10660
  4.     for <internet-drafts@ietf.org>; Fri, 17 Oct 1997 12:18:29 -0400 (EDT)
  5. Received: from proper.com (proper.com [165.227.249.2])
  6.     by ns.cnri.reston.va.us (8.8.5/8.8.7a) with ESMTP id MAA17423
  7.     for <internet-drafts@cnri.reston.va.us>; Fri, 17 Oct 1997 12:21:31 -0400 (EDT)
  8. Received: from dcrocker-omni (equant-208-212-202-65.ipass.com [208.212.202.65]) by proper.com (8.8.7/8.7.3) with SMTP id JAA06433; Fri, 17 Oct 1997 09:14:57 -0700 (PDT)
  9. Message-Id: <199710171614.JAA06433@proper.com>
  10. X-Sender: dhcmail@imc.org
  11. X-Mailer: QUALCOMM Windows Eudora Pro 4.0 Beta 1 (build 175)
  12. Date: Fri, 17 Oct 1997 18:12:48 +0200
  13. To: internet-drafts@cnri.reston.va.us
  14. From: Dave Crocker / IMC <dcrocker@imc.org>
  15. Subject: DRAFT-DRUMS-ABNF-08.TXT
  16. Cc: Harald.T.Alvestrand@uninett.no, Keith Moore <moore@cs.utk.edu>,
  17.         paulo@turnpike.com, Chris Newman <Chris.Newman@innosoft.com>
  18. Mime-Version: 1.0
  19. Content-Type: multipart/mixed; boundary="=====================_877097568==_"
  20. Content-Length: 20280
  21.  
  22. --=====================_877097568==_
  23. Content-Type: text/plain; charset="us-ascii"
  24.  
  25. fingers crossed.
  26.  
  27. this is supposed to be the really and truly final version.
  28.  
  29. d/
  30. --=====================_877097568==_
  31. Content-Type: text/plain; charset="iso-8859-1"
  32. Content-Transfer-Encoding: 8bit
  33. Content-Disposition: attachment; filename="Abnf14.txt"
  34.  
  35. Network Working Group                         D. Crocker (editor)
  36. Internet-Draft:  DRAFT-DRUMS-ABNF-                  Internet Mail
  37.      08.txt                                            Consortium
  38. Expiration <4/98>                                    Paul Overell
  39.                                                Demon Internet Ltd
  40.                                                                  
  41.                                 
  42.                                 
  43.                                 
  44.                                 
  45.           Augmented BNF for Syntax Specifications: ABNF
  46.                                 
  47.                                 
  48.                                 
  49.  
  50. STATUS OF THIS MEMO
  51.  
  52. This document is an Internet-Draft.  Internet-Drafts are working
  53. documents of the Internet Engineering Task Force (IETF), its
  54. areas, and its working groups.  Note that other groups may also
  55. distribute working documents as Internet-Drafts.
  56.  
  57. Internet-Drafts are draft documents valid for a maximum of six
  58. months and may be updated, replaced, or obsoleted by other
  59. documents at any time.  It is inappropriate to use Internet-
  60. Drafts as reference material or to cite them other than as ``work
  61. in progress.''
  62.  
  63. To learn the current status of any Internet-Draft, please check
  64. the ``1id-abstracts.txt'' listing contained in the Internet-
  65. Drafts Shadow Directories on ftp.is.co.za (Africa), nic.nordu.net
  66. (Europe), munnari.oz.au (Pacific Rim), ds.internic.net (US East
  67. Coast), or ftp.isi.edu (US West Coast).
  68.  
  69.  
  70. TABLE OF CONTENTS
  71.  
  72.  
  73.  
  74. 1. INTRODUCTION
  75.  
  76. 2. RULE DEFINITION
  77. 2.1 RULE NAMING
  78. 2.2 RULE FORM
  79. 2.3 TERMINAL VALUES
  80. 2.4 EXTERNAL ENCODINGS
  81.  
  82. 3. OPERATORS
  83. 3.1 CONCATENATION   RULE1
  84.     RULE2
  85. 3.2 ALTERNATIVES RULE1 / RULE2
  86. 3.3 INCREMENTAL ALTERNATIVES
  87.     RULE1 =/ RULE2
  88. 3.4 VALUE RANGE ALTERNATIVES
  89.     %C##-##
  90. 3.5 SEQUENCE GROUP (RULE1
  91.     RULE2)
  92. 3.6 VARIABLE REPETITION *RULE
  93. 3.7 SPECIFIC REPETITION NRULE
  94. 3.8 OPTIONAL SEQUENCE [RULE]
  95. 3.9 ; COMMENT
  96. 3.10 OPERATOR PRECEDENCE
  97.  
  98. 4. ABNF DEFINITION OF ABNF
  99.  
  100. 5. SECURITY CONSIDERATIONS
  101.  
  102. 6. APPENDIX A - CORE
  103. 6.1 CORE RULES
  104. 6.2 COMMON ENCODING
  105.  
  106. 7. ACKNOWLEDGMENTS
  107.  
  108. 8. REFERENCES
  109.  
  110. 9. CONTACT
  111.  
  112.  
  113.  
  114. 1.   INTRODUCTION
  115.  
  116. Internet technical specifications often need to define a format
  117. syntax and are free to employ whatever notation their authors
  118. deem useful.  Over the years, a modified version of Backus-Naur
  119. Form (BNF), called Augmented BNF (ABNF), has been popular among
  120. many Internet specifications.  It balances compactness and
  121. simplicity, with reasonable representational power.  In the early
  122. days of the Arpanet, each specification contained its own
  123. definition of ABNF.  This included the email specifications,
  124. RFC733 and then RFC822 which have come to be the common citations
  125. for defining ABNF.  The current document separates out that
  126. definition, to permit selective reference.  Predictably, it also
  127. provides some modifications and enhancements.
  128.  
  129. The differences between standard BNF and ABNF involve naming
  130. rules, repetition, alternatives, order-independence, and value
  131. ranges.  Appendix A (Core) supplies rule definitions and encoding
  132. for a core lexical analyzer of the type common to several
  133. Internet specifications.  It is provided as a convenience and is
  134. otherwise separate from the meta language defined in the body of
  135. this document, and separate from its formal status.
  136.  
  137.  
  138.  
  139. 2.   RULE DEFINITION
  140.  
  141. 2.1  Rule Naming
  142.  
  143. The name of a rule is simply the name itself; that is, a sequence
  144. of characters, beginning with  an alphabetic character, and
  145. followed by a combination of alphabetics, digits and hyphens
  146. (dashes).
  147.      
  148.      NOTE:     Rule names are case-insensitive
  149.  
  150. The names <rulename>, <Rulename>, <RULENAME> and <rUlENamE> all
  151. refer to the same rule.
  152.  
  153. Unlike original BNF, angle brackets ("<", ">") are not  required.
  154. However, angle brackets may be used around a rule name whenever
  155. their presence will facilitate discerning the use of  a rule
  156. name.  This is typically restricted to rule name references in
  157. free-form prose, or to distinguish partial rules that combine
  158. into a string not separated by white space, such as shown in the
  159. discussion about repetition, below.
  160.  
  161. 2.2  Rule Form
  162.  
  163. A rule is defined by the following sequence:
  164.      
  165.      name =  elements crlf
  166.  
  167. where <name> is the name of the rule, <elements> is one or more
  168. rule names or terminal specifications and <crlf> is the end-of-
  169. line indicator, carriage return followed by line feed.  The equal
  170. sign separates the name from the definition of the rule.  The
  171. elements form a sequence of one or more rule names and/or value
  172. definitions, combined according to the various operators, defined
  173. in this document, such as alternative and repetition.
  174.  
  175. For visual ease, rule definitions are left aligned.  When a rule
  176. requires multiple lines, the continuation lines are indented.
  177. The left alignment and indentation are relative to the first
  178. lines of the ABNF rules and need not match the left margin of the
  179. document.
  180.  
  181. 2.3  Terminal Values
  182.  
  183. Rules resolve into a string of terminal values, sometimes called
  184. characters.  In ABNF a character is merely a non-negative
  185. integer.  In certain contexts a specific mapping (encoding) of
  186. values into a character set (such as ASCII) will be specified.
  187.  
  188. Terminals are specified by one or more numeric characters with
  189. the base interpretation of those characters indicated explicitly.
  190. The following bases are currently defined:
  191.      
  192.      b           =  binary
  193.      
  194.      d           =  decimal
  195.      
  196.      x           =  hexadecimal
  197.  
  198. Hence:
  199.      
  200.      CR          =  %d13
  201.      
  202.      CR          =  %x0D
  203.  
  204. respectively specify the decimal and hexadecimal representation
  205. of [US-ASCII] for carriage return.
  206.  
  207. A concatenated string of such values is specified compactly,
  208. using a period (".") to indicate separation of characters within
  209. that value.  Hence:
  210.      
  211.      CRLF        =  %d13.10
  212.  
  213. ABNF permits specifying literal text string directly, enclosed in
  214. quotation-marks.  Hence:
  215.      
  216.      command     =  "command string"
  217.  
  218. Literal text strings are interpreted as a concatenated set of
  219. printable characters.
  220.      
  221.      NOTE:     ABNF strings are case-insensitive and
  222.                the character set for these strings is
  223.                us-ascii.
  224.  
  225. Hence:
  226.      
  227.      rulename = "abc"
  228.  
  229. and:
  230.      
  231.      rulename = "aBc"
  232.  
  233. will match "abc", "Abc", "aBc", "abC", "ABc", "aBC", "AbC" and
  234. "ABC".
  235.                                 
  236.            To specify a rule which IS case SENSITIVE,
  237.               specify the characters individually.
  238.  
  239. For example:
  240.      
  241.      rulename    =  %d97 %d98 %d99
  242.  
  243. or
  244.      
  245.      rulename    =  %d97.98.99
  246.  
  247. will match only the string which comprises only lowercased
  248. characters, abc.
  249.  
  250. 2.4  External Encodings
  251.  
  252. External representations of terminal value characters will vary
  253. according to constraints in the storage or transmission
  254. environment.  Hence, the same ABNF-based grammar may have
  255. multiple external encodings, such as one for a 7-bit US-ASCII
  256. environment, another for a binary octet environment and still a
  257. different one when 16-bit Unicode is used.  Encoding details are
  258. beyond the scope of ABNF, although Appendix A (Core) provides
  259. definitions for a 7-bit US-ASCII environment as has been common
  260. to much of the Internet.
  261.  
  262. By separating external encoding from the syntax, it is intended
  263. that alternate encoding environments can be used for the same
  264. syntax.
  265.  
  266.  
  267.  
  268. 3.   OPERATORS
  269.  
  270. 3.1  Concatenation                                  Rule1 Rule2
  271.  
  272. A rule can define a simple, ordered string of values -- i.e., a
  273. concatenation of contiguous characters -- by listing a sequence
  274. of rule names.  For example:
  275.      
  276.      foo         =  %x61           ; a
  277.      
  278.      bar         =  %x62           ; b
  279.      
  280.      mumble      =  foo bar foo
  281.  
  282. So that the rule <mumble> matches the lowercase string "aba".
  283.  
  284. LINEAR WHITE SPACE:  Concatenation is at the core of the ABNF
  285. parsing model.  A string of contiguous characters (values) is
  286. parsed according to the rules defined in ABNF.  For Internet
  287. specifications, there is some history of permitting linear white
  288. space (space and horizontal tab) to be freely╨and
  289. implicitly╨interspersed around major constructs, such as
  290. delimiting special characters or atomic strings.
  291.      
  292.      NOTE:     This specification for ABNF does not
  293.                provide for implicit specification of
  294.                linear white space.
  295.  
  296. Any grammar which wishes to permit linear white space around
  297. delimiters or string segments must specify it explicitly.  It is
  298. often useful to provide for such white space in "core" rules that
  299. are then used variously among higher-level rules.  The "core"
  300. rules might be formed into a lexical analyzer or simply be part
  301. of the main ruleset.
  302.  
  303. 3.2  Alternatives                               Rule1 / Rule2
  304.  
  305. Elements separated by forward slash ("/") are alternatives.
  306. Therefore,
  307.      
  308.      foo / bar
  309.  
  310. will accept <foo> or <bar>.
  311.      
  312.      NOTE:     A quoted string containing alphabetic
  313.                characters is special form for
  314.                specifying alternative characters and is
  315.                interpreted as a non-terminal
  316.                representing the set of combinatorial
  317.                strings with the contained characters,
  318.                in the specified order but with any
  319.                mixture of upper and lower case..
  320.  
  321. 3.3  Incremental Alternatives                    Rule1 =/ Rule2
  322.  
  323. It is sometimes convenient to specify a list of alternatives in
  324. fragments.  That is, an initial rule may match one or more
  325. alternatives, with later rule definitions adding to the set of
  326. alternatives.  This is particularly useful for otherwise-
  327. independent specifications which derive from the same parent rule
  328. set, such as often occurs with parameter lists.  ABNF permits
  329. this incremental definition through the construct:
  330.      
  331.      oldrule     =/ additional-alternatives
  332.  
  333. So that the rule set
  334.      
  335.      ruleset     =  alt1 / alt2
  336.      
  337.      ruleset     =/ alt3
  338.      
  339.      ruleset     =/ alt4 / alt5
  340.  
  341. is the same as specifying
  342.      
  343.      ruleset     =  alt1 / alt2 / alt3 / alt4 / alt5
  344.  
  345. 3.4  Value Range Alternatives                           %c##-##
  346.  
  347. A range of alternative numeric values can be specified compactly,
  348. using dash ("-") to indicate the range of alternative values.
  349. Hence:
  350.      
  351.      DIGIT       =  %x30-39
  352.  
  353. is equivalent to:
  354.      
  355.      DIGIT       =  "0" / "1" / "2" / "3" / "4" / "5" / "6" /
  356.      
  357.                          "7" / "8" / "9"
  358.  
  359. Concatenated numeric values and numeric value ranges can not be
  360. specified in the same string.  A numeric value may use the dotted
  361. notation for concatenation or it may use the dash notation to
  362. specify one value range.  Hence, to specify one printable
  363. character, between end of line sequences, the specification could
  364. be:
  365.      
  366.      onechar-line = %x0D.0A %x20-7E %x0D.0A
  367.  
  368. 3.5  Sequence Group                             (Rule1 Rule2)
  369.  
  370. Elements enclosed in parentheses are treated as a single element,
  371. whose contents are STRICTLY ORDERED.   Thus,
  372.      
  373.      elem (foo / bar) blat
  374.  
  375. which matches (elem foo blat) or (elem bar blat).
  376.      
  377.      elem foo / bar blat
  378.  
  379. matches (elem foo) or (bar blat).
  380.      
  381.      NOTE:     It is strongly advised to use grouping
  382.                notation, rather than to rely on proper
  383.                reading of "bare" alternations, when
  384.                alternatives consist of multiple rule
  385.                names or literals.
  386.  
  387. Hence it is recommended that instead of the above form, the form:
  388.      
  389.      (elem foo) / (bar blat)
  390.  
  391. be used.  It will avoid misinterpretation by casual readers.
  392.  
  393. The sequence group notation is also used within free text to set
  394. off an element sequence from the prose.
  395.  
  396. 3.6  Variable Repetition                                *Rule
  397.  
  398. The operator "*" preceding an element indicates repetition. The
  399. full form is:
  400.      
  401.      <a>*<b>element
  402.  
  403. where <a> and <b> are optional decimal values, indicating at
  404. least <a> and at most <b> occurrences of element.
  405.  
  406. Default values are 0 and infinity so that *<element> allows any
  407. number, including zero; 1*<element> requires at  least  one;
  408. 3*3<element> allows exactly 3 and 1*2<element> allows one or two.
  409.  
  410. 3.7  Specific Repetition                                  nRule
  411.  
  412. A rule of the form:
  413.      
  414.      <n>element
  415.  
  416. is equivalent to
  417.      
  418.      <n>*<n>element
  419.  
  420. That is, exactly  <N>  occurrences  of <element>. Thus 2DIGIT is
  421. a 2-digit number, and 3ALPHA is a string of three alphabetic
  422. characters.
  423.  
  424. 3.8  Optional Sequence                                   [RULE]
  425.  
  426. Square brackets enclose an optional element sequence:
  427.      
  428.      [foo bar]
  429.  
  430. is equivalent to
  431.      
  432.      *1(foo bar).
  433.  
  434. 3.9  ; Comment
  435.  
  436. A semi-colon starts a comment that continues to the end of line.
  437. This is a simple way of including useful notes in parallel with
  438. the specifications.
  439.  
  440. 3.10 Operator Precedence
  441.  
  442. The various mechanisms described above have the following
  443. precedence, from highest (binding tightest) at the top, to lowest
  444. and loosest at the bottom:
  445.      
  446.      Strings, Names formation
  447.      Comment
  448.      Value range
  449.      Repetition
  450.      Grouping, Optional
  451.      Concatenation
  452.      Alternative
  453.  
  454. Use of the alternative operator, freely mixed with concatenations
  455. can be confusing.
  456.      
  457.      Again, it is recommended that the grouping
  458.      operator be used to make explicit concatenation
  459.      groups.
  460.  
  461.  
  462.  
  463. 4.   ABNF DEFINITION OF ABNF
  464.  
  465. This syntax uses the rules provided in Appendix A (Core).
  466.      
  467.      rulelist       =  1*( rule / (*c-wsp c-nl) )
  468.      
  469.      rule           =  rulename defined-as elements c-nl
  470.                             ; continues if next line starts
  471.                             ;  with white space
  472.      
  473.      rulename       =  ALPHA *(ALPHA / DIGIT / "-")
  474.      
  475.      defined-as     =  *c-wsp ("=" / "=/") *c-wsp
  476.                             ; basic rules definition and
  477.                             ;  incremental alternatives
  478.      
  479.      elements       =  alternation *c-wsp
  480.      
  481.      c-wsp          =  WSP / (c-nl WSP)
  482.      
  483.      c-nl           =  comment / CRLF
  484.                             ; comment or newline
  485.      
  486.      comment        =  ";" *(WSP / VCHAR) CRLF
  487.      
  488.      alternation    =  concatenation
  489.                        *(*c-wsp "/" *c-wsp concatenation)
  490.      
  491.      concatenation  =  repetition *(1*c-wsp repetition)
  492.      
  493.      repetition     =  [repeat] element
  494.      
  495.      repeat         =  1*DIGIT / (*DIGIT "*" *DIGIT)
  496.      
  497.      element        =  rulename / group / option /
  498.                        char-val / num-val / prose-val
  499.      
  500.      group          =  "(" *c-wsp alternation *c-wsp ")"
  501.      
  502.      option         =  "[" *c-wsp alternation *c-wsp "]"
  503.      
  504.      char-val       =  DQUOTE *(%x20-21 / %x23-7E) DQUOTE
  505.                             ; quoted string of SP and VCHAR
  506.                                without DQUOTE
  507.      
  508.      num-val        =  "%" (bin-val / dec-val / hex-val)
  509.      
  510.      bin-val        =  "b" 1*BIT
  511.                        [ 1*("." 1*BIT) / ("-" 1*BIT) ]
  512.                             ; series of concatenated bit values
  513.                             ; or single ONEOF range
  514.      
  515.      dec-val        =  "d" 1*DIGIT
  516.                        [ 1*("." 1*DIGIT) / ("-" 1*DIGIT) ]
  517.      
  518.      hex-val        =  "x" 1*HEXDIG
  519.                        [ 1*("." 1*HEXDIG) / ("-" 1*HEXDIG) ]
  520.      
  521.      prose-val      =  "<" *(%x20-3D / %x3F-7E) ">"
  522.                             ; bracketed string of SP and VCHAR
  523.                                without angles
  524.                             ; prose description, to be used as
  525.                                last resort
  526.  
  527.  
  528.  
  529. 5.   SECURITY CONSIDERATIONS
  530.  
  531. Security is truly believed to be irrelevant to this document.
  532.  
  533.  
  534.  
  535. 6.   APPENDIX A - CORE
  536.  
  537. This Appendix is provided as a convenient core for specific
  538. grammars.  The definitions may be used as a core set of rules.
  539.  
  540. 6.1  Core Rules
  541.  
  542. Certain  basic  rules  are  in uppercase, such as SP, HTAB, CRLF,
  543. DIGIT, ALPHA, etc.
  544.      
  545.      ALPHA          =  %x41-5A / %x61-7A   ; A-Z / a-z
  546.      
  547.      BIT            =  "0" / "1"
  548.      
  549.      CHAR           =  %x01-7F
  550.                             ; any 7-bit US-ASCII character,
  551.                                excluding NUL
  552.      
  553.      CR             =  %x0D
  554.                             ; carriage return
  555.      
  556.      CRLF           =  CR LF
  557.                             ; Internet standard newline
  558.      
  559.      CTL            =  %x00-1F / %x7F
  560.                             ; controls
  561.      
  562.      DIGIT          =  %x30-39
  563.                             ; 0-9
  564.      
  565.      DQUOTE         =  %x22
  566.                             ; " (Double Quote)
  567.      
  568.      HEXDIG         =  DIGIT / "A" / "B" / "C" / "D" / "E" / "F"
  569.      
  570.      HTAB           =  %x09
  571.                             ; horizontal tab
  572.      
  573.      LF             =  %x0A
  574.                             ; linefeed
  575.      
  576.      LWSP           =  *(WSP / CRLF WSP)
  577.                             ; linear white space (past newline)
  578.      
  579.      OCTET          =  %x00-FF
  580.                             ; 8 bits of data
  581.      
  582.      SP             =  %x20
  583.                             ; space
  584.      
  585.      VCHAR          =  %x21-7E
  586.                             ; visible (printing) characters
  587.      
  588.      WSP            =  SP / HTAB
  589.                             ; white space
  590.  
  591. 6.2  Common Encoding
  592.  
  593. Externally, data are represented as "network virtual ASCII",
  594. namely 7-bit US-ASCII in an 8-bit field, with the high (8th) bit
  595. set to zero.  A string of values is in "network byte order" with
  596. the higher-valued bytes represented on the left-hand side and
  597. being sent over the network first.
  598.  
  599.  
  600.  
  601. 7.   ACKNOWLEDGMENTS
  602.  
  603. The syntax for ABNF was originally specified in RFC #733.  Ken L.
  604. Harrenstien, of SRI International, was responsible for re-coding
  605. the BNF into an augmented BNF that makes the representation
  606. smaller and easier to understand.
  607.  
  608. This recent project began as a simple effort to cull out the
  609. portion of RFC 822 which has been repeatedly cited by non-email
  610. specification writers, namely the description of augmented BNF.
  611. Rather than simply and blindly converting the existing text into
  612. a separate document, the working group chose to give careful
  613. consideration to the deficiencies, as well as benefits, of the
  614. existing specification and related specifications available over
  615. the last 15 years and therefore to pursue enhancement.  This
  616. turned the project into something rather more ambitious than
  617. first intended.  Interestingly the result is not massively
  618. different from that original, although decisions such as removing
  619. the list notation came as a surprise.
  620.  
  621. The current round of specification was part of the DRUMS working
  622. group, with significant contributions from Jerome Abela , Harald
  623. Alvestrand, Robert Elz, Roger Fajman, Aviva Garrett, Tom Harsch,
  624. Dan Kohn, Bill McQuillan, Keith Moore, Chris Newman , Pete
  625. Resnick and Henning Schulzrinne.
  626.  
  627.  
  628.  
  629. 8.   REFERENCES
  630.  
  631. [US-ASCII]     Coded Character Set--7-Bit American Standard Code
  632. for Information Interchange, ANSI X3.4-1986.
  633.  
  634. [RFC733]  Crocker,  D.H., Vittal,  J.J., Pogran,  K.T.,
  635. Henderson,  D.A. "Standard  for  the  Format  of  ARPA  Network
  636. Text Message," RFC  733, November 1977.
  637.  
  638. [RFC822]  Crocker, D., "Standard for the Format of ARPA Internet
  639. Text Messages", RFC 822, August, 1982.
  640.  
  641.  
  642.  
  643. 9.   CONTACT
  644.  
  645.  
  646. David H. Crocker                 Paul Overell
  647.                                  
  648. Internet Mail Consortium         Demon Internet Ltd
  649. 675 Spruce Dr.                   Dorking Business Park
  650. Sunnyvale, CA 94086 USA          Dorking
  651.                                  Surrey, RH4 1HN
  652. <dcrocker@imc.org>               UK
  653.                                  
  654. Phone:         +1 408 246 8253   <paulo@turnpike.com>
  655. Fax:      +1 408 249 6205        
  656.  
  657.  
  658.  
  659. --=====================_877097568==_
  660. Content-Type: text/plain; charset="us-ascii"
  661.  
  662.  
  663. --------------------
  664. Dave Crocker                                          dcrocker@imc.org
  665. Internet Mail Consortium                               +1 408 246 8253
  666. 675 Spruce Dr.                                    fax: +1 408 249 6205
  667. Sunnyvale, CA 94086 USA              info@imc.org , http://www.imc.org
  668. --=====================_877097568==_--
  669.  
  670.