X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fstructs.h;h=9bfc8826b1c00931a3bfa6c87c0c99b174f7304c;hb=40b8be2e25abb7569a05c839f5d0ab6176307a75;hp=f88d126dcec750bbbae8c5a7e329cdec0b828da1;hpb=0851a3bbf4667081d47f5d85b6b3a5cb33cbdba6;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/structs.h b/src/src/structs.h index f88d126dc..9bfc8826b 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -626,6 +626,8 @@ typedef struct address_item { BOOL af_verify_routed:1; /* for cached sender verify: routed OK */ BOOL af_verify_callout:1; /* for cached sender verify: callout was specified */ BOOL af_include_affixes:1; /* delivered with affixes in RCPT */ + BOOL af_new_conn:1; /* delivered on an fresh TCP conn */ + BOOL af_cont_conn:1; /* delivered (with new MAIL cmd) on an existing TCP conn */ 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 */