Problem with Fetchmail

2008-08-19 Thread Kannan M V
Hi to everyone, For the past 2 days Mails are not downloaded by james's fetchmail. Phonenix's log file is pasted below for reference. Could anyone help me to sort out this problem. Thanks in advance, M V Kannan ** INFO2008-08-18 17:35:52.708 [Phoenix ] (): Logger star

mail attributes persistence

2008-08-19 Thread rafael.munoz
Hello I have been building some custom matchers/mailets for James and I have a question regarding the nature of the mail attributes. Are the mail attributes persisted when the mail is stored in a repository? My user case is simple: - A mail is processed by my mailets and some attributes are se

Re: mail attributes persistence

2008-08-19 Thread Stefano Bagnara
rafael.munoz ha scritto: Hello I have been building some custom matchers/mailets for James and I have a question regarding the nature of the mail attributes. Are the mail attributes persisted when the mail is stored in a repository? My user case is simple: - A mail is processed by my mailets

Re: Problem with Fetchmail

2008-08-19 Thread Stefano Bagnara
Kannan M V ha scritto: Hi to everyone, For the past 2 days Mails are not downloaded by james's fetchmail. Phonenix's log file is pasted below for reference. Could anyone help me to sort out this problem. This is the log for phoenix. You should also have a log for fetchmail in /apps/james/logs

Re: mail attributes persistence

2008-08-19 Thread rafael.munoz
Hi First of all, a lot of thanks for your quick reply. I'm using file-based repositories so "by hand" I mean moving the two files, FileObjectStore and FileStreamStore, from the error directory (\\var\mail\error) to the the spool directory (\\var\mail\spool). After restarting James I see in the

Re: mail attributes persistence

2008-08-19 Thread Stefano Bagnara
rafael.munoz ha scritto: Hi First of all, a lot of thanks for your quick reply. I'm using file-based repositories so "by hand" I mean moving the two files, FileObjectStore and FileStreamStore, from the error directory (\\var\mail\error) to the the spool directory (\\var\mail\spool). After rest

Re: mail attributes persistence

2008-08-19 Thread rafael.munoz
Hello The service method code of my custom mailet: public void service(Mail mail) throws MessagingException { log("TestMailet: before set-"+mail.getAttribute("attribute-test")); mail.setAttribute("attribute-test", String.valueOf(new Date

Re: Problem with Fetchmail

2008-08-19 Thread Kannan M V
Hi Stefano, I have restarted the james. But the problem continues. Pasting the latest log file for your analysis. Right now, some of the users are getting mails regularly and their inbox in the main server is promptly emptied by james's fetchmail. For some users, the mail is not collected, and t

Re: Retrying

2008-08-19 Thread Tom Brown
Ajay, Of course, given the number of people who have asked for this over the years, if you add this feature (or simplify this procedure) and contribute it back to the project, it would be greatly appreciated. Tom Brown On Sat, Aug 16, 2008 at 6:01 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: >

Re: mime4j: question about EOLConvertingInputStream

2008-08-19 Thread Greg Fichtenholtz
Stefano, Thank you for your reply. Yes we are using mime4j 0.3. We will try to switch to 0.4 whenever it comes out. In the meantime we'll just tell our users that lines have to be CRLF terminated in the payload according to RFC822 Thanks again Greg - Original Message From: Stefano Ba