From owner-ctm-users@FreeBSD.ORG Thu Jan 21 01:18:19 2010 Return-Path: Delivered-To: ctm-users@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CF44106568F for ; Thu, 21 Jan 2010 01:18:18 +0000 (UTC) (envelope-from smckay@internode.on.net) Received: from ipmail03.adl6.internode.on.net (ipmail03.adl6.internode.on.net [203.16.214.141]) by mx1.freebsd.org (Postfix) with ESMTP id C705E8FC1B for ; Thu, 21 Jan 2010 01:18:17 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAAY4V0t20IpU/2dsb2JhbACBRtdnhDYEjVY Received: from ppp118-208-138-84.lns20.bne1.internode.on.net (HELO dungeon.home) ([118.208.138.84]) by ipmail03.adl6.internode.on.net with ESMTP; 21 Jan 2010 11:48:16 +1030 Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.14.3/8.14.3) with ESMTP id o0L1IElB007517; Thu, 21 Jan 2010 11:18:14 +1000 (EST) (envelope-from mckay) Message-Id: <201001210118.o0L1IElB007517@dungeon.home> To: Stephen Montgomery-Smith References: <201001201203.o0KC3r5E036646@fire.js.berklix.net> <201001202351.o0KNpsh3006649@dungeon.home> <4B579F5E.7070801@missouri.edu> In-Reply-To: <4B579F5E.7070801@missouri.edu> from Stephen Montgomery-Smith at "Wed, 20 Jan 2010 18:27:10 -0600" Date: Thu, 21 Jan 2010 11:18:14 +1000 From: Stephen McKay Cc: ctm-users@freebsd.org, "Julian H. Stacey" , Andre Albsmeier , Stephen McKay Subject: Re: No deltas via email anymore? X-BeenThere: ctm-users@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CTM User discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2010 01:18:19 -0000 On Wednesday, 20th January 2010, Stephen Montgomery-Smith wrote: >Stephen McKay wrote: > >> It would be trivial to change ctm_smail to send lines of 72 characters. >> It would reduce the encoding efficiency slightly, but not enough to >> worry about. It is not worth making it optional. I'll probably do >> this when I get a moment. > >This looks very easy to implement, namely change the line >#define LINE_LENGTH 76 >in /usr/src/usr.sbin/ctm/ctm_smail Yes. Multiples of 4 only. >So, would there be a problem with making this start right now? >(Remember I make the deltas, so I can make this happen anytime.) Righto. I've changed my local copy from 76 to 72 and did a small test run. Works for me. I'll update the official source when I get a chance. A cautious person would do their own test run, of course. :-) Stephen.