From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.87.14 with SMTP id k14cs1318840agb; Thu, 31 Dec 2009 10:12:26 -0800 (PST) Received: by 10.224.80.91 with SMTP id s27mr9408855qak.271.1262283145668; Thu, 31 Dec 2009 10:12:25 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 9si15019959qyk.61.2009.12.31.10.12.25; Thu, 31 Dec 2009 10:12:25 -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; 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 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 727951D7887F; Thu, 31 Dec 2009 13:12:25 -0500 (EST) Received: from www.cquest.utoronto.ca (www.cquest.utoronto.ca [192.82.128.5]) by rubyforge.org (Postfix) with ESMTP id 89A4618582AC for ; Thu, 31 Dec 2009 13:12:15 -0500 (EST) Received: from ntdws12.chass.utoronto.ca ([128.100.160.253]:36517 ident=93) by www.cquest.utoronto.ca with esmtp (Exim 4.43) id 1NQPVP-00024S-91 for sup-talk@rubyforge.org; Thu, 31 Dec 2009 13:12:15 -0500 Received: from localhost ([127.0.0.1] helo=ntdws12.chass.utoronto.ca ident=505) by ntdws12.chass.utoronto.ca with esmtp (Exim 4.63) (envelope-from ) id 1NQPVP-0004ea-5C for sup-talk@rubyforge.org; Thu, 31 Dec 2009 13:12:15 -0500 Received: (from bwalton@localhost) by ntdws12.chass.utoronto.ca (8.13.8/8.13.8/Submit) id nBVICF1R017888; Thu, 31 Dec 2009 13:12:15 -0500 From: Ben Walton To: sup-talk In-reply-to: <1262281249-sup-8341@s897313> References: <1262281249-sup-8341@s897313> Date: Thu, 31 Dec 2009 13:12:11 -0500 Message-Id: <1262283000-sup-2677@ntdws12.chass.utoronto.ca> User-Agent: Sup/git MIME-Version: 1.0 Subject: Re: [sup-talk] Question About Sending New Emails 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: , Content-Type: multipart/mixed; boundary="===============0510402877==" Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org --===============0510402877== Content-Transfer-Encoding: 8bit Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=-1262283135-102570-11900-4835-34-="; micalg="pgp-sha1" --=-1262283135-102570-11900-4835-34-= Content-Type: text/plain; charset=UTF-8 Excerpts from Bryan T. Richardson's message of Thu Dec 31 12:44:57 -0500 2009: Hi Bryan, > 'From' address, but I can't figure out of it's possible to set the > 'From' address in Sup. If so, cool. If not then oh well, I love Sup > anyway! :) You can use one or both of the before-edit and reply-from hooks to do what you need. Here is my reply-from hook (~/.sup/hooks/reply-from.rb): --snip-- case [message.to, message.cc].flatten.to_s when /opencsw/, /bolthole/ then "bwalton@OBFUSCATED" else "bwalton@DEFAULT" end --snip-- HTH. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. --=-1262283135-102570-11900-4835-34-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFLPOl/8vuMHY6J9tIRAjNRAJ9kNDURWkTOg+/m0WO43mu4W423vgCdGG4t WVnoUUO86+h5hjdFhavPTmQ= =Ldi8 -----END PGP SIGNATURE----- --=-1262283135-102570-11900-4835-34-=-- --===============0510402877== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk --===============0510402877==--