Skip to content

Commit

Permalink
Add some more "good" words
Browse files Browse the repository at this point in the history
  • Loading branch information
courtenay committed Nov 24, 2008
1 parent 2eee390 commit b4a6df4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/splam/rules/good_words.rb
Expand Up @@ -3,8 +3,8 @@ class Splam::Rules::GoodWords < Splam::Rule
def run
good_words = [ /I\'having a problem/, ]
good_words |= %w( lighthouse install eclipse settings assigned user ticket tickets token api number query request)
good_words |= %w( project billing tags description comment milestone saving happening)
good_words |= %w( rss notification subscribe )
good_words |= %w( project billing tags description comment milestone saving happening feature mac implement report)
good_words |= %w( rss notification subscribe calendar chart note task gantt search service ownership application communicate )
good_words << "project management"
good_words << "/usr/local/lib" << "gems"

Expand Down
10 changes: 10 additions & 0 deletions test/fixtures/comment/ham/hub.txt
@@ -0,0 +1,10 @@
Currently I'm working on a project with one other person and we are using this application as our central hub to communicate with each other and monitor 'trackers' that we have setup for our development.

The only problem we have with the service right now is the fact that when one of sets the responsibility ownership to one-another we would like to receive email notifications stating that "Posted Item to Work On" now belongs to you, or something along those lines.

If this is built it, did we do something wrong which is preventing this from happening? Also I'm not sure if this was posted already or not, and I did search for it.

Best regards,
Joe McFake
CEO, Blah
http://www.blah.com/

0 comments on commit b4a6df4

Please sign in to comment.