diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-06-26 02:48:44 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-06-26 02:48:44 +0000 |
| commit | 739ac4d4d3a1d1d68eae4e7bd59c179d842864d2 (patch) | |
| tree | b35f716ab0dae216026e8ad27c85a951ee743a03 /contrib/sendmail/libmilter | |
| parent | 94c01205742119acdf56dbbd22fc274e5e38cfd4 (diff) | |
Notes
Diffstat (limited to 'contrib/sendmail/libmilter')
| -rw-r--r-- | contrib/sendmail/libmilter/Makefile.m4 | 1 | ||||
| -rw-r--r-- | contrib/sendmail/libmilter/docs/smfi_getsymval.html | 8 | ||||
| -rw-r--r-- | contrib/sendmail/libmilter/main.c | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/contrib/sendmail/libmilter/Makefile.m4 b/contrib/sendmail/libmilter/Makefile.m4 index ea1124d1f6a5..d824298ed501 100644 --- a/contrib/sendmail/libmilter/Makefile.m4 +++ b/contrib/sendmail/libmilter/Makefile.m4 @@ -1,3 +1,4 @@ +dnl $Id: Makefile.m4,v 8.30.2.1 2002/06/21 21:58:28 ca Exp $ include(confBUILDTOOLSDIR`/M4/switch.m4') dnl only required for compilation of EXTRAS diff --git a/contrib/sendmail/libmilter/docs/smfi_getsymval.html b/contrib/sendmail/libmilter/docs/smfi_getsymval.html index d8a3304fee07..8cbde7d7cb79 100644 --- a/contrib/sendmail/libmilter/docs/smfi_getsymval.html +++ b/contrib/sendmail/libmilter/docs/smfi_getsymval.html @@ -37,7 +37,11 @@ Get the value of a sendmail macro. <td>The opaque context structure. </td></tr> <tr valign="top"><td>symname</td> - <td>The name of a sendmail macro, optinally enclosed in braces ("{" and "}"). <a href="#notes">See below</a> for default macros. + <td>The name of a sendmail macro. + Single letter macros can optionally be enclosed in braces ("{" and "}"), + longer macro names must be enclosed in braces, just as in a + <tt>sendmail.cf</tt> file. + <a href="#notes">See below</a> for default macros. </td></tr> </table> </td></tr> @@ -82,7 +86,7 @@ sendmail distribution. <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2002 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set diff --git a/contrib/sendmail/libmilter/main.c b/contrib/sendmail/libmilter/main.c index 92690cd7cb14..6fc3f9587953 100644 --- a/contrib/sendmail/libmilter/main.c +++ b/contrib/sendmail/libmilter/main.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Id: main.c,v 8.63 2002/04/30 23:52:24 msk Exp $") +SM_RCSID("@(#)$Id: main.c,v 8.64 2002/06/04 02:32:32 geir Exp $") #define _DEFINE 1 #include "libmilter.h" |
