DKIM downgrade example again; this time debugged
authorPhil Pennock <pdp@exim.org>
Fri, 13 Apr 2018 22:51:23 +0000 (18:51 -0400)
committerPhil Pennock <pdp@exim.org>
Fri, 13 Apr 2018 22:51:23 +0000 (18:51 -0400)
As well as previous commit's `len_3` -> `length_3`, we were missing
braces around the expansion operator, resulting in trying to dereference
an unknown variable `$length_3`, and we were missing the outer braces
from the `or` expansion condition.

We really need a better way to test ACL expansion without a full harness. :(

This bug-fixed version is now running on my system.


No differences found