From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5 Description of problem: The file /etc/warnquota.conf has a typo in the SUBJECT variable value. This patch corrects it: --- warnquota.conf.orig 2003-01-20 14:48:23.000000000 +0000 +++ warnquota.conf 2003-01-20 14:48:40.000000000 +0000 @@ -9,7 +9,7 @@ # but they don't have to be: # -SUBJECT = NOTE: You are exceeding your allocatted disk space limits +SUBJECT = NOTE: You are exceeding your allocated disk space limits CC_TO = "root@localhost" SUPPORT = "root" PHONE = "(123) 456-1111 or (222) 333-4444" Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Setup quotas and make a user go over the soft limit 2. Run warnquota as root 3. See subject line of generated warning email Actual Results: Root received email with subject: NOTE: You are exceeding your allocatted disk space limits Expected Results: Root should receive email with subject: NOTE: You are exceeding your allocated disk space limits Additional info:
Trivial fix. SteveD, could you please commit it for rawhide ? ;)
fixed in quota-3.12-4
Verified - looks fine in current versions.