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 <[email protected]>"
> end
if message.has_label? twp
Person.from_address "Edward Z. Yang <[email protected]>"
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
_______________________________________________
sup-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/sup-talk