diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-31 15:24:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-31 16:23:30 +0000 |
commit | cd1a5fe0ed22087c6afbe585ab0206c2a4a267aa (patch) | |
tree | 140fc3ff7f8f1b6ea268f9609ed6a4282ad0e9a6 /test/confs/4503 | |
parent | 33f316f2c5fad1f91b627fce7473da287bb23162 (diff) |
DKIM: Under debug, when signing do an extra check on the dns record that will be
used for verification. Bug 1926
Diffstat (limited to 'test/confs/4503')
-rw-r--r-- | test/confs/4503 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/confs/4503 b/test/confs/4503 index 47f4b74c9..cbd82d8f5 100644 --- a/test/confs/4503 +++ b/test/confs/4503 @@ -37,7 +37,11 @@ send_to_server: port = PORT_D dkim_domain = test.ex +.ifdef SELECTOR + dkim_selector = SELECTOR +.else dkim_selector = sel +.endif dkim_private_key = DIR/aux-fixed/dkim/dkim.private .ifndef HEADERS_MAXSIZE dkim_sign_headers = OPT |