summaryrefslogtreecommitdiff
path: root/test/scripts/3400-plaintext
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-08-21 23:44:06 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-08-22 15:23:37 +0100
commitfbbd45ff5ade30d38ca60ea5aeccc305501c9174 (patch)
tree17be713e07ab77592e8ea44a670ec24da5a6c47f /test/scripts/3400-plaintext
parent6acd9fcf8454b0a18065bcd6ee865c5ddc82e44d (diff)
Add automatic macros for compile-time feature options
Diffstat (limited to 'test/scripts/3400-plaintext')
-rw-r--r--test/scripts/3400-plaintext/34144
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/3400-plaintext/3414 b/test/scripts/3400-plaintext/3414
index 37528f2ea..edd3a011f 100644
--- a/test/scripts/3400-plaintext/3414
+++ b/test/scripts/3400-plaintext/3414
@@ -1,5 +1,5 @@
# control of AUTH= on MAIL by ACL
-exim -DS=# -bs
+exim -DOPT=# -bs
ehlo xxxx
mail from:<a@b> auth=c@d
quit
@@ -15,7 +15,7 @@ mail from:<a@b> auth=c@d
quit
****
# No acl_smtp_mailauth, but authenticated
-exim -DS=# -bs
+exim -DOPT=# -bs
ehlo xxxx
auth plain abcd
mail from:<a@b> auth=c@d