Opened 18 years ago
Closed 18 years ago
#4572 closed enhancement (wontfix)
added CRM114 filter to SpamFilter
Reported by: | Owned by: | Matthew Good | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | plugin/spamfilter | Version: | 0.10.3 |
Severity: | normal | Keywords: | crm114 |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
I filter my personal eMails with crm114 http://crm114.sourceforge.net and I think this is the best Spam filter available. I saw that you do bayesian spam filtering by SpamBayes.
I found it a good idea to add a crm114 spam filter which is based an Markovian Chain / Orthogonal Sparse Bigram model.
Regards, Dirk
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | spamfilter-crm.diff added |
---|
follow-up: 2 comment:1 by , 18 years ago
As the wrapper code is GPL licensed, it can't be included as part of Trac. Since the filter is modular, you could just package this into its own plugin and post it on trac-hacks.org for others to use though.
comment:2 by , 18 years ago
Replying to Noah Kantrowitz <coderanger@yahoo.com>:
As the wrapper code is GPL licensed, it can't be included as part of Trac. Since the filter is modular, you could just package this into its own plugin and post it on trac-hacks.org for others to use though.
I could rewrite to patch not to use the wrapper code. Is this a point of interest ? I don't want a seperate own plugin posted at trac-hacks.org.
comment:3 by , 18 years ago
Keywords: | crm114 added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
I think you should nevertheless write your own plugin at trac-hacks.org, as we don't have infinitely extensible resources for maintaining lots of contributions… on TH, you'll be able to maintain the code or someone else could volunteer for it. Also, you could GPL the whole thing and keep the wrapper code.
Including it in Trac means someone from the team volunteers to maintain it, which hasn't happened so far.
crm114 diff against SVN