20 messages in org.apache.james.generalRe: MarkMail: Powered by Apache James
FromSent OnAttachments
Jason HunterNov 7, 2007 6:36 pm 
Stefano BagnaraNov 8, 2007 1:02 am 
Danny AngusNov 8, 2007 1:36 am 
Noel J. BergmanNov 8, 2007 8:30 am 
Noel J. BergmanNov 8, 2007 8:34 am 
Danny AngusNov 8, 2007 8:39 am 
Noel J. BergmanNov 8, 2007 9:32 am 
Jason HunterNov 8, 2007 10:46 am 
Jason HunterNov 8, 2007 10:55 am 
Danny AngusNov 8, 2007 11:12 am 
Norman MaurerNov 8, 2007 12:16 pm 
Norman MaurerNov 8, 2007 12:17 pm 
Norman MaurerNov 8, 2007 12:18 pm 
Jason HunterNov 8, 2007 12:35 pm 
Danny AngusNov 9, 2007 12:15 am 
Robert Burrell DonkinNov 9, 2007 2:51 am 
Danny AngusNov 9, 2007 3:06 am 
Jason HunterNov 9, 2007 3:10 am 
Noel J. BergmanNov 9, 2007 9:52 am 
Robert Burrell DonkinNov 14, 2007 1:38 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: MarkMail: Powered by Apache JamesActions...
From:Jason Hunter (jhun@acm.org)
Date:Nov 8, 2007 10:55:52 am
List:org.apache.james.general

Danny Angus wrote:

As for complex conditions you might try JSeive, or alternatively write a rules based matcher yourself.

Thanks for letting me know I wasn't just overlooking something. I think writing my own matcher would suffice for my needs.

FYI, that reminds me, I wrote my own MboxMailRepository. I didn't contribute it back because mine only needed to be write-only (I write every incoming email to Mark Logic and an mbox file). In my mbox version I fixed a few issues with the existing one:

* Reports exceptions if the mbox dir isn't there. * Closes files in finally block. * Nicely exceptions out if no disk space. * Ensures "envsender" in From line is one word.

I'd be happy to send in the rewritten version if someone wants to put these fixes into the trunk.

-jh-