[james-project] 10/23: JAMES-2702 Improve DurationParser exception handling

2019-03-27 Thread btellier
JAMES-2702 Improve DurationParser exception handling --- .../util/src/main/java/org/apache/james/util/DurationParser.java | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/server/container/util/src/main/java/org/apache/james/util/DurationParser.java b/server/container

[16/34] james-project git commit: JAMES-2085 Remove unneeded exception handling

2017-07-05 Thread aduprat
JAMES-2085 Remove unneeded exception handling MessageId serialization is handled by capabilities Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/746bbc89 Tree: http://git-wip-us.apache.org/repos/asf/james

[05/12] james-project git commit: JAMES-1930 Improve Exception handling for Authorizer

2017-02-14 Thread aduprat
JAMES-1930 Improve Exception handling for Authorizer Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2bf11b03 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2bf11b03 Diff: http://git-wip

[3/4] james-project git commit: MAILET-149 Factorize exception handling in Amqp Junit rule

2017-01-24 Thread btellier
MAILET-149 Factorize exception handling in Amqp Junit rule Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/84ecf060 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/84ecf060 Diff: http://git-wip

[jira] [Closed] (MAILETSTANDARD-12) In DSNBounce the exception handling is mixed up for setting Remote Address and Host

2012-04-20 Thread Eric Charles (Closed) (JIRA)
(was: Robert Burrell Donkin) Committed, Thx Dinyar. > In DSNBounce the exception handling is mixed up for setting Remote Address > and Host > --- > > Key: MA

[jira] [Commented] (MAILETSTANDARD-12) In DSNBounce the exception handling is mixed up for setting Remote Address and Host

2012-04-20 Thread Eric Charles (Commented) (JIRA)
u've got good eyes :) Thx for the explanation, I will commit your patch, Eric > In DSNBounce the exception handling is mixed up for setting Remote Address > and Host > --- >

[jira] [Commented] (MAILETSTANDARD-12) In DSNBounce the exception handling is mixed up for setting Remote Address and Host

2012-04-19 Thread Dinyar Rabady (Commented) (JIRA)
ery quick scan, the patch applies the correct change however by only swapping the method calls in the try blocks. > In DSNBounce the exception handling is mixed up for setting Remote Address

[jira] [Commented] (MAILETSTANDARD-12) In DSNBounce the exception handling is mixed up for setting Remote Address and Host

2012-04-19 Thread Eric Charles (Commented) (JIRA)
the patch. Can you tell us more how the line swapping will bring a positive effect? Eric > In DSNBounce the exception handling is mixed up for setting Remote Address > and Host > --- > >

[jira] [Updated] (MAILETSTANDARD-12) In DSNBounce the exception handling is mixed up for setting Remote Address and Host

2012-04-19 Thread Dinyar Rabady (Updated) (JIRA)
lines. I think it is only necessary to swap the function calls in the try block. > In DSNBounce the exception handling is mixed up for setting Remote Address > and Host > --- > >

[jira] [Created] (MAILETSTANDARD-12) In DSNBounce the exception handling is mixed up for setting Remote Address and Host

2012-04-17 Thread Dinyar Rabady (Created) (JIRA)
In DSNBounce the exception handling is mixed up for setting Remote Address and Host --- Key: MAILETSTANDARD-12 URL: https://issues.apache.org/jira/browse/MAILETSTANDARD-12

Re: Exception-Handling

2010-10-08 Thread Norman
Hi Frank, could you give me some more details about your enviroment. * What version of JAMES are you using ? * Could you show me a stracktrace for the NotifyPostMaster mailet ? I wonder if the exception only accours when the NotifyPostMaster Mailet tries to alter the original MimeMessage or w

AW: Exception-Handling

2010-10-08 Thread Frank Fitzke
Hi Norman, some mails i encountered can't be processed by the NotifyPostmaster-Mailet which throwed Exceptions itself. Some eMails were "very" malformed. :-( So i have to handle the exception in the very last position in the spoolmanager. cu es gl Frank > Hi Frank, > > I wonder why you "h

Re: Exception-Handling

2010-10-08 Thread Norman
Hi Frank, I wonder why you "hacked" the ToRepository mailet. You could just have insert the "NotifyPostmaster" mailet in the error processor. Did it not work for you ? Bye, Norman Am 08.10.2010 13:19, schrieb Frank Fitzke: Hi List, i want to notify the Postmaster if a message causes an ex

Exception-Handling

2010-10-08 Thread Frank Fitzke
Hi List, i want to notify the Postmaster if a message causes an exception and go to the error processor. So i altered the ToRepository and added a Function. Does anyone got an eMail (eml-file) that causes an exception in the spoolmanager? Or - is there an other safe way to throw an exception