Re: Can't install James

2005-10-11 Thread Anne S
I don't see an attached log file with your email. The mailing list server probably stripped it off. Can you resend, with the important parts of the log data in the email message? On 10/11/05, Suvimon Techavicharchote <[EMAIL PROTECTED]> wrote: > > Dear "Server-user" > > I'm a new user trying to us

Re: Automating management of servernames list?

2005-10-11 Thread Serge Knystautas
Daniel, If you haven't already, can you create a diff and store it as an issue in JIRA? -- Serge Knystautas Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED] On 10/11/05, Daniel Perry <[EMAIL PROTECTED]> wrote: > I'm not sure if it would be

RE: Cloning Mail msg in mailet?

2005-10-11 Thread JWM
I'm not trying to be difficult. But I don't need help on substitutions. There are about 40 references to XMLResource class in about 5 or 6 different classes. I don't know where to start. Do you use the XMLResource class to save the MimeMessage? My original question was how do I save the origina

RE: Cloning Mail msg in mailet?

2005-10-11 Thread Noel J. Bergman
The command-based list server does parameterized substitutions. Look for uses of the XMLResource class. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Cloning Mail msg in mailet?

2005-10-11 Thread JWM
I have my own highly customized mailing list handler running in production. So I can't just implement a canned mailing list mailet. I'm willing to learn from one of the shipped mailets. But I can't find any of them that do substitution. I grep'ed on "substitute" in the mailet folder and got a hi

RE: Cloning Mail msg in mailet?

2005-10-11 Thread Noel J. Bergman
Have you looked at the existing mailing list mailet that already does support such substitutions? --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Cloning Mail msg in mailet?

2005-10-11 Thread Steve Brewin
JWM wrote: > I have a maillist mailet where I need to do field > substitution per instance > (e.g. "Dear %firstname %lastname, ") > > I know how to modify the mail message and do the > substitutions. My question > is how to keep an original pre-substitution copy of message > around so I can > star

Re: Can't install James

2005-10-11 Thread nurularesya ;p
how about trying the lower version of java?such as version 1.4...maybe it's work...i used version 1.4 too and it's work... regards, nurularesya __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.c

Cloning Mail msg in mailet?

2005-10-11 Thread JWM
I have a maillist mailet where I need to do field substitution per instance (e.g. "Dear %firstname %lastname, ") I know how to modify the mail message and do the substitutions. My question is how to keep an original pre-substitution copy of message around so I can start clean on each recipient.

Can't install James

2005-10-11 Thread Suvimon Techavicharchote
Dear "Server-user" I'm a new user trying to use James but I have a problem. I can't install James but I didn't see the result as you mention in your article. There has some warning and error in log file. I have no idea how to solve this problem. I've already attached log file with this mail(This l

RE: Automating management of servernames list?

2005-10-11 Thread Daniel Perry
I'm not sure if it would be accepted into james. Although it maintains backward compatibility, in that it only does anything if you add the extra attribute - so it wont break anything! It also has the sql hard coded in James.java - it might be better to externalise this as with other SQL code. I

RE: Automating management of servernames list?

2005-10-11 Thread pfm . smits
It seems to me that deriving the domains from the virtualusertable + the ones defined in config.xml would be the solution to make it dynamic. Could you indicate what needs to be done more to your james.java before it will be sound enough to implement it in the next version? Pierre Citeren D

RE: Automating management of servernames list?

2005-10-11 Thread Daniel Perry
I half-heartedly did this. It makes james treat all the domains in the virtualusertable as local. New James.java is at: http://www.netcase.co.uk/daniel/james/2.2.0RC4_UNTESTED/ (i recoment you run diff against the cvs version of 2.2.0 to see the code changes. Daniel. > -Original Message---