X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7eb0e5d2b8453f753bd2d8e2e77cf4b7e0b24b1b..d73e45df63ef6602fa32bd3e196d20735a0b69b5:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index a17b50332..06fcd4188 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -610,6 +610,7 @@ typedef struct address_item { BOOL af_cert_verified:1; /* delivered with verified TLS cert */ BOOL af_pass_message:1; /* pass message in bounces */ BOOL af_bad_reply:1; /* filter could not generate autoreply */ + BOOL af_tcp_fastopen:1; /* delivery used TCP Fast Open */ #ifndef DISABLE_PRDR BOOL af_prdr_used:1; /* delivery used SMTP PRDR */ #endif @@ -871,6 +872,7 @@ struct ob_dkim { uschar *dkim_canon; uschar *dkim_sign_headers; uschar *dkim_strict; + uschar *dkim_hash; BOOL dot_stuffed; };