Need Evolution plug-in

OK, after a recent round of the “let’s spam the list with the same topic
under multiple subjects” game, I need to write a plug-in for Evolution
that will allow me to filter out any messages from a given user as well
as any reply in a thread started by that same user. Is there a Ruby
binding somewhere to the Evolution plug-in API?

On Wed, 2007-09-26 at 20:08 +0900, Michael T. Richter wrote:

OK, after a recent round of the “let’s spam the list with the same
topic under multiple subjects” game, I need to write a plug-in for
Evolution that will allow me to filter out any messages from a given
user as well as any reply in a thread started by that same user. Is
there a Ruby binding somewhere to the Evolution plug-in API?

I wrote one a few years ago:

http://revolution.rubyforge.org/

Yours,

Tom

On Wed, 2007-26-09 at 20:44 +0900, Tom C. wrote:

On Wed, 2007-09-26 at 20:08 +0900, Michael T. Richter wrote:

OK, after a recent round of the “let’s spam the list with the same
topic under multiple subjects” game, I need to write a plug-in for
Evolution that will allow me to filter out any messages from a given
user as well as any reply in a thread started by that same user. Is
there a Ruby binding somewhere to the Evolution plug-in API?

I wrote one a few years ago:

http://revolution.rubyforge.org/

Thanks, Tom. You’re a life-saver.