wes wrote:

Hay steve thanks. I have a matcher almost ready but can some one tell me how to create
a .sar file??


unzip your james.sar into $JAMES_HOME\apps\original\james
replace the jar files you want ...

cd $JAMES_HOME
cd apps\original\james
c:\jdk1.3\bin\jar cvf james.sar *
cd ..\..\bin
move apps\original\james\james.sar apps\james.sar



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]



Reply via email to