diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2012-12-29 20:13:40 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2012-12-29 20:13:40 +0000 |
commit | f42a25625ab60a58b520f76314513704543f9875 (patch) | |
tree | 7b0dde8630089972276ffe294c0a631d56a2d40f /src/parseaddr.c | |
parent | a7054d5acb0e4a78e1ed182b976ac736d1333401 (diff) |
Notes
Diffstat (limited to 'src/parseaddr.c')
-rw-r--r-- | src/parseaddr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parseaddr.c b/src/parseaddr.c index 9135c22c41f6..930f61da0d78 100644 --- a/src/parseaddr.c +++ b/src/parseaddr.c @@ -13,7 +13,7 @@ #include <sendmail.h> -SM_RCSID("@(#)$Id: parseaddr.c,v 8.404 2010/07/27 03:35:42 ca Exp $") +SM_RCSID("@(#)$Id: parseaddr.c,v 8.405 2012/02/27 22:49:08 ca Exp $") #include <sm/sendmail.h> #include "map.h" @@ -242,6 +242,7 @@ parseaddr(addr, a, flags, delim, delimptr, e, isrcpt) ** ** Parameters: ** addr -- the address to check. +** note: this is the complete address (including display part) ** delimptr -- if non-NULL: end of address to check, i.e., ** a pointer in the address string. ** isrcpt -- true iff the address is for a recipient. |