Add /noupdate as a ratelimit option.
[exim.git] / test / scripts / 0000-Basic / 0038
index 6ba85d3cfa8fbf3029394ee5fd941081695643b0..4d87755a21f7893e84ab62de6d0eed57692d8268 100644 (file)
@@ -46,3 +46,13 @@ Here is some data.
 .
 quit
 ****               
+exim -bh V4NET.9.8.6 -DRRATELIMIT=1/1m/per_rcpt -DACLRCPT=check_rcpt2
+ehlo test.ex
+mail from:<>
+rcpt to:<a@b>
+rcpt to:<b@c>
+data
+Here is some data.
+.
+quit
+****