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/docs/smfi_getsymval.html | |
parent | 94c01205742119acdf56dbbd22fc274e5e38cfd4 (diff) |
Import sendmail 8.12.5vendor/sendmail/8.12.5
Notes
Notes:
svn path=/vendor/sendmail/dist/; revision=98841
svn path=/vendor/sendmail/8.12.5/; revision=98843; tag=vendor/sendmail/8.12.5
Diffstat (limited to 'contrib/sendmail/libmilter/docs/smfi_getsymval.html')
-rw-r--r-- | contrib/sendmail/libmilter/docs/smfi_getsymval.html | 8 |
1 files changed, 6 insertions, 2 deletions
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 |