From mboxrd@z Thu Jan 1 00:00:00 1970 From: ingmar.stdin@gmail.com (Ingmar Vanhassel) Date: Wed, 03 Jun 2009 00:09:16 +0200 Subject: [sup-talk] Attempt at reply-from hook In-Reply-To: <1243898254-sup-7513@javelin> References: <1243898254-sup-7513@javelin> Message-ID: <1243980495-sup-7229@cannonball> Excerpts from Edward Z. Yang's message of Tue Jun 02 01:18:26 +0200 2009: > 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 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. If the above doesn't work, post some relevant error output. > Cheers, > Edward Regards, Ingmar