> Any chance on getting a hold of that Regexp matcher you said you made.
Yes. I really need to work on this after v2.1.1 is released, but here is the most rude of rude implementations. A subclass of GenericRegexMatcher calls compile() to setup the patterns that will be used by match(). The match() method is a bit too simpleminded. Any single match is sufficient. I want something more like PAM, with optional, sufficient, and required checks: http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/s1-pam-con trol-flags.html If you have time to do that, I would be most pleased. :-) I'm not ego invested in the code. And since no one other than me has this code, there is no compatibility to worry over. :-) --- Noel
FileRegexMatcher.java
Description: Binary data
GenericRegexMatcher.java
Description: Binary data
NESSpamCheck.java
Description: Binary data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
