| smtp_tls_policy_test.c | 237 struct WANT_ARGV ext_policy_strings;/* policy strings from DNS etc. */ member in struct:WANT_SMTP_TLS_POLICY 277 if (match_argv("ext_policy_strings", &want->ext_policy_strings, 278 got->ext_policy_strings) == 0) { 279 msg_warn("%s->ext_policy_strings mismatch", what); 329 .ext_policy_strings = {.argc = 2,.argv = {"one", "two"}}, 376 .ext_policy_strings = {.argc = 2,.argv = {"one", "two"}}, 420 .ext_policy_strings = {.argc = 2,.argv = {"one", "two"}},
|