DO NOT REPLY [Bug 23715] New: - Handled malformed messages better in AttachementFileNameIs (and other matchers)

2003-10-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Please Help!

2003-10-09 Thread Steve Short
Have you configured the DNS entries in the config.xml file correctly? Steve > -Original Message- > From: Phillip Hudson [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 8:08 AM > To: James Developers List > Subject: Please Help! > > > Hello, > > I am having loads of troub

RE: Return Messages

2003-10-09 Thread Noel J. Bergman
> I am working with James 2.1.3 and I don't seem to have the > file AbstractStorageQuota in james.transport.matchers See the CVS. It is simply an example, as is the POP3 Handler. --- Noel - To unsubscribe, e-mail: [EMA

RE: Return Messages

2003-10-09 Thread David Liles
I am working with James 2.1.3 and I don't seem to have the file AbstractStorageQuota in james.transport.matchers -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Thu 10/9/2003 11:37 AM To: James Developers List Cc:

RE: Return Messages

2003-10-09 Thread Noel J. Bergman
>JDBCMailRepository mr = new JDBCMailRepository(); >Iterator it = mr.list(); >mr.list(); >cat.info("Message: " + mr); >return mr; The repository system doesn't work that way. See: http://cvs.apache.org/viewcvs.cgi/james-server/src/java/org/apache/james/transport/matchers/Atti

Re: Please Help!

2003-10-09 Thread Carlos Cortés del Valle
Hi, I think your problem is in config.xml. Be sure that RemoteAddrNotInNetWork and AuthorizedAddresses matchers are well configured. I had a similar problem few weeks ago, and it was solutioned in this way. Regards. - To unsub

RE: Return Messages

2003-10-09 Thread David Liles
Storage quota matcher? I was trying to call the following but get a NullPointerException. public JDBCMailRepository getMessage(HttpServletRequest req, HttpServletResponse res) throws IOException { JDBCMailRepository mr = new JDBCMailRepository(); Iterator it = mr.list(); mr.lis

RE: Return Messages

2003-10-09 Thread Noel J. Bergman
> For the life of me I can't seem to figure out how to return a list of messages You might notice that the storage quota matchers get a list of messages, as does the POP3 handler. --- Noel - To unsubscribe, e-mail: [EM

Please Help!

2003-10-09 Thread Phillip Hudson
Hello, I am having loads of trouble with James. In particular with sending e-mail to addresses outside of my own domain. Can you help please, I don't know which way to start. The problem in particular is that when I send an e-mail, the mailet.log file has messages of the kind:

Re: James & OpenIM story? (next move?)

2003-10-09 Thread Stephen McConnell
Alexis Agahi wrote: On Tuesday 07 October 2003 19:08, Noel J. Bergman wrote: Steve, Merlin doesn't have support for JMX and one of the goals on the James roadmap is to improve monitoring / management via JMX. Quite correct. However, today James does use better logging than Merli

Return Messages

2003-10-09 Thread David Liles
For the life of me I can't seem to figure out how to return a list of messages from James other then by writing my own query, but then I have trouble displaying the actual message. Can someone show me an example that returns a list of messages from James that are stored in a database? Thanks