RE: More info from bounces

2003-08-28 Thread Noel J. Bergman
Andreas, We would certainly like to see your code, and I would very much like to see RFC 3464 implemented. There are two sides of bounce management. James generating notices, e.g. RFC 3464 DSNs; and James understanding bounces, e.g. ,DSN, VERP, etc. What aspect(s) have you implemented? Perhaps

RE: [PATCH]mbox mail repository v3

2003-08-28 Thread Noel J. Bergman
Jason. Not attached. The mailing list is probably filtering. What was the extension you used on the attachment? Please put in an archive file (e.g., a ZIP). I have already committed changes, so you might want to check what I've done, and see if there are any changes still to apply. --

cvs commit: james-server/src/java/org/apache/james/services MailRepository.java

2003-08-28 Thread noel
noel2003/08/28 09:32:02 Modified:src/java/org/apache/james/mailrepository Tag: branch_2_1_fcs AvalonMailRepository.java JDBCMailRepository.java src/java/org/apache/james/pop3server Tag: branch_2_1_fcs POP3Handler.java

cvs commit: james-server build.xml

2003-08-28 Thread noel
noel2003/08/28 09:42:27 Modified:.Tag: branch_2_1_fcs build.xml Log: Update to dnsjava 1.4.0, which contains a least one critical bug fix impacting James. Revision ChangesPath No revision No revision 1.116.2.12 +2 -2

cvs commit: james-server/lib dnsjava-1.4.0.jar dnsjava-1.3.2.jar

2003-08-28 Thread noel
noel2003/08/28 09:42:46 Added: lib Tag: branch_2_1_fcs dnsjava-1.4.0.jar Removed: lib Tag: branch_2_1_fcs dnsjava-1.3.2.jar Log: Update to dnsjava 1.4.0, which contains a least one critical bug fix impacting James. Revision ChangesPath No

cvs commit: james-server/src/conf james-config.xml

2003-08-28 Thread noel
noel2003/08/28 09:34:15 Modified:src/conf Tag: branch_2_1_fcs james-config.xml Log: Added configuration entry for the mbox format repository. Revision ChangesPath No revision No revision 1.40.2.16 +22 -1 james-server/src/con

RE: More info from bounces

2003-08-28 Thread Andreas Goggerle
Hi, I just implemented a simple bounce management within James. The code parses the James message Serge mentioned and detects soft and hard bounces. I agree that this is not a nice way, so I would like to fix the bug 18309 Noel mentioned. I will implement RFC 3464 (http://www.faqs.org/rfcs/rfc3464

cvs commit: james-server/src/java/org/apache/james/mailrepository MBoxMailRepository.java

2003-08-28 Thread noel
noel2003/08/28 09:33:26 Added: src/java/org/apache/james/mailrepository Tag: branch_2_1_fcs MBoxMailRepository.java Log: Jason Webb's mbox format repository. Revision ChangesPath No revision No revision

RE: [PATCH]mbox mail repository v3

2003-08-28 Thread Jason Webb
Here are the patches again I hope. I have enough from Outlook today. I don't want it to hurt me anymore :( As to the ripple effects of the new exceptions I hold my hand up there as I did make the changes, but I didn't generate the patch files for them. -- Jason > -Original Message- > Fro

cvs commit: james-server/src/java/org/apache/james/services MailRepository.java

2003-08-28 Thread noel
noel2003/08/28 09:22:37 Modified:src/java/org/apache/james/mailrepository Tag: branch_2_1_fcs AvalonMailRepository.java AvalonSpoolRepository.java JDBCMailRepository.java JDBCSpoolRepository.java s

cvs commit: james-server/src/java/org/apache/james/transport/matchers GenericRegexMatcher.java RecipientIsRegex.java SenderIsRegex.java

2003-08-28 Thread noel
noel2003/08/28 09:12:37 Modified:src/java/org/apache/james/transport/matchers Tag: branch_2_1_fcs GenericRegexMatcher.java RecipientIsRegex.java SenderIsRegex.java Log: As per ORO documentation (and code), the Perl5Matcher is not de

cvs commit: james-server/src/java/org/apache/james/core MailImpl.java

2003-08-28 Thread noel
noel2003/08/28 09:06:20 Modified:src/java/org/apache/james/core Tag: branch_2_1_fcs MailImpl.java Log: RFC 2822 section 3.4 says that To: fields don't have to have <>. Also, the Mail object's idea of Sender, which is really the SMTP MAIL FROM: parameter

RE: [PATCH]mbox mail repository v3

2003-08-28 Thread Noel J. Bergman
Jason, Nothing was attached. FWIW, I've already applied the patches by hand, although I can review yours to make sure I got theme right. By the way, if you do a clean rebuild, you should find that changing the repository interface had a ripple effect to some other files with respect to exception

cvs commit: james-server/lib .cvsignore

2003-08-28 Thread mcconnell
mcconnell2003/08/28 07:12:27 Modified:lib .cvsignore Log: See to have multiple refs to the mail jar. Revision ChangesPath 1.2 +1 -0 james-server/lib/.cvsignore Index: .cvsignore === R

cvs commit: james-server/lib/candidates cornerstone-connection-api-1.0.jar cornerstone-connection-impl-1.0.jar cornerstone-datasources-api-1.0.jar cornerstone-datasources-impl-1.0.jar cornerstone-scheduler-api-1.0.jar cornerstone-scheduler-impl-1.0.jar cornerstone-sockets-api-1.0.jar cornerstone-sockets-impl-1.0.jar cornerstone-store-api-1.0.jar cornerstone-store-impl-1.0.jar cornerstone-threads-api-1.0.jar cornerstone-threads-impl-1.0.jar

2003-08-28 Thread mcconnell
mcconnell2003/08/28 07:08:07 Modified:lib/candidates cornerstone-connection-api-1.0.jar cornerstone-connection-impl-1.0.jar cornerstone-datasources-api-1.0.jar cornerstone-datasources-impl-1.0.jar

RE: [PATCH]mbox mail repository v3

2003-08-28 Thread Jason Webb
As requested the patches using the unified format. The mbox repository now has the corrected path code as well. -- Jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AbstractRedirect family: Reply-To handling

2003-08-28 Thread Noel J. Bergman
For the getRecipients, the default behavior is documented by RFC (2)2822. It says that when sending a response, e.g., an auto-responder not a bounce, the default behavior should be the Reply-To: header(s). If they don't exist, the From: header(s) should be used. See: RFC 822 section 4.4.4 and RFC

RE: High CPU Load Followup

2003-08-28 Thread Steve Brewin
Kenny, > -Original Message- > From: Kenny Smith [mailto:[EMAIL PROTECTED] > Sent: 27 August 2003 18:53 > To: James Developers List > Subject: Re: High CPU Load Followup > > > Hello all, > > Still trying to push forward.. > > HPjmeter doesn't recognize the output format of Java 1.4, so I >

Re: High CPU Load Followup (solved?)

2003-08-28 Thread Kenny Smith
Hi Noel, It looks like dnsjava 1.4 recognizes the loop... $ java -cp dnsjava-1.3.2.jar lookup www.wesfin.com *waits 1 minute* ^C $ $ java -cp lib/dnsjava-1.4.0.jar lookup www.wesfin.com www.wesfin.com: CNAME loop $ Kenny On Wednesday, August 27, 2003, at 02:01 PM, Noel J. Bergman wrote: Kenny