On Fri, Dec 02, 2005 at 02:21:14PM -0500, John Morrissey wrote:
> While troubleshooting a local problem, I had the opportunity to examine
> the quota warning code in courier/maildir/.
> 
> I noticed that if the stat() on Maildir/quotawarn fails, the quota warning
> is still delivered. Since everything else seems to fail fast, I've
> modified the check to behave similarly if the stat() fails and errno !=
> ENOENT.
> 
> Also, the check on open() wasn't catching failure, since open(2) returns
> -1 on failure, and !(-1) is false.
[snip]

I was just wondering about the status of these suggestions; based on
SourceForge's ViewCVS, maildirquota.c hasn't been touched in a while.

The full patch in the archives is:

http://sourceforge.net/mailarchive/message.php?msg_id=14063092

thanks,
john
-- 
John Morrissey          _o            /\         ----  __o
[EMAIL PROTECTED]        _-< \_          /  \       ----  <  \,
www.horde.net/    __(_)/_(_)________/    \_______(_) /_(_)__


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to