From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,25c003cfcba43d0a,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!193.201.147.72.MISMATCH!eweka.nl!hq-usenetpeers.eweka.nl!newsfeed101.telia.com!starscream.dk.telia.net!news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Date: Mon, 31 Jan 2011 11:05:36 +0100 From: =?ISO-8859-1?Q?Thomas_L=F8cke?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101210 Thunderbird/3.1.7 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Very minor nitpick concering gnatcoll-email.ads line 86 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <4d468971$0$23754$14726298@news.sunsite.dk> Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 83.91.213.86 X-Trace: news.sunsite.dk DXC=eC^TZY^C3VJ:1gGYAndM9L:]mhG]N\JaBPdSh0TI0D X-Complaints-To: staff@sunsite.dk Xref: g2news1.google.com comp.lang.ada:16810 Date: 2011-01-31T11:05:36+01:00 List-Id: It reads: CC : constant String := "CC"; But for consistency with RFC5322 shouldn't it read: CC : constant String := "Cc"; I know the RFC doesn't really bother with case sensitivity, but since "Cc" is used exclusively in 5322, it might be better to err on the safe side in gnatcoll-email.ads, especially considering that there might be a lot of procmail filters out there that are specifically looking for "Cc" and not "CC". :o) -- Thomas L�cke Email: tl at ada-dk.org Web: http//:ada-dk.org http://identi.ca/thomaslocke