Re: why are the jre/lib/ext jars ignored?

2004-01-04 Thread Brian C. Dilley
Well, any class that isn't loaded by the avalon classloader (ie: java.lang.String) is forwarded up the classloader chain... and eventually the system classloader loads it. On Sun, 2004-01-04 at 16:56, Carl wrote: > I guess because of Avalon classloader, but I'm not qualified enough to >

Re: is there a subject contains

2003-12-15 Thread Brian C. Dilley
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: > Ha

RE: 'live' IRC James support

2003-12-12 Thread Brian C. Dilley
#james on irc.freenode.net would work... On Fri, 2003-12-12 at 08:15, Noel J. Bergman wrote: > > Is there an IRC channel where we can discuss things related to james > > setup/config? > > Not at this moment. Is there sufficient interest? It would be unofficial, > and mostly users helping user

Re: A good spam tool

2003-12-08 Thread Brian C. Dilley
How about a program that hits every link in a spam message, gives them the clicks. But (obviously) not purchasing a thing. Soon the companies behind the spammers will realize that they are spending money for "marketing" and getting zero return. Goes along the same lines that Dick was tal

Re: pop3 fast, but sometimes slow

2003-12-05 Thread Brian C. Dilley
Try evolution, it's a great (free like beer) client. On Fri, 2003-12-05 at 02:12, Ray Tran wrote: > I use kmail/kde3.1 at home, and I have noticed exactly the same variable > performance. If I use a different mail client to the same servers, then > the performance is consistently quick. I

Re: Mail.setRecipients - So I might have bothered you enough, but... :-)

2003-11-26 Thread Brian C. Dilley
On the same subject ("problems" with the MimeMessageWrapper): Why is it that getAllRecipients() only returns recipients of they were defined in the DATA section of the protocol, ie: DATA Subject: ... To: whoever From: whoever But returns null if they were only specified in the RC

Re: debugging james

2003-11-24 Thread Brian C. Dilley
thanks, I was doing it with java -Xdebug for a while... very tedious. On Mon, 2003-11-24 at 17:11, Serge Knystautas wrote: > Brian Dilley wrote: > > Has anyone got james to work in eclipse, i want to write mailets > > and would like to be able to debug them easily and do hot-code > > replac

Re: Mailet questions

2003-11-23 Thread Brian C. Dilley
We've decided not to worry about Fast Fail right now. Don't want to break any RFC's. But in the future it's definitely something we'd like to do. On Sat, 2003-11-22 at 21:39, Serge Knystautas wrote: > Brian C. Dilley wrote: > > Any ETA on fast fail? I j

Re: Mailet questions

2003-11-22 Thread Brian C. Dilley
Any ETA on fast fail? I just looked at SMTPHandler.java and saw that it wouldn't be too difficult as far as that goes, but the SpoolManager is another thing (Synchronized decisions wouldn't require a spool). On Sat, 2003-11-22 at 20:38, Serge Knystautas wrote: > Brian C.

Re: Mailet questions

2003-11-22 Thread Brian C. Dilley
Cool, thanks. Are there any mail application servers out there that have this "feature". I know JBoss is doing something with mail app servers. On Sat, 2003-11-22 at 20:01, Serge Knystautas wrote: > Brian C. Dilley wrote: > > Is the service() method called BEFORE the cli

Mailet questions

2003-11-22 Thread Brian C. Dilley
Is the service() method called BEFORE the client disconnects, or after? I'm wondering this because I'd like to be able to tell the client that the mail wasn't delivered right then and there... rather than sending a bounce message. This is for an anti-spam solution. -

Re: James relay question

2003-10-23 Thread Brian C. Dilley
> i believe it is the general architecture you are looking for. > > b > > Brian C. Dilley wrote: > > > Hi, i'm working on an anti spam project (You've probably heard this > > a million or more times) and i'm considering using James as the >

RE: James relay question

2003-10-23 Thread Brian C. Dilley
22 at 11:00, Steve Short wrote: > Yes, use the gateway parameter of the RemoteDelivery mailet: > http://james.apache.org/provided_mailets_2_1.html > > Steve > > > -Original Message- > > From: Brian C. Dilley [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, Oc

RE: James relay question

2003-10-22 Thread Brian C. Dilley
Awsome. Thanks for the data. I'll supply some metrics when the project that I'm working on is finished. On Wed, 2003-10-22 at 11:23, James Bucanek wrote: > Brian C. Dilley wrote on Wednesday, October 22, 2003: > >Are there any published performance metrics for jam

RE: James relay question

2003-10-22 Thread Brian C. Dilley
he.org/provided_mailets_2_1.html > > Steve > > > -Original Message----- > > From: Brian C. Dilley [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, October 22, 2003 10:48 AM > > To: [EMAIL PROTECTED] > > Subject: James relay question > > > >

James relay question

2003-10-22 Thread Brian C. Dilley
Hi, i'm working on an anti spam project (You've probably heard this a million or more times) and i'm considering using James as the framework for the SMTP subsystem of the software. I've been looking over the documentation and other things and was able to answer 99% of my questions. The linge