Re: POSTAGE jira project created!

2006-07-07 Thread Bernd Fondermann
Thanks very much, Stefano! Bernd Stefano Bagnara wrote: Hi all, Serge just created a new jira project for POSTAGE: http://issues.apache.org/jira/browse/POSTAGE I already moved there 4 issues. Bernd, feel free to make any change and put in any further task. Stefano ---

[jira] Created: (JAMES-556) Allow to invert a matcher by using notmatch= in config.xml

2006-07-07 Thread Norman Maurer (JIRA)
Allow to invert a matcher by using notmatch= in config.xml -- Key: JAMES-556 URL: http://issues.apache.org/jira/browse/JAMES-556 Project: James Type: New Feature Reporter: Norman Maurer Assigned to: Norman

[jira] Resolved: (JAMES-259) Add SpamAssassin support

2006-07-07 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-259?page=all ] Norman Maurer resolved JAMES-259: - Resolution: Fixed > Add SpamAssassin support > > > Key: JAMES-259 > URL: http://issues.apache.org/jira/browse/J

svn commit: r419932 - in /james/server/trunk/src/java/org/apache/james: transport/mailets/SpamAssassin.java util/SpamAssassinInvoker.java

2006-07-07 Thread norman
Author: norman Date: Fri Jul 7 10:42:25 2006 New Revision: 419932 URL: http://svn.apache.org/viewvc?rev=419932&view=rev Log: Add spamassassian support based on Josh Parreco's contribution. Moved the core code to util class for easy use it in fastfail and matcher. See JAMES-259 Added: james

[jira] Resolved: (POSTAGE-2) create JIRA project for Postage

2006-07-07 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/POSTAGE-2?page=all ] Stefano Bagnara resolved POSTAGE-2: --- Resolution: Fixed Assign To: Serge Knystautas > create JIRA project for Postage > --- > > Key: POSTAGE-2 >

POSTAGE jira project created!

2006-07-07 Thread Stefano Bagnara
Hi all, Serge just created a new jira project for POSTAGE: http://issues.apache.org/jira/browse/POSTAGE I already moved there 4 issues. Bernd, feel free to make any change and put in any further task. Stefano - To unsubscribe

[jira] Assigned: (JAMES-259) Add SpamAssassin support

2006-07-07 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-259?page=all ] Norman Maurer reassigned JAMES-259: --- Assign To: Norman Maurer (was: Serge Knystautas) > Add SpamAssassin support > > > Key: JAMES-259 > URL: http://

Re: bayesiananalysis and sql

2006-07-07 Thread Vincenzo Gianferrari Pini
I think that the "for bit" attribute is for bit strings, not character strings. But perhaps VARCHAR in Derby is by default already case sensitive (see http://forum.java.sun.com/thread.jspa?threadID=746275&messageID=4271448). Try defining "token" as a simple varchar, then feed some ham/spam an

Re: bayesiananalysis and sql

2006-07-07 Thread Norman Maurer
Hi, should it not be: token varchar (128) for bit data NOT NULL default '', like descripted in http://db.apache.org/derby/docs/dev/ref/ref-single.html VARCHAR FOR BIT DATA The VARCHAR FOR BIT DATA type allows you to store binary strings less than or equal to a specified length. It is useful

Re: IMAP Draft: Cluster

2006-07-07 Thread Ahmed Mohombe
In a worst case, when nobody is ill or on holidays, you have at least one open connection per user all the time. How would one handle in the JVM and code these very long lasting connections? Why? Are there issues? I'm not aware of any problems with many sockets treated by many threads running

[jira] Resolved: (JAMES-554) Set the right svn property for excutable files

2006-07-07 Thread Vincenzo Gianferrari Pini (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-554?page=all ] Vincenzo Gianferrari Pini resolved JAMES-554: - Resolution: Fixed Sorry, I was wrong :-) Let's resolve it back. > Set the right svn property for excutable files > --

Re: bayesiananalysis and sql

2006-07-07 Thread Vincenzo Gianferrari Pini
The reason is that I tried it only with those DBMSs. My understanding was that sqlRessources.xml is to be upgraded only when testing is done on a new DBMS, as you are now doing for derby. I've added entries for all DBMSs for WhiteList stuff only because they were very trivial. Instead, bewar

Re: IMAP Draft: Cluster

2006-07-07 Thread Joachim Draeger
Am Donnerstag, den 06.07.2006, 15:39 +0200 schrieb Ahmed Mohombe: > > Am Donnerstag, den 06.07.2006, 10:47 +0200 schrieb Ahmed Mohombe: > >>> In a worst case, when nobody is ill or on holidays, you have at least > >>> one open connection per user all the time. > >> How would one handle in the JVM

[jira] Reopened: (JAMES-554) Set the right svn property for excutable files

2006-07-07 Thread Vincenzo Gianferrari Pini (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-554?page=all ] Vincenzo Gianferrari Pini reopened JAMES-554: - I think that such svn property is not related to being executable under linux/unix, but only to being a binary file and as such not v

[jira] Created: (JAMES-555) Bayesiananalysis should support not only mysql and msql

2006-07-07 Thread Norman Maurer (JIRA)
Bayesiananalysis should support not only mysql and msql --- Key: JAMES-555 URL: http://issues.apache.org/jira/browse/JAMES-555 Project: James Type: Improvement Components: Matchers/Mailets (bundled) Reporte

bayesiananalysis and sql

2006-07-07 Thread Norman Maurer
Hi guys, is there an reason why in sqlRessources.xml is only support for mysql and mssql for bayesiananalysis ? I just notice it when i try to test it with derby. bye Norman signature.asc Description: Dies ist ein digital signierter Nachrichtenteil