From owner-freebsd-current Wed Feb 7 12:42:44 2001 Delivered-To: freebsd-current@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 07A6637B491 for ; Wed, 7 Feb 2001 12:42:24 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id HAA23424; Thu, 8 Feb 2001 07:42:11 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37640) with ESMTP id <01JZUYRL0CYO90ITCX@cim.alcatel.com.au>; Thu, 8 Feb 2001 07:42:10 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.1/8.11.1) id f17Kg8310048; Thu, 08 Feb 2001 07:42:08 +1100 (EST envelope-from jeremyp) Content-return: prohibited Date: Thu, 08 Feb 2001 07:42:08 +1100 From: Peter Jeremy Subject: Re: ctm via mail NEWBIE In-reply-to: ; from rasa@phy.bg.ac.yu on Wed, Feb 07, 2001 at 08:13:31AM +0100 To: Rasa Karapandza Cc: current@FreeBSD.ORG Mail-followup-to: Rasa Karapandza , current@FreeBSD.ORG Message-id: <20010208074208.E90937@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-Feb-07 08:13:31 +0100, Rasa Karapandza wrote: >I receive ctm-src current by e-mail, which I retrive using netscape. >I save message as plain text then I try uudecode and I alvays get no begin >line I tryed to edit file but I'm not able to get it work. CTM mail isn't uuencoded, which is probably your major problem. The e-mail body should begin as follows: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 CTM_MAIL BEGIN cvs-cur.6780.gz 1 1 H4sIAINA7jkCA+xba3Mbt5L9LP4K3NxUKQ+TxHMwQ2+2rMhyooolqyQld2u3tlx4DTkWyWFmhpa0 ... The e-mail messages should be fed into ctm_rmail to decode. I feed them into the following (directly from sendmail, but you could do it manually): /usr/local/bin/pgpv -f | \ /usr/sbin/ctm_rmail -f -v -p $CTM/pieces -d $CTM/deltas -l $CTM/log (Where $CTM is my ctm "home", with pieces and deltas as sub-directories). You can skip the pgpv if you don't want to check the signatures. I apply the decoded CTM's as a separate step with: # ctm_rmail -uv -b $CVSROOT -d $CTM/deltas Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message