I've been trying to limit spam that I get on my private James server, and have been thinking about not accepting mail from specific countries. I've never programed with Java, so I already have a pretty steep learning curve. I have found a perl module that will return the country code for a specified IP. -- IP::Country . - which I've installed and tested. I've then found a pretty simple description on how to invoke perl from Java http://perl.active-venture.com/jpl/docs/Tutorial-callingperl.html .. I've read how to write a custom matcher, http://james.apache.org/custom_matcher_2_1.html - but I'm too much a Java novice. I guess I'm looking for a more simplistic example of building and installing a matcher..any pointers? Thanks... Steve
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
