[jira] Created: (JAMES-156) AbstractStorageQuota matcher subclasses never match when recipient alias is used

2004-02-26 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=JAMES-156 Here is an overview of the issue: ---

cvs commit: james-server/src/java/org/apache/james/transport/matchers AbstractStorageQuota.java

2004-02-26 Thread vincenzo
vincenzo2004/02/26 05:26:38 Modified:src/java/org/apache/james/transport/matchers Tag: branch_2_1_fcs AbstractStorageQuota.java Log: The AbstractStorageQuota matcher subclasses are unable to retrieve the amount of storage currently used in the recipient's inb

[jira] Closed: (JAMES-156) AbstractStorageQuota matcher subclasses never match when recipient alias is used

2004-02-26 Thread jira
Message: The following issue has been closed. Resolver: Vincenzo Gianferrari Pini Date: Thu, 26 Feb 2004 5:27 AM Fixed getUsed(MailAddress recipient, Mail _) adding a call to a new getPrimaryName(String originalUsername) method that hanles aliases. -

cvs commit: james-server/src/java/org/apache/james/transport/matchers AbstractQuotaMatcher.java

2004-02-26 Thread vincenzo
vincenzo2004/02/26 05:41:02 Modified:src/java/org/apache/james/transport/matchers Tag: branch_2_1_fcs AbstractQuotaMatcher.java Log: AbstractQuotaMatcher subclasses currently check if the sender is the local Postmaster, and in such case the match fails, in or

[jira] Created: (JAMES-157) AbstractQuotaMatcher subclasses should not match when reverse path is NULL

2004-02-26 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=JAMES-157 Here is an overview of the issue: ---

[jira] Closed: (JAMES-157) AbstractQuotaMatcher subclasses should not match when reverse path is NULL

2004-02-26 Thread jira
Message: The following issue has been closed. Resolver: Vincenzo Gianferrari Pini Date: Thu, 26 Feb 2004 5:42 AM Check for null sender added to isSenderChecked(MailAddress sender). - View the issue: http://nagoya.

cvs commit: james-server/src/java/org/apache/james/transport/matchers AbstractQuotaMatcher.java AbstractStorageQuota.java

2004-02-26 Thread noel
noel2004/02/26 12:37:00 Modified:src/java/org/apache/james/transport/matchers Tag: branch_2_1_fcs AbstractQuotaMatcher.java AbstractStorageQuota.java Log: Corrected copyright dates Revision ChangesPath No