X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Fsmtp.h;h=e759286bc37e04085dfb162df03746615a6df581;hp=05f02bc00ed8c4ea817584f88d2371df23a4cb6d;hb=184e88237dea64ce48076cdd0184612d057cbafd;hpb=382afc6ba69545d52398da6b437e487aa23f185d diff --git a/src/src/transports/smtp.h b/src/src/transports/smtp.h index 05f02bc00..e759286bc 100644 --- a/src/src/transports/smtp.h +++ b/src/src/transports/smtp.h @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/transports/smtp.h,v 1.8 2006/02/28 12:42:47 ph10 Exp $ */ +/* $Cambridge: exim/src/src/transports/smtp.h,v 1.10 2007/01/08 10:50:20 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2006 */ +/* Copyright (c) University of Cambridge 1995 - 2007 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options and other private data. */ @@ -33,6 +33,7 @@ typedef struct { int size_addition; int hosts_max_try; int hosts_max_try_hardlimit; + BOOL address_retry_include_sender; BOOL allow_localhost; BOOL authenticated_sender_force; BOOL gethostbyname;