19 Jul
2007
19 Jul
'07
11:54 p.m.
On 19.7.2007, at 23.18, Ralf Hildebrandt wrote:
- Timo Sirainen <tss@iki.fi>:
You probably have to escape that % sign with another %.
Oh, good point. I'll have to update v1.1's examples. But does the unescaped 10% work with IMAP then? That's weird if it does..
It works with 1.0.2 like that:
quota_warning = storage=10%% /usr/local/scripts/quota-warning 90
But my question is: Are multiple quota_warnings possible? How?
quota_warning2 = .. quota_warning3 = ..
With the patch if your quota jumps between multiple warnings it'll
execute each of the commands. With my v1.1 implementation it executes
only the first one.