summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-05-31 11:10:50 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-05-31 11:10:50 +0000
commitb90c388a0e57c501cd55cc701dc57fe824bc115b (patch)
tree6bc58151c21d57547c59427be26ee247fcbf4e1e
parent2a4be8f93bd41c49707fe5e6ce2d782b709b551c (diff)
Minor tweak to a comment.
-rw-r--r--src/src/exim.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/src/exim.c b/src/src/exim.c
index 32ddb96d2..0ed6c7ae5 100644
--- a/src/src/exim.c
+++ b/src/src/exim.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/exim.c,v 1.19 2005/05/03 14:20:01 ph10 Exp $ */
+/* $Cambridge: exim/src/src/exim.c,v 1.20 2005/05/31 11:10:50 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -586,7 +586,8 @@ exit(rc);
*************************************************/
/* Called to extract the port from the values given to -oMa and -oMi.
-It also checks the syntax of the address.
+It also checks the syntax of the address, and terminates it before the
+port data when a port is extracted.
Argument:
address the address, with possible port on the end