New $callout_address variable to record spamd (etc) address. Bug 1652
[exim.git] / src / src / globals.c
index f3b6791f3733cd9c7d0119ca7c863c1f006291b0..55a101ffad2ba930a0bd68f466e6eae5c0d09c49 100644 (file)
@@ -478,6 +478,7 @@ int     bounce_return_size_limit = 100*1024;
 uschar *bounce_sender_authentication = NULL;
 int     bsmtp_transaction_linecount = 0;
 
+uschar *callout_address        = NULL;
 int     callout_cache_domain_positive_expire = 7*24*60*60;
 int     callout_cache_domain_negative_expire = 3*60*60;
 int     callout_cache_positive_expire = 24*60*60;