From: Ben Walton <bwalton@artsci.utoronto.ca>
To: sup-talk <sup-talk@rubyforge.org>
Subject: Re: [sup-talk] Question About Sending New Emails
Date: Thu, 31 Dec 2009 13:12:11 -0500 [thread overview]
Message-ID: <1262283000-sup-2677@ntdws12.chass.utoronto.ca> (raw)
In-Reply-To: <1262281249-sup-8341@s897313>
[-- Attachment #1.1: Type: text/plain, Size: 737 bytes --]
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.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 140 bytes --]
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk
next prev parent reply other threads:[~2009-12-31 18:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-31 17:44 Bryan T. Richardson
2009-12-31 18:12 ` Ben Walton [this message]
2010-01-01 17:01 ` Tero Tilus
2010-01-04 14:10 ` Bryan Richardson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1262283000-sup-2677@ntdws12.chass.utoronto.ca \
--to=bwalton@artsci.utoronto.ca \
--cc=sup-talk@rubyforge.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox