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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,db1e3158636a30f2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-22 13:36:47 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: kcline17@hotmail.com (Kevin Cline) Newsgroups: comp.lang.ada Subject: Re: Fill string with multiple lines from standard_input Date: 22 Aug 2002 13:36:46 -0700 Organization: http://groups.google.com/ Message-ID: References: <5ee5b646.0208211147.6253fb4@posting.google.com> NNTP-Posting-Host: 192.76.70.227 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1030048607 14262 127.0.0.1 (22 Aug 2002 20:36:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 22 Aug 2002 20:36:47 GMT Xref: archiver1.google.com comp.lang.ada:28319 Date: 2002-08-22T20:36:47+00:00 List-Id: dewar@gnat.com (Robert Dewar) wrote in message news:<5ee5b646.0208211147.6253fb4@posting.google.com>... > kcline17@hotmail.com (Kevin Cline) wrote in message news:... > > "Vincent Smeets" wrote in message news:... > > > I am working on a remote site and I want all my e-mail to be encrypted and > > > forwarded. I am writing a program that will create a new mail with an > > > attachment that contains the encrypted mail (with PGP). > > > > Consider writing this in Perl. You can probably learn enough Perl > > to do this job, and then write the code in less time than you will > > spend trying to get it to work in Ada. My initial estimate is that > > you can do this in less than 100 lines of Perl. There are already > > freely available Perl packages that understand mail and encryption, > > but in Ada you will have to write all that code from scratch. > > That of course is completely wrong. Please do not take such statements in > posts to CLA as statements of fact, when mostly they just reflect what the > poster is or is not familiar with. Really? You've presented no evidence to contradict my claim. Google searches for 'Ada mail' and 'Ada PGP' came up empty, but searches for 'Perl mail' and 'Perl PGP' were fruitful. So I am holding to my statement. Perl excels for simple text filtering applications like the one the OP is trying to build.