summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-11-13 12:07:46 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-11-13 12:07:46 +0000
commit194cc0e4ae3487900036c6bd208c0784d4e6e814 (patch)
tree1110a6dfb5e288edd31a0d0e6a6883de142e362c /src
parent3cc66b4537846d0f9211fcb63c426be9a553edb1 (diff)
Rename $interface_address and $interface_port as $received_ip_address
and $received_port in an attempt to lessen confusion.
Diffstat (limited to 'src')
-rw-r--r--src/src/expand.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/src/expand.c b/src/src/expand.c
index 31791a888..d049466f1 100644
--- a/src/src/expand.c
+++ b/src/src/expand.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/expand.c,v 1.69 2006/11/13 11:26:37 ph10 Exp $ */
+/* $Cambridge: exim/src/src/expand.c,v 1.70 2006/11/13 12:07:46 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -436,6 +436,8 @@ static var_entry var_table[] = {
{ "rcpt_fail_count", vtype_int, &rcpt_fail_count },
{ "received_count", vtype_int, &received_count },
{ "received_for", vtype_stringptr, &received_for },
+ { "received_ip_address", vtype_stringptr, &interface_address },
+ { "received_port", vtype_int, &interface_port },
{ "received_protocol", vtype_stringptr, &received_protocol },
{ "received_time", vtype_int, &received_time },
{ "recipient_data", vtype_stringptr, &recipient_data },