> > (4) You might want to look at
> > http://sourceforge.net/projects/pop3filterproxy/
> Wouldn't this be outside of James though?

I meant for some additional ideas on filtering spam.  :-)

> > (5) If we have a generic RegexMatcher ...
> This seems like a worthy project to get the experience with...

And not too difficult, either.  :-)

> > (6) We'll want a mailet capable of tagging a message.
> Are there any examples that have this functionality?

Yes and no.  There are examples of adding headers, but nothing generic.
Perhaps because there isn't a means (yet) to tag meta data on a mail object,
which could be used to communicate between different James components.  That
could be used to convey information such as a non-binary spam rating or a
spam reason.  But for a simple binary rating, one could do something like:

  <mailet matcher="SpamScan=..." class="AddHeader">
    <header>X-SPAM: true</header>
  </mailet>

Or we could drop the notion of a seperate matcher (for now), and combine the
two:

  <mailet matcher="All" class="SpamScanner">
     <param>...</param>
  </mailet>

Anyhow, that's just an idea.  See you on the developer's list.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to