summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/libmilter
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2002-06-26 02:48:44 +0000
committergshapiro <gshapiro@FreeBSD.org>2002-06-26 02:48:44 +0000
commitfc4e7b69e3f764d3a1d9157868bc6965ef1db7d6 (patch)
treeb35f716ab0dae216026e8ad27c85a951ee743a03 /contrib/sendmail/libmilter
parentfaacdfb2c2946459651449cedf08a1bc29aee731 (diff)
downloadFreeBSD-src-fc4e7b69e3f764d3a1d9157868bc6965ef1db7d6.zip
FreeBSD-src-fc4e7b69e3f764d3a1d9157868bc6965ef1db7d6.tar.gz
Import sendmail 8.12.5
Diffstat (limited to 'contrib/sendmail/libmilter')
-rw-r--r--contrib/sendmail/libmilter/Makefile.m41
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_getsymval.html8
-rw-r--r--contrib/sendmail/libmilter/main.c2
3 files changed, 8 insertions, 3 deletions
diff --git a/contrib/sendmail/libmilter/Makefile.m4 b/contrib/sendmail/libmilter/Makefile.m4
index ea1124d..d824298 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 d8a3304..8cbde7d 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 92690cd..6fc3f95 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"
OpenPOWER on IntegriCloud