From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [50.116.15.146]) by inbox.vuxu.org (Postfix) with ESMTP id 4E80F268BD for ; Tue, 2 Jul 2024 20:08:47 +0200 (CEST) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 49585427C6; Wed, 3 Jul 2024 04:08:43 +1000 (AEST) Received: from freefriends.org (frenzy.freefriends.org [198.99.81.75]) by minnie.tuhs.org (Postfix) with ESMTPS id 848EB427C5 for ; Wed, 3 Jul 2024 04:08:38 +1000 (AEST) X-Envelope-From: arnold@skeeve.com Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.16.1/8.16.1) with ESMTPS id 462I8OG4920163 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Tue, 2 Jul 2024 12:08:25 -0600 Received: (from arnold@localhost) by freefriends.org (8.16.1/8.14.7/Submit) id 462I8O4m920162; Tue, 2 Jul 2024 12:08:24 -0600 From: arnold@skeeve.com Message-Id: <202407021808.462I8O4m920162@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: arnold set sender to arnold@skeeve.com using -f Date: Tue, 02 Jul 2024 12:08:24 -0600 To: lyndon@orthanc.ca, clemc@ccc.com References: <8cf014a96b87b641@orthanc.ca> <8cf0151b4a0d863a@orthanc.ca> In-Reply-To: <8cf0151b4a0d863a@orthanc.ca> User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID-Hash: UKFG6GFYBCH4X4GVQ2JZTCXZQLSDVWZ6 X-Message-ID-Hash: UKFG6GFYBCH4X4GVQ2JZTCXZQLSDVWZ6 X-MailFrom: arnold@skeeve.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: tuhs@tuhs.org X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: seismo/uunet uucp List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: "Lyndon Nerenberg (VE7TFX/VE6BBM)" wrote: > Clem Cole writes: > > > What is particular are you looking for? (I could be wrong here) but I > > never kept it separately as but I had thought that Honeyman picked up > > Rick's changes for later versions of honey-dan-ber > > What I'm particulary interested in is the last version of the > original (not HDB) uucp that they ran on SunOS (or whatever followed > -- I forget what OS they switched to afterwards). > > My curiosity is to see what changes he made vs. the V7/BSD versions. > But I'm also looking for a well debugged version of the of the > pre-HDB version to run on my own machines. With all the stupidity > in SMTP mail these days, a bunch of us have been setting up private > UUCP links to bypass all the middlebox nonsense and DMARC idiocy. > I was never a fan of the HDB configuration style, so I'm looking > for a rock solid implementation of Old School UUCP, and I figure > the seiso/uunet code is as bullet proof as it gets. > > With that I can glue on TLS and we're good to go. > > --lyndon Maybe check out GNU UUCP? I think it could use old style configuration files. Arnold