summaryrefslogtreecommitdiff
path: root/test/scripts/3400-plaintext/3409
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/3400-plaintext/3409')
-rw-r--r--test/scripts/3400-plaintext/340915
1 files changed, 15 insertions, 0 deletions
diff --git a/test/scripts/3400-plaintext/3409 b/test/scripts/3400-plaintext/3409
new file mode 100644
index 000000000..e719d1084
--- /dev/null
+++ b/test/scripts/3400-plaintext/3409
@@ -0,0 +1,15 @@
+# SMTP syntax errors logging
+exim -bs
+ehlo a.b.c
+auth a%b
+auth plain AHVzZXJ4AHNlY3JldA==
+auth plain AHVzZXJ4AHNlY3JldA==
+mail from:<x@y> auth=a+b@c.d
+quit
+****
+exim -bs
+ehlo a.b.c
+mail from:<x@y>
+auth plain AHVzZXJ4AHNlY3JldA==
+quit
+****