svn commit: r414436 - in /james/server/trunk/src/java/org/apache/james: smtpserver/SMTPHandler.java util/CRLFTerminatedReader.java

2006-06-14 Thread noel
Author: noel Date: Wed Jun 14 19:00:50 2006 New Revision: 414436 URL: http://svn.apache.org/viewvc?rev=414436&view=rev Log: Quick fix for CVS-2006-2806 Modified: james/server/trunk/src/java/org/apache/james/smtpserver/SMTPHandler.java james/server/trunk/src/java/org/apache/james/util/CRLF

Re: ApacheCon EU OSGi panel

2006-06-14 Thread Stefano Bagnara
Hi Richard, I just want to add that also we, at Apache James project, discussed about removing our Avalon Phoenix dependency in favor of OSGi/Felix. I crosspost this to james server-dev list, to let James developers know of this message and eventually raise questions, and felix may be intere

Re: jspf release

2006-06-14 Thread Norman Maurer
Anyone had a look yet ? I whould really like to push it forward ;-) Can you sign the release Noel ? bye Norman Am Dienstag, den 06.06.2006, 18:02 +0200 schrieb Stefano Bagnara: > I just built jspf on minotaur (published on people.apache.org) > /~bago/jspf/1.0b1/ > > You can download the library

Re: Proposal: new approach to spooling

2006-06-14 Thread Serge Knystautas
On 6/14/06, Stefano Bagnara <[EMAIL PROTECTED]> wrote: We should also keep in mind the Delivery Status Notification services while thinking at this changes. Yes, def. Imo the *must* are a little different: a) letting the mailet indicate that it consumed the message b) letting the mailet retur

[jira] Updated: (JAMES-534) Text replacing Mailet

2006-06-14 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-534?page=all ] Stefano Bagnara updated JAMES-534: -- Attachment: StringUtils.java ReplaceContent.java StringUtils.split is not so good (it does not handle the escaping char the right way). We w

[jira] Created: (JAMES-534) Text replacing Mailet

2006-06-14 Thread Stefano Bagnara (JIRA)
Text replacing Mailet - Key: JAMES-534 URL: http://issues.apache.org/jira/browse/JAMES-534 Project: James Type: New Feature Components: Mailet Contributions Reporter: Stefano Bagnara Priority: Minor Mailet to apply multiple replacin

RE: Proposal: new approach to spooling

2006-06-14 Thread Noel J. Bergman
> Oh drawing 2 didn't work! RETRY.. The list server is stripping almost all attachments. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Updated: (JAMES-533) OnlyText mailet

2006-06-14 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-533?page=all ] Stefano Bagnara updated JAMES-533: -- Attachment: OnlyText.java > OnlyText mailet > --- > > Key: JAMES-533 > URL: http://issues.apache.org/jira/browse/JAMES-533 >

[jira] Created: (JAMES-533) OnlyText mailet

2006-06-14 Thread Stefano Bagnara (JIRA)
OnlyText mailet --- Key: JAMES-533 URL: http://issues.apache.org/jira/browse/JAMES-533 Project: James Type: New Feature Components: Mailet Contributions Reporter: Stefano Bagnara Priority: Minor Mailet to keep only the text part of a messag

[jira] Updated: (JAMES-532) Wrap/Unwrap Flow/Deflow mailets

2006-06-14 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-532?page=all ] Stefano Bagnara updated JAMES-532: -- Attachment: FlowedMessageUtils.java WrapText.java UnwrapText.java My mailets and the util class: they have been tuned for a w

[jira] Created: (JAMES-532) Wrap/Unwrap Flow/Deflow mailets

2006-06-14 Thread Stefano Bagnara (JIRA)
Wrap/Unwrap Flow/Deflow mailets --- Key: JAMES-532 URL: http://issues.apache.org/jira/browse/JAMES-532 Project: James Type: New Feature Components: Mailet Contributions Reporter: Stefano Bagnara Priority: Minor Here are Wrap

[jira] Updated: (JAMES-531) Microsoft's TNEF decoding mailet

2006-06-14 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-531?page=all ] Stefano Bagnara updated JAMES-531: -- Attachment: TNEFDecode.java You will need to download the jar from http://www.freeutils.net/source/jtnef/ > Microsoft's TNEF decoding mailet > -

[jira] Created: (JAMES-531) Microsoft's TNEF decoding mailet

2006-06-14 Thread Stefano Bagnara (JIRA)
Microsoft's TNEF decoding mailet Key: JAMES-531 URL: http://issues.apache.org/jira/browse/JAMES-531 Project: James Type: New Feature Components: Mailet Contributions Reporter: Stefano Bagnara Priority: Minor A mailet to

[jira] Updated: (JAMES-235) New mailet to save certain attached files

2006-06-14 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-235?page=all ] Stefano Bagnara updated JAMES-235: -- Attachment: StripAttachment.java The mailet I use, based on the previous mailet. > New mailet to save certain attached files > -

[jira] Resolved: (JAMES-364) Made adding of footer optional with CommandListServProcessor

2006-06-14 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-364?page=all ] Norman Maurer resolved JAMES-364: - Fix Version: 2.4.0 Resolution: Fixed Assign To: Norman Maurer Patch was applied > Made adding of footer optional with CommandListServProcessor

svn commit: r414176 - /james/server/trunk/src/java/org/apache/james/transport/mailets/CommandListservProcessor.java

2006-06-14 Thread norman
Author: norman Date: Wed Jun 14 03:22:35 2006 New Revision: 414176 URL: http://svn.apache.org/viewvc?rev=414176&view=rev Log: Add Option to disable the addFototer in CommandListServProcessor. Thx to Daniel Perry for the Patch. See JAMES-364 Modified: james/server/trunk/src/java/org/apache/j

[jira] Updated: (JAMES-530) Add more spool manage commands to RemoteManager

2006-06-14 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-530?page=all ] Norman Maurer updated JAMES-530: Attachment: SpoolCmds.patch Here is my current work. Plz have a look. I Consider to match only agains Headers not the complete message. Anyway all critic etc i

Re: Proposal: new approach to spooling

2006-06-14 Thread Danny Angus
Oh drawing 2 didn't work! RETRY.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Proposal: new approach to spooling

2006-06-14 Thread Danny Angus
On 03/06/06, Noel J. Bergman <[EMAIL PROTECTED]> wrote: Concepts: - Each processor is a named queue entry. This is not a change from today, except that these may be real queues in the JMS sense of the word JMS +1 - A queue entry would normally contain a JAMES Mail object.

Re: Mail interface

2006-06-14 Thread Stefano Bagnara
Norman Maurer wrote: Probably you simply have to add a constructor to the "MockMail" object with the sender, or add a setSender(MailAddress sender) to the MockMail object. Stefano This is exactly what i did.. I was just intressted why there is not such method.. Maybe because no one needed

Re: Proposal: new approach to spooling

2006-06-14 Thread Stefano Bagnara
I currently have a MailProcessor interface that has a "Mail[] process(Mail input)" method and return 0..n mails for each mail processed. This allow me to support splitting of mails without the mail.setState, sendMail(mail) "hack". Much more have to be done to that MailProcessor interface but I'm

Re: Proposal: new approach to spooling

2006-06-14 Thread Stefano Bagnara
You remember right: currently I'm using multiple spoolmanagers and I also use a remoteSpoolManager instead of the RemoteDelivery "worker thread hack" (http://issues.apache.org/jira/browse/JAMES-520) I have 4 queue (SpoolRepositories) and 4 spoolmanagers. Imho a processor should not be aware tha

Re: [jira] Updated: (JAMES-442) [TOOL] Stress Test Tool

2006-06-14 Thread Stefano Bagnara
Hi Bernd, I've prepared subversion folders for the postage project. You can import the current version to the trunk folder. http://svn.apache.org/repos/asf/james/postage/trunk/ We will then ask Serge to create the POSTAGE JIRA project and maybe we also need Noel to setup svn notifications for t