X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/417bfce49ac0ee6c37bdb83010cd45dc7a0f6196..6c1c3d1dbe1a62ffd24ad9b3cd9efdfe275c74c5:/src/src/local_scan.h diff --git a/src/src/local_scan.h b/src/src/local_scan.h index 057e4d428..770348a9b 100644 --- a/src/src/local_scan.h +++ b/src/src/local_scan.h @@ -128,6 +128,10 @@ typedef struct recipient_item { uschar *address; /* the recipient address */ int pno; /* parent number for "one_time" alias, or -1 */ uschar *errors_to; /* the errors_to address or NULL */ +#ifdef EXPERIMENTAL_DSN + uschar *orcpt; /* DSN orcpt */ + int dsn_flags; /* DSN flags */ +#endif #ifdef EXPERIMENTAL_BRIGHTMAIL uschar *bmi_optin; #endif