[jira] Created: (JAMES-579) Update license headers and NOTICE to follow the latest ASF requirements

2006-07-27 Thread Stefano Bagnara (JIRA)
Update license headers and NOTICE to follow the latest ASF requirements --- Key: JAMES-579 URL: http://issues.apache.org/jira/browse/JAMES-579 Project: James Issue Type:

Conditional build / check for jdbc 3.x presence

2006-07-27 Thread Stefano Bagnara
Can we remove this thing? AFAIK we now build only against java 1.4+ and it should include jdbc 3.0 by default. Any drawbacks? Stefano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

svn commit: r426007 [18/18] - in /james/server/trunk: ./ src/java/org/apache/james/ src/java/org/apache/james/context/ src/java/org/apache/james/core/ src/java/org/apache/james/dnsserver/ src/java/org

2006-07-27 Thread bago
Modified: james/server/trunk/src/test/org/apache/james/transport/matchers/SMTPIsAuthNetworkTest.java URL: http://svn.apache.org/viewvc/james/server/trunk/src/test/org/apache/james/transport/matchers/SMTPIsAuthNetworkTest.java?rev=426007r1=426006r2=426007view=diff

[jira] Commented: (JAMES-579) Update license headers and NOTICE to follow the latest ASF requirements

2006-07-27 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-579?page=comments#action_12423809 ] Stefano Bagnara commented on JAMES-579: --- Updated the license headers. Updated the NOTICE. Maybe we also need to add a LICENSE file for each library mentioned

Legal related things to do before James 2.3.0 Release

2006-07-27 Thread Stefano Bagnara
Noel J. Bergman wrote: Just a reminder. Before we release JAMES v2.3, we're going to have to do some non-technical changes. We have to update the source headers, notice files, etc. I just updated the license headers for all files included in our trunk. I also updated the NOTICE file to

Re: Legal related things to do before James 2.3.0 Release

2006-07-27 Thread Stefano Bagnara
An additional note: if I understood it correctly ASF require this update only for releases done after 1 september 2006 and active branches at that time. As we'll hopefully cut the 2.3.0 release before that date we could probably skip this update for the 2.3 branch. Stefano Stefano Bagnara

Re: New website proposal

2006-07-27 Thread Stefano Bagnara
Noel J. Bergman wrote: http://people.apache.org/~bago/james/site-20060723/ The source code link for JAMES Server is broken. Fixed. (it was broken also in our previous site) Minor nits: James where it refers to the project - JAMES James where it refers to the server - JAMES Server I

[jira] Resolved: (JAMES-572) Create a common look and feel for James project, server, and other james products

2006-07-27 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-572?page=all ] Stefano Bagnara resolved JAMES-572. --- Resolution: Fixed Create a common look and feel for James project, server, and other james products

[jira] Resolved: (JAMES-571) Split james documentation for james project and server documentation

2006-07-27 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-571?page=all ] Stefano Bagnara resolved JAMES-571. --- Resolution: Fixed Assignee: Stefano Bagnara Split james documentation for james project and server documentation

svn commit: r426056 - /james/server/trunk/src/test/org/apache/james/smtpserver/TarpitHandlerTest.java

2006-07-27 Thread norman
Author: norman Date: Thu Jul 27 06:05:27 2006 New Revision: 426056 URL: http://svn.apache.org/viewvc?rev=426056view=rev Log: Junit test for TarpitHandler Added: james/server/trunk/src/test/org/apache/james/smtpserver/TarpitHandlerTest.java Added:

svn commit: r426066 - in /james/server/trunk/src: java/org/apache/james/util/SpamAssassinInvoker.java test/org/apache/james/smtpserver/DNSRBLHandlerTest.java

2006-07-27 Thread norman
Author: norman Date: Thu Jul 27 06:31:08 2006 New Revision: 426066 URL: http://svn.apache.org/viewvc?rev=426066view=rev Log: Fix log messages Add new junit test Modified: james/server/trunk/src/java/org/apache/james/util/SpamAssassinInvoker.java

Re: Conditional build / check for jdbc 3.x presence

2006-07-27 Thread Serge Knystautas
On 7/27/06, Stefano Bagnara [EMAIL PROTECTED] wrote: Can we remove this thing? AFAIK we now build only against java 1.4+ and it should include jdbc 3.0 by default. Any drawbacks? I think that should be safe to remove if we have deprecrated 1.3. -- Serge Knystautas Lokitech software .

svn commit: r426084 - in /james/server/trunk/src: java/org/apache/james/transport/mailets/RemoveMailAttribute.java test/org/apache/james/transport/mailets/RemoveMailAttributeTest.java

2006-07-27 Thread norman
Author: norman Date: Thu Jul 27 07:16:03 2006 New Revision: 426084 URL: http://svn.apache.org/viewvc?rev=426084view=rev Log: Throw an exception on invalidConfig Add junit test Added: james/server/trunk/src/test/org/apache/james/transport/mailets/RemoveMailAttributeTest.java Modified:

svn commit: r426093 - in /james/server/trunk/src/java/org/apache/james/transport/mailets: BayesianAnalysis.java WhiteListManager.java

2006-07-27 Thread norman
Author: norman Date: Thu Jul 27 07:49:54 2006 New Revision: 426093 URL: http://svn.apache.org/viewvc?rev=426093view=rev Log: Remove unneded methods and imports Modified: james/server/trunk/src/java/org/apache/james/transport/mailets/BayesianAnalysis.java

svn commit: r426098 - /james/server/trunk/src/java/org/apache/james/transport/matchers/

2006-07-27 Thread norman
Author: norman Date: Thu Jul 27 08:10:07 2006 New Revision: 426098 URL: http://svn.apache.org/viewvc?rev=426098view=rev Log: Code cleanup Add javadocs Modified: james/server/trunk/src/java/org/apache/james/transport/matchers/AbstractQuotaMatcher.java

[jira] Created: (JAMES-580) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

2006-07-27 Thread Vincenzo Gianferrari Pini (JIRA)
NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true -- Key: JAMES-580 URL:

[jira] Commented: (JAMES-580) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

2006-07-27 Thread Vincenzo Gianferrari Pini (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-580?page=comments#action_12423864 ] Vincenzo Gianferrari Pini commented on JAMES-580: - I don't know if this error was also in 2.2. In such case IMO we should consider it a blocker :-(

svn commit: r426107 - in /james/server/trunk/src/java/org/apache/james: transport/mailets/CommandListservProcessor.java transport/mailets/GenericListserv.java transport/mailets/WhiteListManager.java u

2006-07-27 Thread norman
Author: norman Date: Thu Jul 27 08:42:42 2006 New Revision: 426107 URL: http://svn.apache.org/viewvc?rev=426107view=rev Log: Add new util class which provides usefull static methods for mailets Code cleanup Added: james/server/trunk/src/java/org/apache/james/util/mailet/

[jira] Assigned: (JAMES-580) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

2006-07-27 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-580?page=all ] Norman Maurer reassigned JAMES-580: --- Assignee: Norman Maurer NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

Re: [jira] Commented: (JAMES-580) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

2006-07-27 Thread Norman Maurer
I found the bug.. I will commit the fix + junit test as fast as i can. bye Norman Am Donnerstag, den 27.07.2006, 08:37 -0700 schrieb Vincenzo Gianferrari Pini (JIRA): [ http://issues.apache.org/jira/browse/JAMES-580?page=comments#action_12423864 ] Vincenzo Gianferrari

[jira] Updated: (JAMES-580) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

2006-07-27 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-580?page=all ] Norman Maurer updated JAMES-580: Priority: Blocker (was: Major) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

svn commit: r426126 - in /james/server/trunk/src: java/org/apache/james/smtpserver/core/filter/fastfail/ValidSenderDomainHandler.java test/org/apache/james/smtpserver/ValidSenderDomainHandlerTest.java

2006-07-27 Thread norman
Author: norman Date: Thu Jul 27 09:29:19 2006 New Revision: 426126 URL: http://svn.apache.org/viewvc?rev=426126view=rev Log: Fix the Nullpointer on null sender if CheckValidSenderDomain is enabled. See JAMES-580 Added:

svn commit: r426127 - /james/server/branches/v2.3/src/java/org/apache/james/smtpserver/MailCmdHandler.java

2006-07-27 Thread norman
Author: norman Date: Thu Jul 27 09:31:03 2006 New Revision: 426127 URL: http://svn.apache.org/viewvc?rev=426127view=rev Log: Fix the Nullpointer on null sender if CheckValidSenderDomain is enabled. See JAMES-580 Modified:

[jira] Resolved: (JAMES-580) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

2006-07-27 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-580?page=all ] Norman Maurer resolved JAMES-580. - Fix Version/s: 2.3.0rc2 Resolution: Fixed NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

Re: [jira] Commented: (JAMES-580) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

2006-07-27 Thread Stefano Bagnara
Vincenzo Gianferrari Pini (JIRA) wrote: [ http://issues.apache.org/jira/browse/JAMES-580?page=comments#action_12423864 ] Vincenzo Gianferrari Pini commented on JAMES-580: - I don't know if this error was also in 2.2. In such case

[jira] Created: (JAMES-581) Add an Upgrade documentation to our docs explaining the upgrade from 2.2.0 to 2.3.0

2006-07-27 Thread Stefano Bagnara (JIRA)
Add an Upgrade documentation to our docs explaining the upgrade from 2.2.0 to 2.3.0 - Key: JAMES-581 URL: http://issues.apache.org/jira/browse/JAMES-581 Project:

[jira] Created: (JAMES-582) Released packages confusions (name, artifacts)

2006-07-27 Thread Stefano Bagnara (JIRA)
Released packages confusions (name, artifacts) -- Key: JAMES-582 URL: http://issues.apache.org/jira/browse/JAMES-582 Project: James Issue Type: Wish Components: Build System Affects

[jira] Commented: (JAMES-582) Released packages confusions (name, artifacts)

2006-07-27 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-582?page=comments#action_12423875 ] Stefano Bagnara commented on JAMES-582: --- Furthermore Norman noted that in our rc1 src distro there are javadocs in the www folder. I think this is a lack in

Re: [jira] Commented: (JAMES-580) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

2006-07-27 Thread Norman Maurer
You are right its a small fix.. BTW, its tested.. before the junit test throws a Nullpointer. After the fix the test pass.. But i agree not enough for a rc2. So please test. bye Norman Am Donnerstag, den 27.07.2006, 19:13 +0200 schrieb Stefano Bagnara: Vincenzo Gianferrari Pini (JIRA)

Re: MINA integration

2006-07-27 Thread Mike Heath
Sorry to come so late to the discussion. I've been trying to set aside more time to get back into the open-source projects I'm apart of but other things keep coming up that require my time. HausMail is ASLv2.0. It is not LGPL. Never has been. I wrote a distributed locking manager for JAMES a