diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-11-08 00:37:32 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-11-08 01:00:35 +0000 |
commit | 05caaeaae58a10357a29082c288dccdcd85e8ee4 (patch) | |
tree | eac56d1af7a2e914b3e9d7d8caa81f0558993036 /test | |
parent | 005ac57fce967bf7c31e29cd63199297fcda05df (diff) |
Ensure that recipient is well-defined for expansion-called acl at RCPT-time.
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0027 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/0027 b/test/confs/0027 index 75ccf4ae6..8fe398b47 100644 --- a/test/confs/0027 +++ b/test/confs/0027 @@ -42,6 +42,7 @@ data3: accept local_parts = a.b.c acl_rcpt: + warn set acl_m_1 = ${acl {data}} accept endpass acl = ${tr{$local_part}{:}{\n}} deny message = this message should not occur |