X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5a886ce7f82d5add6fdbf17a6ed698f13abb748d..7ade712cc84d7f822f04baf2f46daee81701174d:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index 6ec52e1ec..df19cfad4 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -459,6 +459,9 @@ typedef struct address_item_propagated { #ifdef EXPERIMENTAL_SRS uschar *srs_sender; /* Change return path when delivering */ #endif + #ifdef EXPERIMENTAL_INTERNATIONAL + BOOL utf8; /* requires SMTPUTF8 processing */ + #endif } address_item_propagated; /* Bits for the flags field below */