Things to talk about at ApacheCon

2006-06-22 Thread Stefano Bagnara
I won't be there, but I would appreciate if this topic could be discussed there: 1) We have only 1 committer able to sign releases: imo this is *really bad* to James. Is in our power (as PMC) to decide that only final releases need to be signed with a trusted signature while at least mileston

"votes" for next 2.3 release

2006-06-22 Thread Stefano Bagnara
I hope we don't need a single vote for every single issue, so please help with short and clear "vote like" answers to the points (I prefer a clear -1 than a long discussion: at least with a -1 we don't delay the next release). --- Add a default hardcoded configuration for the SMTPHandlerChain

svn commit: r416435 - /james/server/trunk/src/test/org/apache/james/transport/matchers/UserIsTest.java

2006-06-22 Thread norman
Author: norman Date: Thu Jun 22 11:10:02 2006 New Revision: 416435 URL: http://svn.apache.org/viewvc?rev=416435&view=rev Log: Add UserIs matcher junit test Added: james/server/trunk/src/test/org/apache/james/transport/matchers/UserIsTest.java Added: james/server/trunk/src/test/org/apache/j

svn commit: r416433 - in /james/server/trunk/src/test/org/apache/james/transport/matchers: SMTPAuthSuccessfulTest.java SMTPAuthUserIsTest.java

2006-06-22 Thread norman
Author: norman Date: Thu Jun 22 10:55:17 2006 New Revision: 416433 URL: http://svn.apache.org/viewvc?rev=416433&view=rev Log: Add junit test for SMTPAuthUserIs matcher Added: james/server/trunk/src/test/org/apache/james/transport/matchers/SMTPAuthUserIsTest.java Modified: james/server/t

svn commit: r416426 - /james/server/trunk/src/test/org/apache/james/transport/matchers/SMTPAuthSuccessfulTest.java

2006-06-22 Thread norman
Author: norman Date: Thu Jun 22 10:35:53 2006 New Revision: 416426 URL: http://svn.apache.org/viewvc?rev=416426&view=rev Log: Add junit test for SMTPAuthSuccessful matcher Added: james/server/trunk/src/test/org/apache/james/transport/matchers/SMTPAuthSuccessfulTest.java Added: james/server

svn commit: r416425 - in /james/server/trunk/src/test/org/apache/james/transport/matchers: AbstractHasMailAttributeTest.java HasMailAttributeTest.java HasMailAttributeWithValueRegexTest.java HasMailAt

2006-06-22 Thread norman
Author: norman Date: Thu Jun 22 10:34:59 2006 New Revision: 416425 URL: http://svn.apache.org/viewvc?rev=416425&view=rev Log: Add junit test for SMTPAuthSuccessful matcher Modified: james/server/trunk/src/test/org/apache/james/transport/matchers/AbstractHasMailAttributeTest.java james/s

Re: Proposal: SMTPServer api and add more support for be pluggable ( like mailets)

2006-06-22 Thread Norman Maurer
No comments yet.. So i will start to working on this. I will create a jira issue and post there some sample code so all better understand and see what i want to do ;-) Just want to make clear someone is working on this! bye Norman Am Montag, den 19.06.2006, 07:42 +0200 schrieb Norman Maurer: > Hi

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

2006-06-22 Thread Norman Maurer (JIRA)
Refactoring SMTPHandler to allow better integration of more the one class per command - Key: JAMES-549 URL: http://issues.apache.org/jira/browse/JAMES-549 Project: James Type: Improv