[Cyrus Imap 3.0] Doc wrong archive_maxsize

Carlos Velasco carlos.velasco at nimastelecom.com
Thu Oct 13 13:56:37 EDT 2016


Hi,

I was testing latest beta of 3.0 and see this new setting:

===
archive_maxsize: 1024

     The size in kilobytes of the largest message that *won’t* be archived immediately. Default is 1Mb
===

Looking into code this is backwards:

imap/mailbox.c
     /* always archive big messages */
     if (record->size >= maxsize)
         return 1;

Regards,
Carlos Velasco

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/cyrus-devel/attachments/20161013/cbee5cdd/attachment.html>


More information about the Cyrus-devel mailing list