From 9d90c0e2874753692b1af9302ec5afbe3c94aa20 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 27 May 2008 12:50:55 +0000 Subject: - Make the XFOWARD HELO available as a environment variable in scripts. [Glenn Matthys] --- common/smtppass.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/smtppass.h') diff --git a/common/smtppass.h b/common/smtppass.h index 27fc9d9..c0f23d9 100644 --- a/common/smtppass.h +++ b/common/smtppass.h @@ -132,6 +132,7 @@ typedef struct spctx char* sender; /* The email of the sender */ char* recipients; /* The email of the recipients */ char* xforwardaddr; /* The IP address proxied for */ + char* xforwardhelo; /* The HELO/EHLO proxied for */ int _crlf; /* Private data */ } -- cgit v1.2.3