[jira] Updated: (JAMES-833) ToMultiRepository doesn't resolve repository_name correctly

2008-01-13 Thread Kev Jackson (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kev Jackson updated JAMES-833: -- Attachment: ToMultiRepository.java.patch patch fixes the problems with ToMultiRepository. Current

[jira] Created: (JAMES-833) ToMultiRepository doesn't resolve repository_name correctly

2008-01-13 Thread Kev Jackson (JIRA)
nents: Matchers/Mailets (bundled) Affects Versions: Trunk Environment: all Reporter: Kev Jackson Fix For: Trunk When using ToMultiRepository we noticed that it didn't store mails correctly - after turning on debugging for the mailstore log we saw items li

[jira] Created: (JAMES-832) is required for ToMultiRepository or it will try to stire a null message

2008-01-08 Thread Kev Jackson (JIRA)
Issue Type: Bug Components: Documentation, Matchers/Mailets (bundled) Environment: all Reporter: Kev Jackson Fix For: Trunk When using ToMultiRepository, if isn't configured for the mailet, it fails with java.lang.IllegalArgumentExce

Strange spam repository problem with svn trunk

2007-12-12 Thread Kev Jackson
Hi all, Another strange one ;p In mailstore-log, I see : 13/12/07 02:35:58 INFO mailstore: JdbcMailRepository 'null, table 'spams': JDBC Mail Attributes support ready. 13/12/07 02:35:58 INFO mailstore: added repository: db://maildb/spams/MAIL->org.apache.james.mailrepository.JDBCMailRepo

localhost problem with svn trunk

2007-12-12 Thread Kev Jackson
Hi, I'm using svn trunk version of James and we have a problem currently where James is identifying itself as localhost. This causes some servers to assume that the email is spam. Received: from mailgwsp01..com ([69.60.119.83]) by mail01..com (Lotus Domino Release 5.0.12) with ESMTP i

[patch] Repository Cleaner Service

2007-11-12 Thread Kev Jackson
Hi, I checked the last patch and it failed to go through cleanly. Here's an additional attempt (I also added the patch to an issue in JIRA : https://issues.apache.org/jira/browse/JAMES-829) Thanks, Kev Index: core-library/src/main/java/org/apache/james/mailrepository/clean/CleanMailRepositor

[jira] Updated: (JAMES-829) Add a mail cleanup service

2007-11-12 Thread Kev Jackson (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kev Jackson updated JAMES-829: -- Attachment: clean-mail.patch patch to implement requested feature/improvement > Add a mail clea

[jira] Created: (JAMES-829) Add a mail cleanup service

2007-11-12 Thread Kev Jackson (JIRA)
all Reporter: Kev Jackson Fix For: Trunk Attachments: clean-mail.patch Adds a repository service that removes mail that's older than a specified time -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the iss

[jira] Created: (JAMES-756) typos spelling / grammar error in doHELP command

2007-01-08 Thread Kev Jackson (JIRA)
Manager Affects Versions: Trunk Environment: all Reporter: Kev Jackson Priority: Trivial Fix For: 2.3.1-dev Attachments: RemoteManagerHandler.java.patch Spelling / grammar for help (doHELP) - patch fixes this -- This message is automatically

[jira] Updated: (JAMES-756) typos spelling / grammar error in doHELP command

2007-01-08 Thread Kev Jackson (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kev Jackson updated JAMES-756: -- Attachment: RemoteManagerHandler.java.patch > typos spelling / grammar error in doHELP comm

[jira] Updated: (JAMES-755) typo on adding_users doc

2007-01-07 Thread Kev Jackson (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kev Jackson updated JAMES-755: -- Attachment: adding_users.xml.patch > typo on adding_users

[jira] Created: (JAMES-755) typo on adding_users doc

2007-01-07 Thread Kev Jackson (JIRA)
Reporter: Kev Jackson Fix For: Trunk typing "telnet " should read typing "telnet " -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.ap

[jira] Updated: (JAMES-731) [patch] updated sqlResources with createTable for VirtualUserTable for postgresql

2006-12-10 Thread Kev Jackson (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-731?page=all ] Kev Jackson updated JAMES-731: -- Attachment: sqlResources.xml.patch > [patch] updated sqlResources with createTable for VirtualUserTable for > post

[jira] Created: (JAMES-731) [patch] updated sqlResources with createTable for VirtualUserTable for postgresql

2006-12-10 Thread Kev Jackson (JIRA)
Issue Type: Improvement Affects Versions: 2.3.0 Environment: Win Xp / Ubuntu Linux Reporter: Kev Jackson Priority: Minor Fix For: Trunk [patch] updated sqlResources with createTable for VirtualUserTable for postgresql -- This message is

[jira] Updated: (JAMES-730) [patch] add postgres support t sqlResources file for Bayesian analysis

2006-12-09 Thread Kev Jackson (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-730?page=all ] Kev Jackson updated JAMES-730: -- Attachment: sqlResources.patch > [patch] add postgres support t sqlResources file for Bayesian analy

[jira] Created: (JAMES-730) [patch] add postgres support t sqlResources file for Bayesian analysis

2006-12-09 Thread Kev Jackson (JIRA)
: Improvement Components: Matchers/Mailets (bundled) Affects Versions: 2.3.0 Environment: Win XP / Ubuntu Reporter: Kev Jackson Fix For: Trunk sqlResources is missing postgress specific sql for the Bayesian analysis mailet/matcher. We use postgres and

[jira] Updated: (JAMES-728) [patch] ClamAV and IOUtil updates to close streams/readers/writers and sockets

2006-12-08 Thread Kev Jackson (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-728?page=all ] Kev Jackson updated JAMES-728: -- Attachment: IOUtil.patch > [patch] ClamAV and IOUtil updates to close streams/readers/writers and sock

[jira] Created: (JAMES-728) [patch] ClamAV and IOUtil updates to close streams/readers/writers and sockets

2006-12-08 Thread Kev Jackson (JIRA)
Issue Type: Improvement Components: Matchers/Mailets (bundled) Affects Versions: 2.3.0 Environment: Win XP SP2 Reporter: Kev Jackson Priority: Minor A simple patch that uses the IOUtil class to close writers/readers/streams and sockets in ClamAV