Re: [MIME4J] Thread-Safe

2007-04-11 Thread Norman Maurer
Niklas Therning schrieb: > Norman Maurer wrote: > >> Hi guys, >> >> after using mime4j a little bit to implement some actions which should >> get taken for specific message parts I'm a little bit "unhappy" with it... >> Its ok for using in a single Thread programm, but with using multiply >> Thr

Re: Error Handling in SieveToMultiMailbox

2007-04-11 Thread Norman Maurer
robert burrell donkin schrieb: > On 4/10/07, Norman Maurer <[EMAIL PROTECTED]> wrote: >> Hi Robert, >> >> I don't know very well the fetchmail code by i think there is no special >> handling... >> >> I think the best solution whould to just deliver the message to the >> "normal" mailbox if such an

JAMES Server Nightly Build Report

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

Re: [MIME4J] Thread-Safe

2007-04-11 Thread Niklas Therning
Norman Maurer wrote: > Niklas Therning schrieb: > >> Norman Maurer wrote: >> >> >>> Hi guys, >>> >>> after using mime4j a little bit to implement some actions which should >>> get taken for specific message parts I'm a little bit "unhappy" with it... >>> Its ok for using in a single Thre

Re: Error Handling in SieveToMultiMailbox

2007-04-11 Thread Stefano Bagnara
robert burrell donkin ha scritto: On 4/10/07, Norman Maurer <[EMAIL PROTECTED]> wrote: Hi Robert, I don't know very well the fetchmail code by i think there is no special handling... I think the best solution whould to just deliver the message to the "normal" mailbox if such an error happen.

svn commit: r527463 - /james/server/branches/v2.3/src/site/xdoc/dns_configuration.xml

2007-04-11 Thread danny
Author: danny Date: Wed Apr 11 05:01:09 2007 New Revision: 527463 URL: http://svn.apache.org/viewvc?view=rev&rev=527463 Log: JAMES-774 (added documentation) Modified: james/server/branches/v2.3/src/site/xdoc/dns_configuration.xml Modified: james/server/branches/v2.3/src/site/xdoc/dns_configu

svn commit: r527464 - /james/project/trunk/server/src/site/xdoc/FAQ.xml

2007-04-11 Thread danny
Author: danny Date: Wed Apr 11 05:02:25 2007 New Revision: 527464 URL: http://svn.apache.org/viewvc?view=rev&rev=527464 Log: JAMES-774 (added documentation) Modified: james/project/trunk/server/src/site/xdoc/FAQ.xml Modified: james/project/trunk/server/src/site/xdoc/FAQ.xml URL: http://svn.

svn commit: r527466 - /james/server/trunk/src/site/xdoc/dns_configuration.xml

2007-04-11 Thread danny
Author: danny Date: Wed Apr 11 05:08:37 2007 New Revision: 527466 URL: http://svn.apache.org/viewvc?view=rev&rev=527466 Log: JAMES-774 (added documentation) Modified: james/server/trunk/src/site/xdoc/dns_configuration.xml Modified: james/server/trunk/src/site/xdoc/dns_configuration.xml URL:

[jira] Resolved: (JAMES-774) Add documentation for the dns ttl issue

2007-04-11 Thread Danny Angus (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Angus resolved JAMES-774. --- Resolution: Fixed Fix Version/s: Trunk Added docs to trunk & 2.3 branch dns_configuration xdoc

Re: [jira] Resolved: (JAMES-774) Add documentation for the dns ttl issue

2007-04-11 Thread Stefano Bagnara
Danny Angus (JIRA) ha scritto: *Sun* JVM DNS Lookup Configuration. *Sun*'s JVM Internet address lookup uses a cache which is unbounded and doesn't time out. [...] We are not currently aware of the behaviour of this cache in *other* *JVM* *implementations*, nor of the effect, if any, which this

Re: mail not getting filtered using jsieve

2007-04-11 Thread ketanbparekh
Hi All, I have included sieveConfig.xml in jsieve-0.2-SNAPSHOT.jar so it does not give me sieveConfig.xml not found Exception. But i am getting the flolowing error Class to be loaded isrequire class org.apache.jsieve.commands.Require Class to be loaded isfileinto class org.apache.jsieve

Re: [VOTE] JAMES 2.3.1RC1

2007-04-11 Thread Serge Knystautas
On 4/11/07, Bernd Fondermann <[EMAIL PROTECTED]> wrote: +0 Reason: Lack of time to even test this build, so I don't feel qualified to make a judgement here. :-( (This will probably change 1 or 2 month from now.) But I trust you guys, there is no need to let you wait and I really hope someone els

Getting Exception while evaluating Sieve script

2007-04-11 Thread ketanbparekh
Hi all, I have created two users user1 and user2 through telnet and configured outlook for user1 to send mails to the same user. I am using james-2.3.0 with jsieve. when i send a mail it reaches my inbox but it is not filtering it as per sieve file and give me the following error. I am gettin

Re: Getting Exception while evaluating Sieve script

2007-04-11 Thread robert burrell donkin
On 4/11/07, ketanbparekh <[EMAIL PROTECTED]> wrote: Hi all, hi Evaluated nodes : Apr 11, 2007 9:10:34 PM org.apache.jsieve.SieveFactory evaluate SEVERE: Evaluation failed. Reason: null exception! javax.mail.MessagingException: Exception evaluating Sieve script; nested exception is:

Re: Error Handling in SieveToMultiMailbox

2007-04-11 Thread robert burrell donkin
On 4/11/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: robert burrell donkin ha scritto: > On 4/10/07, Norman Maurer <[EMAIL PROTECTED]> wrote: >> Hi Robert, >> >> I don't know very well the fetchmail code by i think there is no special >> handling... >> >> I think the best solution whould to jus

RE: Error Handling in SieveToMultiMailbox

2007-04-11 Thread Steve Brewin
robert burrell donkin wrote: > > SieveToMultiMailbox contains the following snippet: > > // If there were errors, we redirect the email to the ERROR > // processor. > // In order for this server to meet the requirements of the SMTP > // specification, mails on the ERROR processor must be returned