------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
http://www.exim.org/bugzilla/show_bug.cgi?id=492
Summary: quota retry rules apply also when out of free disk space
Product: Exim
Version: 4.66
Platform: Other
OS/Version: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Delivery in general
AssignedTo: ph10@???
ReportedBy: arekm@???
QAContact: exim-dev@???
The problem is:
quota = some_value_from_SQL_like_1000M
quota_warn_threshold = 95%
quota_warn_message = QUOTA_WARN_MESSAGE
quota_size_regex = ,S=(\d+)
Now retry rule:
* quota F,6h,30m
should apply only if user is over quota. Right now it also applies when user
has
only 5M (while quota limit 1000M) and this happens:
R=localuser T=local_delivery defer (28): No space left on device: error while
writing to tmp/1175722569.H164330P18337.something.org.pl
--
Configure bugmail:
http://www.exim.org/bugzilla/userprefs.cgi?tab=email