ph10 2005/05/31 12:10:50 BST
Modified files:
exim-src/src exim.c
Log:
Minor tweak to a comment.
Revision Changes Path
1.20 +2 -1 exim/exim-src/src/exim.c
Index: exim.c
===================================================================
RCS file: /home/cvs/exim/exim-src/src/exim.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- exim.c 3 May 2005 14:20:01 -0000 1.19
+++ exim.c 31 May 2005 11:10:50 -0000 1.20
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/exim-src/src/exim.c,v 1.19 2005/05/03 14:20:01 ph10 Exp $ */
+/* $Cambridge: exim/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 @@
*************************************************/
/* 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