Check out the james Wiki, there are some detailed instructions there. I think it's just a matter of creating your own jar, dropping it in the james source lib directory, and running "ant sar" (the sar ant target for the james ant build script).
On Mon, 2003-12-15 at 00:28, wes wrote: > Hay steve thanks. I have a matcher almost ready but can some one tell > me how to create > a .sar file?? > > Wes > On Dec 14, 2003, at 12:12 PM, Steve Brewin wrote: > > > wes [mailto:[EMAIL PROTECTED] wrote: > > > >> I would like to use the subject to weed out some emails. > >> is there a way to use wild card characters with the subject is matcher > >> to accomplish this. > > > > Currently the Subject Matchers are SubJectIs and SubjectStartsWith. > > SubjectIsRegex doesn't exist but would be easy to achieve by > > subclassing the > > GenericRegexMatcher. This should be as wild as anyone ever needs! > > > > -- Steve > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
