git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix retry key bug for pipe, file, or autoreply deliveries.
[users/heiko/exim.git]
/
test
/
scripts
/
0000-Basic
/
0095
1
# exim quota + warn threshold
2
exim -odi userx
3
This is a test message
4
****
5
exim -odi userx
6
quota: 0
7
threshold: 10
8
This is a test message
9
****
10
exim -odi userx
11
quota: 10K
12
threshold: 900
13
A test message
14
****
15
exim -odi userx
16
quota: 2200
17
threshold: 90%
18
This is a test message
19
****
20
write test-data 100x60
21
++++
22
****
23
exim -odi userx <test-data
24
****
25
exim -odi userx <test-data
26
****
27
millisleep 500
28
exim -odi usery
29
quota: 100
30
threshold: 10
31
This is a test message
32
****
33
exim -odi userz
34
threshold: 330
35
****