RE: [PATCH] mbox mail repository

2003-08-08 Thread Noel J. Bergman
Jason, Is there something you can do to address the scalability? I didn't realize until I read through it that you keep the entire mbox in core during operation. That would prevent it from being used to archive mailing lists, since those files could grow quite large. --- Noel

cvs commit: james-server/phoenix-bin/bin phoenix.sh

2003-08-08 Thread noel
noel2003/08/07 16:30:27 Modified:phoenix-bin/bin Tag: branch_2_1_fcs phoenix.sh Log: Better PID handling Revision ChangesPath No revision No revision 1.2.2.4 +5 -2 james-server/phoenix-bin/bin/phoenix.sh

Re: ParameterParser

2003-08-08 Thread Serge Knystautas
[EMAIL PROTECTED] wrote: Howdy, I am looking for some feedback on the attached classes I wrote to do ${...} style parameter substitution. Please let me know if this whole thing is silly: Josh, Looks interesting! I didn't review the code completely, but from first blush (just from the size of t

How to listen for SMTP connection

2003-08-08 Thread Miroslav Nachev
Hi, I would like to make a filter with which to filter the Mail Servers from which to receive e-mails. How can I do that? Which Java Class is responsibel for that and is there any standard way to do that? Regards, Miro. -

RE: [PATCH] mbox mail repository

2003-08-08 Thread Jason Webb
On Fri, 2003-08-08 at 04:59, Noel J. Bergman wrote: > Jason, > > Is there something you can do to address the scalability? I didn't realize > until I read through it that you keep the entire mbox in core during > operation. That would prevent it from being used to archive mailing lists, > since