From mboxrd@z Thu Jan 1 00:00:00 1970 From: ezyang@MIT.EDU (Edward Z. Yang) Date: Mon, 01 Jun 2009 19:18:26 -0400 Subject: [sup-talk] Attempt at reply-from hook Message-ID: <1243898254-sup-7513@javelin> Hello, I'm attempting to create a reply-from.rb hook that looks like this: if message.has_label? 'twp': Person.from_address "Edward Z. Yang " end Unfortunately, it doesn't seem to work. I'm running sup v0.7. Cheers, Edward