Bug 68094 - [PATCH] mail/courier-imap Fix for quota problem
Summary: [PATCH] mail/courier-imap Fix for quota problem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-19 00:50 UTC by Rui Lopes
Modified: 2004-06-19 14:32 UTC (History)
1 user (show)

See Also:


Attachments
patch-maildir::maildirquota.c (319 bytes, text/plain)
2004-06-19 00:50 UTC, Rui Lopes
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rui Lopes 2004-06-19 00:50:23 UTC
imapd incorrectly calculates maildir quotas due to missuse of
pointer to off_t (64bit) vs pointer to long (32 bit).

See this thread for details:
http://sourceforge.net/mailarchive/forum.php?thread_id=4961745&forum_id=33081
Comment 1 Oliver Lehmann freebsd_committer freebsd_triage 2004-06-19 04:18:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Mine!
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2004-06-19 14:31:53 UTC
State Changed
From-To: open->closed

Committed, Thanks!