From owner-freebsd-test@FreeBSD.ORG Sun Jun 12 21:14:17 2005 Return-Path: X-Original-To: freebsd-test@freebsd.org Delivered-To: freebsd-test@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D52916A41C for ; Sun, 12 Jun 2005 21:14:17 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D4CF43D49 for ; Sun, 12 Jun 2005 21:14:17 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from SMILEY (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 1E51019F3B for ; Sun, 12 Jun 2005 14:15:40 -0700 (PDT) From: "Darren Pilgrim" To: Date: Sun, 12 Jun 2005 14:14:15 -0700 Message-ID: <006e01c56f93$b055b610$0a2a15ac@SMILEY> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: Email formatting test (72 chars, trial 3) X-BeenThere: freebsd-test@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Test posting area List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2005 21:14:17 -0000 [ Unless you're a kind soul willing to spend time tracking down mail system bugs, ignore this. ] This is a test to track down some MIME format mangling that's taking place when email gets spewed from Outlook, through my system, through FreeBSD.ORG and back to me. This should wrap nicely at: 72 characters There should be no line-ending equal signs, MIME multi-part formatting, or a b64 encoded section. There should be just this plain old text, wrapped nicely. This next bit has `conventions --used-to-denote -c commands and -q "quoted text"` to see if something doesn't like odd characters. The following diff is another such test: --- make.conf.orig Sun Jun 12 14:10:31 2005 +++ make.conf Sun Jun 12 14:11:58 2005 @@ -1,6 +1,6 @@ # $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.80 2003/02/15 16:34:56 trhodes Exp $ -CPUTYPE?=p2 +CPUTYPE?=thiswaschanged CFLAGS= -O -pipe CXXFLAGS+= -fmemoize-lookups -fsave-memoized COPTFLAGS= -O -pipe @@ -8,11 +8,11 @@ NO_DYNAMICROOT= true # build /bin and /sbin dynamically ENABLE_SUIDPERL= true -PPP_NOSUID= true +PPP_NOSUID= sowasthis NO_SENDMAIL= true # do not build sendmail and related programs -NO_X= true # do not compile in XWindows support (e.g. doscmd) -NOPROFILE= true # Avoid compiling profiled libraries +NO_X= andthis # do not compile in XWindows support (e.g. doscmd) +NOPROFILE= andthis # Avoid compiling profiled libraries NOUUCP= true # do not build uucp related programs MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) @@ -23,6 +23,13 @@ BOOTWAIT=0 +# These are some extra comments that run past 80-characters to test line-wrapping. +# This is actually a multi-line shell-style comment. +/* + * So + * is + * this, but in C. + */ USA_RESIDENT= YES TOP_TABLE_SIZE= 101 These are some command-line examples: # dothis -command here -o "or else" # thisisa --highly-recommended-parameter