[jira] Commented: (JSPF-21) SPF1Data.MAX_DEPTH = 10 not enough

2006-07-15 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JSPF-21?page=comments#action_12421301 ] Norman Maurer commented on JSPF-21: --- >From spf spec: SPF implementations MUST limit the number of mechanisms and modifiers that do DNS lookups to at most 10 per

[jira] Assigned: (JSPF-21) SPF1Data.MAX_DEPTH = 10 not enough

2006-07-15 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JSPF-21?page=all ] Norman Maurer reassigned JSPF-21: - Assignee: Norman Maurer > SPF1Data.MAX_DEPTH = 10 not enough > -- > > Key: JSPF-21 > URL: http://

svn commit: r422187 - /james/server/trunk/src/java/org/apache/james/smtpserver/core/

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 02:16:58 2006 New Revision: 422187 URL: http://svn.apache.org/viewvc?rev=422187&view=rev Log: Start to merge the smtp-fast-fail-api Added: james/server/trunk/src/java/org/apache/james/smtpserver/core/ - copied from r422186, james/server/sandbox/handlerap

svn commit: r422188 - /james/server/trunk/src/java/org/apache/james/smtpserver/

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 02:20:36 2006 New Revision: 422188 URL: http://svn.apache.org/viewvc?rev=422188&view=rev Log: merge the smtp-fast-fail-api Removed: james/server/trunk/src/java/org/apache/james/smtpserver/AuthCmdHandler.java james/server/trunk/src/java/org/apache/james/smtp

svn commit: r422189 - /james/server/trunk/src/java/org/apache/james/smtpserver/CommandHandler.java

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 02:23:04 2006 New Revision: 422189 URL: http://svn.apache.org/viewvc?rev=422189&view=rev Log: copy handlers Added: james/server/trunk/src/java/org/apache/james/smtpserver/CommandHandler.java - copied unchanged from r422188, james/server/sandbox/handlerap

svn commit: r422190 - /james/server/trunk/src/java/org/apache/james/smtpserver/CommandsHandler.java

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 02:24:31 2006 New Revision: 422190 URL: http://svn.apache.org/viewvc?rev=422190&view=rev Log: copy handlers Added: james/server/trunk/src/java/org/apache/james/smtpserver/CommandsHandler.java - copied unchanged from r422189, james/server/sandbox/handlera

Re: [VOTE] James 2.3.0b3 Release

2006-07-15 Thread Norman Maurer
Should i repack the 2.3.0b3 release with the JAMES-566 fixed ? Or should we release it without the patch ? bye Norman Am Donnerstag, den 13.07.2006, 08:09 +0200 schrieb Norman Maurer: > Only do give you some more feedback. We run it since yesterday in > production ( as mailrelay ) without problem

svn commit: r422192 - /james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver/core/SpamAssassinHandler.java

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 02:26:42 2006 New Revision: 422192 URL: http://svn.apache.org/viewvc?rev=422192&view=rev Log: Copy SpamassassinCmdHandler Added: james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver/core/SpamAssassinHandler.java - copied unchanged from r

svn commit: r422193 - /james/server/trunk/src/java/org/apache/james/smtpserver/

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 02:27:33 2006 New Revision: 422193 URL: http://svn.apache.org/viewvc?rev=422193&view=rev Log: delete smtpserver to replace it Removed: james/server/trunk/src/java/org/apache/james/smtpserver/ --

svn commit: r422194 - /james/server/trunk/src/java/org/apache/james/smtpserver/

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 02:28:45 2006 New Revision: 422194 URL: http://svn.apache.org/viewvc?rev=422194&view=rev Log: copy smtpserver package Added: james/server/trunk/src/java/org/apache/james/smtpserver/ - copied from r422193, james/server/sandbox/handlerapi/src/java/org/apac

svn commit: r422198 - in /james/server/trunk/src: java/org/apache/james/smtpserver/ java/org/apache/james/smtpserver/core/ java/org/apache/james/smtpserver/core/filter/ test/org/apache/james/smtpserve

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 02:49:12 2006 New Revision: 422198 URL: http://svn.apache.org/viewvc?rev=422198&view=rev Log: Merge some more stuff by hand for smtp-api Modified: james/server/trunk/src/java/org/apache/james/smtpserver/SMTPServer.java james/server/trunk/src/java/org/apach

svn commit: r422199 - /james/server/trunk/src/conf/james-config.xml

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 02:50:03 2006 New Revision: 422199 URL: http://svn.apache.org/viewvc?rev=422199&view=rev Log: Fix the config.xml Modified: james/server/trunk/src/conf/james-config.xml Modified: james/server/trunk/src/conf/james-config.xml URL: http://svn.apache.org/viewvc/ja

problem with custom documentation

2006-07-15 Thread robert burrell donkin
http://james.apache.org/custom_mailet_2_1.html suggests that one way to get custom mailets working is to add jars to the lib directory. when i add the james and mailet jars i get: java.lang.NoClassDefFoundError: org/apache/avalon/cornerstone/services/connection/AbstractHandlerFactory on startup

Mailet SDK...?

2006-07-15 Thread robert burrell donkin
i've been taking a look at the 2.3.0b3 binaries and i'm a little confused by the MailetSDK binary distribution. i expected this distribution to make it easy to get started with maillet development but i don't really understand how the MailetSDK achieves this. am i just confused about the purpose

finished smtp-api mergin

2006-07-15 Thread Norman Maurer
Hi guys, i finished the mergin of the smtp-fastfail api i was workin on.. So now its in the trunk and any feedback is welcome :-) bye Norman signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: problem with custom documentation

2006-07-15 Thread Norman Maurer
See: http://www.mail-archive.com/server-user%40james.apache.org/msg06414.html The docs are on the way to get updated.. bye Norman Am Samstag, den 15.07.2006, 11:52 +0100 schrieb robert burrell donkin: > http://james.apache.org/custom_mailet_2_1.html suggests that one way to get > custom mailets

Re: Mailet SDK...?

2006-07-15 Thread Norman Maurer
The MailetSDK could be used to use the Mailets api in a costum application.. bye Norman Am Samstag, den 15.07.2006, 12:41 +0100 schrieb robert burrell donkin: > i've been taking a look at the 2.3.0b3 binaries and i'm a little confused by > the MailetSDK binary distribution. i expected this distri

Re: [VOTE] James 2.3.0b3 Release

2006-07-15 Thread Stefano Bagnara
Norman Maurer wrote: Should i repack the 2.3.0b3 release with the JAMES-566 fixed ? Or should we release it without the patch ? Imo we should release 2.3.0b3 without the patch. JAMES-566 is about a feature not enabled by default, we'll include it in b4. Stefano -

svn commit: r422212 - /james/server/trunk/src/test/org/apache/james/test/util/Util.java

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 05:51:47 2006 New Revision: 422212 URL: http://svn.apache.org/viewvc?rev=422212&view=rev Log: Fix a false import Modified: james/server/trunk/src/test/org/apache/james/test/util/Util.java Modified: james/server/trunk/src/test/org/apache/james/test/util/Util.ja

Re: [VOTE] James website update (Was: svn commit: r421896 - in /james/site/trunk/www)

2006-07-15 Thread Stefano Bagnara
Noel J. Bergman wrote: 2) replaced 2.2.0 with 2.3.0 in download.xml Whoops ... this and the related text changes on the main page are premature, until we do release JAMES v2.3. This is the only thing that I feel should be reverted ... FOR NOW. Everything else is a go. I'd really like to pu

svn commit: r422215 - in /james/server/trunk/src/xdocs: index.xml stylesheets/project.xml stylesheets/site.xsl

2006-07-15 Thread bago
Author: bago Date: Sat Jul 15 06:55:01 2006 New Revision: 422215 URL: http://svn.apache.org/viewvc?rev=422215&view=rev Log: Site update: fix homepage new about b1, add jspf to menues, update apachecon banner to US 2006. Modified: james/server/trunk/src/xdocs/index.xml james/server/trunk/

Re: [VOTE] James website update (Was: svn commit: r421896 - in /james/site/trunk/www)

2006-07-15 Thread Stefano Bagnara
Noel J. Bergman wrote: Several changes: Would you please update the stylesheet to use the ApacheCon US 2006 logo instead of the one from last year? And, yes, you're about to generate a huge number of changed pages. DONE (already updated in my home "live" export). You can see that the new ba

RE: [VOTE] James website update (Was: svn commit: r421896 - in /james/site/trunk/www)

2006-07-15 Thread Noel J. Bergman
Stefano Bagnara wrote: > Noel J. Bergman wrote: > > Would you please update the stylesheet to use the ApacheCon US 2006 logo > DONE (already updated in my home "live" export) :) > Fixed to say "betas" and removed references to specific betas Looks good. We can direct them to http://people.apa

svn commit: r422261 - /james/jspf/trunk/src/site/xdoc/index.xml

2006-07-15 Thread norman
Author: norman Date: Sat Jul 15 09:26:14 2006 New Revision: 422261 URL: http://svn.apache.org/viewvc?rev=422261&view=rev Log: Fix download url Modified: james/jspf/trunk/src/site/xdoc/index.xml Modified: james/jspf/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/james/jspf/t

RE: [VOTE] James website update (Was: svn commit: r421896 - in /james/site/trunk/www)

2006-07-15 Thread Norman Maurer
Am Samstag, den 15.07.2006, 11:40 -0400 schrieb Noel J. Bergman: > Stefano Bagnara wrote: > > > Noel J. Bergman wrote: > > > Would you please update the stylesheet to use the ApacheCon US 2006 logo > > > DONE (already updated in my home "live" export) > > :) > > > Fixed to say "betas" and remov

Re: [VOTE] James 2.3.0b3 Release

2006-07-15 Thread Norman Maurer
Agree.. So just tell me when we should move it to the "official" download area.. bye Norman Am Samstag, den 15.07.2006, 14:38 +0200 schrieb Stefano Bagnara: > Norman Maurer wrote: > > Should i repack the 2.3.0b3 release with the JAMES-566 fixed ? Or should > > we release it without the patch ? >

Re: [VOTE] Apply JAMES-358 patch (singleIPperMX option)

2006-07-15 Thread Vincenzo Gianferrari Pini
+1 (if not default) from me. Vincenzo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Resolved: (JSPF-21) SPF1Data.MAX_DEPTH = 10 not enough

2006-07-15 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JSPF-21?page=all ] Norman Maurer resolved JSPF-21. --- Resolution: Invalid The current SPF specs shows us that this issue is invalid. jSPF acts like the specs descript it > SPF1Data.MAX_DEPTH = 10 not enough >