Xref: utzoo comp.sys.sequent:742 comp.unix.programmer:302 Path: utzoo!censor!isgtec!bmw From: bmw@isgtec.uucp (Bruce M. Walker) Newsgroups: comp.sys.sequent,comp.unix.programmer Subject: Re: Anyone have a POP2 server that works on a Symmetry? Message-ID: <689@isgtec.UUCP> Date: 19 Oct 90 14:27:59 GMT References: <27139C86.28242@ics.uci.edu> Sender: news@isgtec.UUCP Reply-To: bmw@isgtec.UUCP (Bruce M. Walker) Organization: ISG Technologies Inc. Mississauga Ont. Canada Lines: 24 In article <27139C86.28242@ics.uci.edu> mziober@ics.uci.edu (Michael A. Ziober) writes: > > Hi! Does anyone have or know where I can find a POP2 (Post Office > Protocol) server that works on a Symmetry? The one that I have from > the University of Michigan seems to be unreliable and written in some > very Pascal-ish looking C which I would rather not look over if I can > help it. Help. That code is very easy to work with -- after you do the following: 1) comment out every #define except the ones that define the "pascalish" syntax. You only have to stick an "X" or something before the "#". 2) run the source through cpp with the "preserve comments" option on. Something like: "/lib/cpp -C -P pop2.c >pop2.readable.c" 3) uncomment all the #defines in the result from #2. 4) run "cb" or "indent" (indent is better) over the result from #3. 5) make the result from #4 your "working source" -- bmw@isgtec.uucp [ ..uunet!utai!lsuc!isgtec!bmw ] Bruce Walker