mime4j 0.3 status update

2007-04-30 Thread Stefano Bagnara
I just published some test build of the current mime4j after cleaning up our repository: http://people.apache.org/~bago/mime4j/ What do you think? Is there anything else we have to do before starting the release vote? Stefano PS: to make an official release of mime4j we should also make a releas

svn commit: r533891 - /james/mime4j/trunk/bin/

2007-04-30 Thread bago
Author: bago Date: Mon Apr 30 16:58:09 2007 New Revision: 533891 URL: http://svn.apache.org/viewvc?view=rev&rev=533891 Log: Remove binaries with unknown license. Removed: james/mime4j/trunk/bin/ - To unsubscribe, e-mail: [E

[jira] Updated: (MIME4J-11) Resolve copyright issue for test messages

2007-04-30 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara updated MIME4J-11: -- Attachment: testmsgs.zip bin.zip Binaries and test messages being removed from t

RE: ApacheCon EU, May 2-5

2007-04-30 Thread Noel J. Bergman
> > Robert, I and Jukka have been having a grand ol' time > > working on JAMES v3 (or 4:-p), > Looking forward to getting my teeth into it. :-) As you might imagine, we spent a lot of time talking about JCR (JSR-170) and JAMES. And it all is falling out quite nicely on paper (figuratively speak

Re: svn commit: r533792 - in /james/jspf/branches/asynch-jspf/src/main/java/org/apache/james/jspf: SPF.java policies/InitialChecksPolicy.java

2007-04-30 Thread Norman Maurer
Stefano Bagnara schrieb: > Norman Maurer ha scritto: > >> [EMAIL PROTECTED] schrieb: >> >>> +if (spfData.getSenderDomain().indexOf('.') < 0) { >>> +throw new NoneException("Sender domain >>> "+spfData.getSenderDomain()+" is not an FQDN."); >>> +} >>>

Re: svn commit: r533792 - in /james/jspf/branches/asynch-jspf/src/main/java/org/apache/james/jspf: SPF.java policies/InitialChecksPolicy.java

2007-04-30 Thread Stefano Bagnara
Norman Maurer ha scritto: > > [EMAIL PROTECTED] schrieb: >> +if (spfData.getSenderDomain().indexOf('.') < 0) { >> +throw new NoneException("Sender domain >> "+spfData.getSenderDomain()+" is not an FQDN."); >> +} >> + >> > Should we use a "bett

svn commit: r533803 - /james/jspf/branches/asynch-jspf/src/test/java/org/apache/james/jspf/

2007-04-30 Thread bago
Author: bago Date: Mon Apr 30 09:57:17 2007 New Revision: 533803 URL: http://svn.apache.org/viewvc?view=rev&rev=533803 Log: Refactored the AbstractYamlTest so that most behaviour is configurable: 1) Ability to switch from mocked dnsservice to local "fake dnsservice". 2) Ability to swtich from Sync

svn commit: r533800 - in /james/jspf/branches/asynch-jspf: ./ src/test/java/org/apache/james/jspf/dnsserver/

2007-04-30 Thread bago
Author: bago Date: Mon Apr 30 09:53:10 2007 New Revision: 533800 URL: http://svn.apache.org/viewvc?view=rev&rev=533800 Log: Dummy implementation of an authoritative only DNSServer whose behaviour is configurable via Yaml zone definition (it also simulates timeouts and per lookup delays). WARNING

svn commit: r533798 - in /james/jspf/branches/asynch-jspf: pom.xml stage/dnsjava/jars/dnsjava-2.0.4-SNAPSHOT.jar

2007-04-30 Thread bago
Author: bago Date: Mon Apr 30 09:50:04 2007 New Revision: 533798 URL: http://svn.apache.org/viewvc?view=rev&rev=533798 Log: Use a custom dnsjava because I fixed a couple of bugs preventing the new asynchronous code to work correctly. Added: james/jspf/branches/asynch-jspf/stage/dnsjava/jars

svn commit: r533797 - in /james/jspf/branches/asynch-jspf: src/main/java/org/apache/james/jspf/impl/DNSJnioAsynchService.java stage/uk.nominet/jars/dnsjnio-0.9.7-SNAPSHOT.jar

2007-04-30 Thread bago
Author: bago Date: Mon Apr 30 09:49:10 2007 New Revision: 533797 URL: http://svn.apache.org/viewvc?view=rev&rev=533797 Log: First attempt to create a dnsjnio based asynchronous dns lookup service. Currently it hardcoded the lookup to a local fake server "127.0.0.1" on a random port. This will be

svn commit: r533796 - in /james/jspf/branches/asynch-jspf/src/main/java/org/apache/james/jspf: core/DNSAsynchLookupService.java core/StagedMultipleSPFExecutor.java impl/DNSServiceAsynchSimulator.java

2007-04-30 Thread bago
Author: bago Date: Mon Apr 30 09:46:46 2007 New Revision: 533796 URL: http://svn.apache.org/viewvc?view=rev&rev=533796 Log: Changed StagedMultipleSPFExecutor to use a static int for lookups identifier. Also refactored it to limit the pending lookup queue to 50 and block new lookup submissions oth

svn commit: r533795 - in /james/jspf/branches/asynch-jspf/src/main/java/org/apache/james/jspf: core/DNSRequest.java macro/MacroExpand.java terms/AMechanism.java terms/ExpModifier.java terms/PTRMechani

2007-04-30 Thread bago
Author: bago Date: Mon Apr 30 09:43:00 2007 New Revision: 533795 URL: http://svn.apache.org/viewvc?view=rev&rev=533795 Log: Added better ipaddress comparison (PTRMechanism) by parsing the string to ipaddr and toString again (better matching for weird IPV6 addresses). Fixed ExpModifier to remove l

Re: svn commit: r533792 - in /james/jspf/branches/asynch-jspf/src/main/java/org/apache/james/jspf: SPF.java policies/InitialChecksPolicy.java

2007-04-30 Thread Norman Maurer
[EMAIL PROTECTED] schrieb: > +if (spfData.getSenderDomain().indexOf('.') < 0) { > +throw new NoneException("Sender domain > "+spfData.getSenderDomain()+" is not an FQDN."); > +} > + > Should we use a "better" regex for FQDN detection ? bye N

svn commit: r533792 - in /james/jspf/branches/asynch-jspf/src/main/java/org/apache/james/jspf: SPF.java policies/InitialChecksPolicy.java

2007-04-30 Thread bago
Author: bago Date: Mon Apr 30 09:36:41 2007 New Revision: 533792 URL: http://svn.apache.org/viewvc?view=rev&rev=533792 Log: Removed log of the result before returning the SPFResult. In case of asynchronous processing the getResult from the log statement will make the thread to wait for the resul

Re: [RESULT] [VOTE] JAMES 2.3.1 (final)

2007-04-30 Thread Danny Angus
On 4/30/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: And enjoy your talk! Will you publish something about the talk after the talk? Probably, depends whether or not it goes down well :-) d. - To unsubscribe, e-mail: [EMAIL

Re: [RESULT] [VOTE] JAMES 2.3.1 (final)

2007-04-30 Thread Stefano Bagnara
Danny Angus ha scritto: > Woops, sorry Norman I *missed* the VOTE email, I wasn't being lazy, > just not paying enough attention! > > d. Just don't tell us you wanted to vote -1 becayse you're late! ;-) And enjoy your talk! Will you publish something about the talk after the talk? Stefano ---

Re: [RESULT] [VOTE] JAMES 2.3.1 (final)

2007-04-30 Thread Danny Angus
Woops, sorry Norman I *missed* the VOTE email, I wasn't being lazy, just not paying enough attention! d. On 4/29/07, Norman Maurer <[EMAIL PROTECTED]> wrote: Hi Guys, its time to close the VOTE. So here we go: Binding: +1 Norman, Stefano, Vincenzo +0 Søren +1 Non-Binding: +1 Sandeep So we

Re: ApacheCon EU, May 2-5

2007-04-30 Thread Danny Angus
Robert, I and Jukka have been having a grand ol' time working on JAMES v3 (or 4:-p), Please don't do anything that invalidates my talk until *after* I've given it. ;-) Looking forward to getting my teeth into it. d. - To unsub

RE: ApacheCon EU, May 2-5

2007-04-30 Thread Noel J. Bergman
Danny, Alex and Bernd, Excellent! So the three of you arrive at about the same time. Please find Robert and me. Robert, I and Jukka have been having a grand ol' time working on JAMES v3 (or 4:-p), and are eager to get together with you guys! --- Noel

Re: ApacheCon EU, May 2-5

2007-04-30 Thread Alex Karasulu
See you guys there as well. I will be arriving tomorrow morning by train. In Paris right now. Will be staying til Friday evening. Alex On 4/30/07, Bernd Fondermann <[EMAIL PROTECTED]> wrote: I will be there tomorrow from 1200 to 1800. Hope to see you at the Hackathon! :-) Bernd On 4/30/0

Re: ApacheCon EU, May 2-5

2007-04-30 Thread Danny Angus
If you are a flickr user join the apachecon group http://www.flickr.com/groups/apachecon/ and post your photos. d. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ApacheCon EU, May 2-5

2007-04-30 Thread Danny Angus
On 4/30/07, Noel J. Bergman <[EMAIL PROTECTED]> wrote: So who has made it? :-) Robert and I are here. Danny, here yet? Tomorrow mid-day-ish. Anyone else? Perhaps we can all get togeter for a live/virtual hack-a-thon tomorrow, EU time +1 make it after lunch apachecon-time and I'll be th

Re: ApacheCon EU, May 2-5

2007-04-30 Thread Bernd Fondermann
I will be there tomorrow from 1200 to 1800. Hope to see you at the Hackathon! :-) Bernd On 4/30/07, Noel J. Bergman <[EMAIL PROTECTED]> wrote: So who has made it? :-) Robert and I are here. Danny, here yet? Anyone else? Perhaps we can all get togeter for a live/virtual hack-a-thon tomorro

Re: ApacheCon EU, May 2-5

2007-04-30 Thread Norman Maurer
Same here. Bye Norman Stefano Bagnara schrieb: > I'm in EU time, but probably not available in the morning. > Tomorrow afternoon I can be here. > > Tell me an hours range and I'll try to be on IRC. > > Stefano > > Noel J. Bergman ha scritto: > >> So who has made it? :-) >> >> Robert and I are

Re: ApacheCon EU, May 2-5

2007-04-30 Thread Stefano Bagnara
I'm in EU time, but probably not available in the morning. Tomorrow afternoon I can be here. Tell me an hours range and I'll try to be on IRC. Stefano Noel J. Bergman ha scritto: > So who has made it? :-) > > Robert and I are here. Danny, here yet? Anyone else? Perhaps we can all > get toge

RE: ApacheCon EU, May 2-5

2007-04-30 Thread Noel J. Bergman
So who has made it? :-) Robert and I are here. Danny, here yet? Anyone else? Perhaps we can all get togeter for a live/virtual hack-a-thon tomorrow, EU time. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For

JAMES Server Nightly Build Report

2007-04-30 Thread JAMES Nightly Build System
Updating From Source Control At revision 533616. Do a Clean Build with Unit Tests and Distri