# HG changeset patch # User Timo Sirainen # Date 1184707376 -10800 # Node ID 252158d40baf7040c224db99d8a8102b75744abd # Parent 1246c1c08742b70eb9cedb113894c3cde9a2356d quota_warning examples need to use %%, not % diff -r 1246c1c08742 -r 252158d40baf dovecot-example.conf --- a/dovecot-example.conf Wed Jul 18 00:12:20 2007 +0300 +++ b/dovecot-example.conf Wed Jul 18 00:22:56 2007 +0300 @@ -1087,8 +1087,9 @@ # You can execute a given command when user exceeds a specified quota limit. # Each quota root has separate limits. Only the command for the first # exceeded limit is excecuted, so put the highest limit first. - # quota_warning = storage=95% /usr/local/bin/quota-warning.sh 95 - # quota_warning2 = storage=80% /usr/local/bin/quota-warning.sh 80 + # Note that % needs to be escaped as %%, otherwise "% " expands to empty. + # quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95 + # quota_warning2 = storage=80%% /usr/local/bin/quota-warning.sh 80 #quota = maildir # ACL plugin. vfile backend reads ACLs from "dovecot-acl" file from maildir