Re: possible bug in pop3d.c

2003-10-29 Thread Rob Siemborski
On Wed, 29 Oct 2003, Phil Chambers wrote: > I am relatively new to cyrus and have only been able to scratch the surface of the > code. However, I noticed an inconsistency in imap/pop3d.c in the use of > mailbox_write_index_header(). At line 1347 of the 2.1.13 version (i.e. if the > interval is l

possible bug in pop3d.c

2003-10-29 Thread Phil Chambers
I have been looking at using a better algorithm for limiting the frequency of POP accesses which is controlled by popminpoll. Users find the simple check which applies at present too harsh. I am relatively new to cyrus and have only been able to scratch the surface of the code. However, I not