Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] [PATCH] New hook (enabling message filters)
@ 2007-10-19 10:52 Marcus Williams
  2007-10-19 12:51 ` David Stubbs
       [not found] ` <4d4780f700181787@IMSS-WIN>
  0 siblings, 2 replies; 10+ messages in thread
From: Marcus Williams @ 2007-10-19 10:52 UTC (permalink / raw)


Hi -

Attached is a patch to poll.rb to add the ability to filter messages
pre-indexing. Theres one current problem with it which I cant figure out
and thats the warnings you get when its run from sup-sync about missing
a say_id - I think this is something to do with not having a buffer
manager in sup-sync. Anyone any ideas how to get the say method in
hooks.rb to fail gracefully to something else if the buffermanager isnt
available?

This hook allows you to do this in your .sup/hooks/before-add-message.rb:

##
if message.subj =~ /^\[sup-talk\]/
    message.add_label "sup"
    message.add_label "list"
end

message.add_label "work" if message.from =~ /mywork at email.com/
message.add_label "home" if message.from =~ /myhome at email.com/
##

.... and then when polling or during sup-sync this hook gets run for
every message it adds to the index. "message" is the about-to-be-indexed
email, changes made to it get passed on into the index.

Any comments or fixes (like the "say" issue), mail me (or reply on list)

Marcus

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: filter-hook.diff
Url: http://rubyforge.org/pipermail/sup-talk/attachments/20071019/4144dbc4/attachment.pl 


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-11-05 15:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-19 10:52 [sup-talk] [PATCH] New hook (enabling message filters) Marcus Williams
2007-10-19 12:51 ` David Stubbs
     [not found] ` <4d4780f700181787@IMSS-WIN>
2007-10-19 13:46   ` Marcus Williams
     [not found]   ` <4d6e9e1600182d59@IMSS-WIN>
2007-10-19 13:50     ` Marcus Williams
2007-10-19 14:03       ` David Stubbs
     [not found]       ` <4d7f58120018376f@IMSS-WIN>
2007-10-19 14:18         ` Marcus Williams
2007-10-19 14:21           ` David Stubbs
2007-11-05  2:40       ` William Morgan
2007-11-05 15:03         ` Marcus Williams
2007-11-05 15:38           ` William Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox