From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=0.0 required=3.0 tests=MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: James Tucker Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: Re: [PATCH] env["hack.io"] for Fiber*, Revactor, Thread* models Date: Sun, 13 Dec 2009 21:25:45 +0000 Message-ID: <79B97FEB-3182-491B-8561-1999E3D86246@gmail.com> References: <20091211115041.GA14610@dcvr.yhbt.net> <20091211115348.GB14610@dcvr.yhbt.net> <20091211115905.GA15621@dcvr.yhbt.net> <20091213194553.GC19572@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1260739715 21814 80.91.229.12 (13 Dec 2009 21:28:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Dec 2009 21:28:35 +0000 (UTC) To: Rainbows! list Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Sun Dec 13 22:28:27 2009 Return-path: Envelope-to: gclrrg-rainbows-talk@m.gmane.org X-Original-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Delivered-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=i7qZavmt7vIL+ltvys6Op9G9bOXpR/prYDkP5hAlUpU=; b=GUbjLuAvXkY9AeDSZTMpvJhrFCU5HsbUoQNPFxhg4pjxgCoAYPPMuSRXf8YQGpsOYL E5w03tbCR5uq3pQBNLULNAaT8OdLnZRtvJsSmq26Gol7MtF3uJKcN/bkktFEsPN/ZZjo dA6ExluYjvNsBJmNcFK9TC/GFwaSo0Nqd9ono= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=LrnI8yZKoV/EC5EEEtK9pt9PY8srq5iGLKMoZIX4hs1WjtvBVryMOgK57DUjunbsh+ IBNFtVeGBYrMamIgTzWszl4WUuhmVaB/sEkDL+0IXreW4ydZMhXB91Mjs6+BQAQHjTfV CUccQo1cXsTViDAgMsk838VGxQDu9XuHg9RIU= In-Reply-To: <20091213194553.GC19572-yBiyF41qdooeIZ0/mPfg9Q@public.gmane.org> X-Mailer: Apple Mail (2.1077) X-BeenThere: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.rainbows.general:49 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1NJvwu-0008M5-LT for gclrrg-rainbows-talk@m.gmane.org; Sun, 13 Dec 2009 22:25:52 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 928B519782D4; Sun, 13 Dec 2009 16:25:52 -0500 (EST) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by rubyforge.org (Postfix) with ESMTP id 1A6E919782D4 for ; Sun, 13 Dec 2009 16:25:51 -0500 (EST) Received: by qw-out-2122.google.com with SMTP id 9so459990qwb.29 for ; Sun, 13 Dec 2009 13:25:50 -0800 (PST) Received: by 10.224.96.33 with SMTP id f33mr2381019qan.376.1260739548795; Sun, 13 Dec 2009 13:25:48 -0800 (PST) Received: from ?192.168.1.54? ([199.172.234.251]) by mx.google.com with ESMTPS id 7sm10138772qwb.42.2009.12.13.13.25.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 13 Dec 2009 13:25:48 -0800 (PST) On 13 Dec 2009, at 19:45, Eric Wong wrote: > James Tucker wrote: >> Testing, all my mails to this ML seem to be getting rejected based on >> content type, seems Mail.app isn't sending plain, when I tell it to, >> or it doesn't like my S/MIME > > Hi James, > > Only text/plain is allowed at the moment. I'd forgotten adding S/MIME to a message means it's not text/plain. > And looking at your S/MIME > signatures on rack-devel, they're humongous compared to the size of the > message. Fair call. > > -- > Eric Wong > _______________________________________________ > Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org > http://rubyforge.org/mailman/listinfo/rainbows-talk > Do not quote signatures (like this one) or top post when replying _______________________________________________ Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org http://rubyforge.org/mailman/listinfo/rainbows-talk Do not quote signatures (like this one) or top post when replying