From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.7.146 with SMTP id d18cs236060ebd; Fri, 15 Jan 2010 08:05:45 -0800 (PST) Received: by 10.229.131.152 with SMTP id x24mr2060829qcs.84.1263571544359; Fri, 15 Jan 2010 08:05:44 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 5si5118204qwg.58.2010.01.15.08.05.42; Fri, 15 Jan 2010 08:05:43 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; DomainKey-Status: bad (test mode) Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; domainkeys=hardfail (test mode) header.From=hollunder@lavabit.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id DCBCE18582FF; Fri, 15 Jan 2010 11:05:41 -0500 (EST) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by rubyforge.org (Postfix) with ESMTP id C2A7118582D0 for ; Fri, 15 Jan 2010 11:03:58 -0500 (EST) Received: from h.earth.lavabit.com (h.earth.lavabit.com [192.168.111.17]) by karen.lavabit.com (Postfix) with ESMTP id 2AF3716F48E for ; Fri, 15 Jan 2010 10:03:58 -0600 (CST) Received: from localhost (eris.mozart.uni-klu.ac.at [143.205.216.185]) by lavabit.com with ESMTP id BLL6B003IUV4 for ; Fri, 15 Jan 2010 10:03:56 -0600 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=jn+ggQRJhKzYIkApgKaqbZEUapXj6KB6L3SkCvz4t35P9+ym3zgQOdr3PzeIGHwOJwUfVw6GGoT/qhJsTXz2ot0n5vQAlNXJUAxVNc6uKG7BDe+fouCLW/i+q/H5+z2ehT/fWX1ek9duQxdJKsOAPXsjq0RxQhPN1rxDrhzJwiM=; h=Content-Type:Subject:From:To:Date:Message-Id:User-Agent:Content-Transfer-Encoding; From: =?utf-8?q?Philipp_=C3=9Cberbacher?= To: sup-talk Date: Fri, 15 Jan 2010 17:03:54 +0100 Message-Id: <1263571025-sup-73@tw> User-Agent: Sup/0.9.1 Subject: [sup-talk] reply-from.rb troubles X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org It currently looks like this: if message.has_label?(:mailinglists) Person.from_address("") elsif message.has_label?(:murks_lavabit) Person.from_address("") end Yet it replies to messages with label mailinglists using murks@... which is the default address. I really don't know what to do... Regards, Philipp _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk