Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0119
diff --git a/test/scripts/0000-Basic/0119 b/test/scripts/0000-Basic/0119
new file mode 100644 (file)
index 0000000..01b111f
--- /dev/null
@@ -0,0 +1,25 @@
+# -R and -S
+exim -odq postmaster
+****
+exim -Rpostmaster
+****
+exim -Rf postmaster
+****
+exim -R postmaster
+****
+exim -S postmaster
+****
+exim -S CALLER
+****
+exim -Rr p[aeiou]st
+****
+exim -Sr 'CALLER|^post'
+****
+exim -qqSr 'CALLER'
+****
+exim -qSr '^10'
+****
+exim -R postmaster -S postmaster
+****
+exim -S CALLER -R master
+****