diff options
author | Roman Fiedler <roman.fiedler@unparalleled.eu> | 2023-02-03 20:26:08 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-03 20:32:30 +0000 |
commit | 6d179d5ef22fcdfc4802db3fbb37f88190186367 (patch) | |
tree | 2b125ae4049e81cc444f5419085056582637ea37 /test/confs | |
parent | 70069b65a39a7ba73a36fbd95371ff03cde1eb23 (diff) |
Testsuite: testcase for empty-var followed by expansion-op
Supplements: 70069b65a39a
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0634 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/confs/0634 b/test/confs/0634 new file mode 100644 index 000000000..f83614bbe --- /dev/null +++ b/test/confs/0634 @@ -0,0 +1,13 @@ +# Exim test configuration 0634 + +.include aux-var/std_conf_prefix + +acl_smtp_rcpt = check_acl_smtp_rcpt + +begin acl + +check_acl_smtp_rcpt: + + accept + set acl_m_empty = + set acl_m0 = ACL_RCPT |