From owner-freebsd-arch@FreeBSD.ORG Wed Apr 20 16:38:10 2011 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8387A106566C; Wed, 20 Apr 2011 16:38:10 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id EA80A8FC08; Wed, 20 Apr 2011 16:38:09 +0000 (UTC) Received: by wyf23 with SMTP id 23so933088wyf.13 for ; Wed, 20 Apr 2011 09:38:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wKlIt93fw5/FVwiPyiAWDpM/JN8SRc/Na5hSDYZ8sy8=; b=r5wpjPwSMLFFCbSPTnKOIXvW6pMfF36jLBCNcTMpUrrXwR6j/tKCRyKEU23+CBs7Wq bMnmv7fBN72W4EBHXnOTwNhOJiz5JTn3uCqd88u77YWkDHpROHlSTSNU2LsO2HpG0pUa Jv+MNIMfIQ3/X9Yu2dxQJJyGICMtV0eFuU0cs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=MhmmT2bAdamijkZKyw0aRhw6D9cL0xioeV46tADFEIBET1DLrJRTVy+p2EhY8UOPjv J4fT1nXYsUtxi1pdsn1P+BRnK94tFHpzN9aB1vNN32tXmvmBCX3dEJCdZvEvoyRs3hal 78JPdBDj4ctmR0ufVuEz4h34HTVT95lxEiB/Y= MIME-Version: 1.0 Received: by 10.216.67.135 with SMTP id j7mr1073420wed.54.1303316051986; Wed, 20 Apr 2011 09:14:11 -0700 (PDT) Received: by 10.216.19.13 with HTTP; Wed, 20 Apr 2011 09:14:11 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Apr 2011 11:14:11 -0500 Message-ID: From: Brandon Gooch To: mdf@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Arch Subject: Re: posix_fallocate(2) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2011 16:38:10 -0000 On Wed, Apr 20, 2011 at 10:33 AM, wrote: > Mailing list ate my attachment. > > See http://people.freebsd.org/~mdf/check_posix_fallocate.c . > > As an aside, when I post from gmail.com to the mailing lists, I don't > see a copy of my message. =A0Is this a feature of the litserv, where it > doesn't mail it back to the originator, or a "feature" of gmail where > it tries to be clever? =A0The problem is that when the list eats an > attachment I don't know until someone takes the time to email me, and > I'd rather be able to tell immediately. > > Thanks, > matthew > Could it be the mailing list options? From: http://www.gnu.org/software/mailman/mailman-member/node42.html ... set myposts on set myposts off Use `set myposts off' to avoid receiving copies of messages you post to the list. This has no effect if you're receiving digests. ... -Brandon