svn commit: r418695 - in /james/server/sandbox/handlerapi/src: conf/james-config.xml java/org/apache/james/smtpserver/SMTPHandlerChain.java

2006-07-02 Thread norman
Author: norman Date: Sun Jul 2 23:42:27 2006 New Revision: 418695 URL: http://svn.apache.org/viewvc?rev=418695&view=rev Log: Get sure the defualt handlers (minimum needed) get loaded. Correct the hardcoded SMTPHandlerChain Remove unneeded config stuff Modified: james/server/sandbox/handler

Re: v2.3 beta

2006-07-02 Thread Norman Maurer
Am Sonntag, den 02.07.2006, 17:20 -0400 schrieb Noel J. Bergman: > am the only one who can sign > releases. I am simply the only one who does. Danny, myself, and > shortly > Norman are all in the ASF WoT. I look forward to others doing so, and > will > be happy to post the trivial shell scripts

Re: Notes from ApacheCon

2006-07-02 Thread Norman Maurer
> Speaking of which, attached are notes for Norman which need explanation, are > inconsistent (the same class name spelled three different ways) and > incomplete, but he'll understand (and so should most forgiving readers from > context). :-) I can't open the attachment :-( Can you check it ? or

JSPF ip-clearance

2006-07-02 Thread Norman Maurer
Hi Noel and Danny, you said i just should drop a email to remember you of the ip-clearance for JSPF. Done now ;-) bye Norman signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

svn commit: r418681 - /james/server/sandbox/handlerapi/src/test/org/apache/james/smtpserver/SMTPTestConfiguration.java

2006-07-02 Thread norman
Author: norman Date: Sun Jul 2 21:58:28 2006 New Revision: 418681 URL: http://svn.apache.org/viewvc?rev=418681&view=rev Log: Fix JUnit tests (Maybe some stuff should be moved to Util class)! Modified: james/server/sandbox/handlerapi/src/test/org/apache/james/smtpserver/SMTPTestConfiguration

svn commit: r418678 - /james/jspf/trunk/pom.xml

2006-07-02 Thread norman
Author: norman Date: Sun Jul 2 21:47:03 2006 New Revision: 418678 URL: http://svn.apache.org/viewvc?rev=418678&view=rev Log: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r418677 - /james/jspf/trunk/build.xml

2006-07-02 Thread norman
Author: norman Date: Sun Jul 2 21:46:49 2006 New Revision: 418677 URL: http://svn.apache.org/viewvc?rev=418677&view=rev Log: update the build.xml by using mvn ant:ant. Thx to Alan to post the right command Modified: james/jspf/trunk/build.xml Modified: james/jspf/trunk/build.xml URL: http:

Re: Notes from ApacheCon

2006-07-02 Thread Norman Maurer
Am Sonntag, den 02.07.2006, 16:25 -0700 schrieb Alan D. Cabrera: > Alan D. Cabrera wrote: > > Noel J. Bergman wrote: > >> I spoke with Jason van Zyl, and although I prefer that we continue to > >> use > >> Ant rather than Maven, for interim use when necessary, we can > >> compromise by > >> agree

Re: Notes from ApacheCon

2006-07-02 Thread Norman Maurer
Am Sonntag, den 02.07.2006, 17:23 -0400 schrieb Noel J. Bergman: > Very quick, since I need to get up at O'Dark:30, and may not be online > before Thursday. > > Danny, Norman, Vincenzo and I met. Good chats. > > Norman and I probably spent the most "quality" time -- from a JAMES > perspective --

Re: Notes from ApacheCon

2006-07-02 Thread Alan D. Cabrera
Alan D. Cabrera wrote: Noel J. Bergman wrote: I spoke with Jason van Zyl, and although I prefer that we continue to use Ant rather than Maven, for interim use when necessary, we can compromise by agreeing to use the `maven ant` command and maintaining the resulting build.xml file in svn for an

Re: Notes from ApacheCon

2006-07-02 Thread Alan D. Cabrera
Noel J. Bergman wrote: I spoke with Jason van Zyl, and although I prefer that we continue to use Ant rather than Maven, for interim use when necessary, we can compromise by agreeing to use the `maven ant` command and maintaining the resulting build.xml file in svn for any JAMES project that uses

Re: v2.3 beta

2006-07-02 Thread Stefano Bagnara
Noel J. Bergman wrote: FWIW, Stefano is wrong when he asserts that I am the only one who can sign releases. I am simply the only one who does. Danny, myself, and shortly Norman are all in the ASF WoT. I look forward to others doing so, and will be happy to post the trivial shell scripts I use

RE: v2.3 beta

2006-07-02 Thread Noel J. Bergman
> I have posted a build on people.apache.org/~noel/james. At least I am trying to, but the upload is going very slowly and I'm going to sleep. Hopefully, it will upload by morning. --- Noel - To unsubscribe, e-mail: [E

Notes from ApacheCon

2006-07-02 Thread Noel J. Bergman
Very quick, since I need to get up at O'Dark:30, and may not be online before Thursday. Danny, Norman, Vincenzo and I met. Good chats. Norman and I probably spent the most "quality" time -- from a JAMES perspective -- working on code together. Some of the results are what he is coding into the

v2.3 beta

2006-07-02 Thread Noel J. Bergman
I have posted a build on people.apache.org/~noel/james. I will +1 it. Please review and vote. If it is approved, someone can move it to proper location, or I'll do it by Thursday. FWIW, Stefano is wrong when he asserts that I am the only one who can sign releases. I am simply the only one who d

[jira] Commented: (JAMES-549) Refactoring SMTPHandler to allow better integration of more the one class per command

2006-07-02 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-549?page=comments#action_12418862 ] Norman Maurer commented on JAMES-549: - We had setup a sandbaox now for this.. Im happy so far with it. Anyone which is intressted can have a look on this. > Refactoring SM

svn commit: r418616 - in /james/server/sandbox/handlerapi/src: conf/ java/org/apache/james/smtpserver/ java/org/apache/james/smtpserver/basefilter/

2006-07-02 Thread norman
Author: norman Date: Sun Jul 2 09:44:21 2006 New Revision: 418616 URL: http://svn.apache.org/viewvc?rev=418616&view=rev Log: Add fastfail filters Modified: james/server/sandbox/handlerapi/src/conf/james-config.xml james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver/SMTP

Quota interface

2006-07-02 Thread Joachim Draeger
Hi! I modified ImapMailboxRepository to deal with quotas. I'm still not sure how to let users setup own quotas without ending in chaos. Javadoc: http://www.joachim-draeger.de/JamesImap/proposal/index.html Source: http://svn.joachim-draeger.de/repos/james/imap/src/proposal/org/apache/james/mess

svn commit: r418591 - in /james/server/sandbox/handlerapi/src: conf/ java/org/apache/james/smtpserver/ java/org/apache/james/smtpserver/core/

2006-07-02 Thread norman
Author: norman Date: Sun Jul 2 06:16:43 2006 New Revision: 418591 URL: http://svn.apache.org/viewvc?rev=418591&view=rev Log: Add BaseCmdHandler which holds the default commandhandlers Added: james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver/CommandsHandler.java james/