------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1115 Summary: added /no_check option to quota and quota_file_count Product: Exim Version: 4.76 Platform: Other OS/Version: Linux Status: NEW Severity: wishlist Priority: medium Component: Transports AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] Created an attachment (id=482) --> (http://bugs.exim.org/attachment.cgi?id=482) proposed patch Under some conditions it Exim should maintain the maildirsize file using the values from the "quota" and "quota_file_count" settings. But for several reasons Exim should deliver the message, even the destination is overquota. (E.g. 1st stage Exim already accepted the message and the 2nd stage Exim has(!) to deliver it, including the maintenance of the maildirsize file. Just putting there 0S,0C is not sufficient, as other maildir clients may need real values at the top of the maildirsize file). Thus I changed the source to allow quota = 10M/no_check quota_file_count = 1000/no_check to achieve this behaviour. It is in production already for about 1 month with several 10'000 deliveries each day. -- Heiko Schlittermann -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
