Re: Java Interface

2005-11-20 Thread Michael Parker
The spamd protocol is well documented and easily implemented. It's been done in C, Perl and Python that I know of. Michael

Re: Java Interface

2005-11-20 Thread Paul Benedict
Robert, I am on a Windows box for testing. I know I could install ActivePerl and probably do that, but I would prefer a pure Java solution - like using TCP/IP - but I am open to any idea really. Thanks for that tip! __ Start your day with Yaho

Re: Java Interface

2005-11-20 Thread Robert Menschel
Hello Paul, Saturday, November 19, 2005, 11:11:40 PM, you wrote: PB> Hi, PB> I want to know if there is a Java interface into PB> SpamAssassin? I have a requirement to flag some PB> text as spam or not, but I am not using email. My data is PB> similar to email (from, title, body) but PB> it is n

Re: Java Interface

2005-11-20 Thread Rob Skedgell
On Sunday 20 Nov 2005 11:46, David Gibbs wrote: > Paul Benedict wrote: > > I want to know if there is a Java interface into SpamAssassin? > > Shouldn't be too difficult. > > You can interact with spamd using TCP/IP. > > Check out > http://spamassassin.apache.org/full/3.1.x/dist/spamd/PROTOCOL > > d

Re: Java Interface

2005-11-20 Thread David Gibbs
Paul Benedict wrote: I want to know if there is a Java interface into SpamAssassin? Shouldn't be too difficult. You can interact with spamd using TCP/IP. Check out http://spamassassin.apache.org/full/3.1.x/dist/spamd/PROTOCOL david