diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/libmilter')
31 files changed, 82 insertions, 76 deletions
diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/api.html b/gnu/usr.sbin/sendmail/libmilter/docs/api.html index af714efd309..936abed0d0d 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/api.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/api.html @@ -184,11 +184,11 @@ other callbacks are message-oriented. <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/design.html b/gnu/usr.sbin/sendmail/libmilter/docs/design.html index fbc74e65fd2..91804861e0a 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/design.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/design.html @@ -134,11 +134,11 @@ filter process processing messages from two MTAs: </div> <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/index.html b/gnu/usr.sbin/sendmail/libmilter/docs/index.html index 79472f6cba2..28423a42941 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/index.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/index.html @@ -4,7 +4,7 @@ </head> <body> <!-- -$Sendmail: index.html,v 1.10 2001/06/01 00:05:03 ca Exp $ +$Sendmail: index.html,v 1.10.4.1 2003/03/05 19:54:19 ca Exp $ --> <h1>Filtering Mail with Sendmail</h1> @@ -82,11 +82,11 @@ filters and the MTA. <hr size="1"> <font size="-1"> -Copyright (c) 2000, 2001 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2001, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/installation.html b/gnu/usr.sbin/sendmail/libmilter/docs/installation.html index 8ce8611e6d0..370f1d3baf0 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/installation.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/installation.html @@ -16,7 +16,7 @@ To compile a filter, modify the Makefile provided with the sample program, or: <li>Put the include and Sendmail directories in your include path (e.g. -I/path/to/include -I/path/to/sendmail). - <li>Make sure libmilter.so is in your library path, and link your + <li>Make sure libmilter.a is in your library path, and link your application with it (e.g. "-lmilter"). <li>Compile with pthreads, either by using -pthread for gcc, or @@ -31,10 +31,6 @@ and your linking command line will look something like cc -o myfilter [object-files] -L[library-location] -lmilter -pthread </pre> -<p> -To run the filter, the Milter shared library must be available to the -run-time linker. - <H2><a name="config">Configuring Sendmail</A></H2> First, you must compile sendmail with MILTER defined. @@ -161,10 +157,10 @@ For information about available macros and their meanings, please consult the sendmail documentation. <hr size="1"> <font size="-1"> -Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/other.html b/gnu/usr.sbin/sendmail/libmilter/docs/other.html index 8ec9ffdb00e..4647c538087 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/other.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/other.html @@ -5,11 +5,11 @@ FAQ? Mailing list? More sample filters? <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/overview.html b/gnu/usr.sbin/sendmail/libmilter/docs/overview.html index 0c5953d574e..16cdad0566d 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/overview.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/overview.html @@ -4,7 +4,7 @@ </head> <body> <!-- -$Sendmail: overview.html,v 1.12 2001/06/01 00:05:03 ca Exp $ +$Sendmail: overview.html,v 1.12.4.1 2003/03/05 19:54:20 ca Exp $ --> <h1>Technical Overview</h1> @@ -184,11 +184,11 @@ In the case of <TT>Abort</TT> the <hr size="1"> <font size="-1"> -Copyright (c) 2000, 2001 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2001, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/sample.html b/gnu/usr.sbin/sendmail/libmilter/docs/sample.html index 879258c39df..7f669b793de 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/sample.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/sample.html @@ -480,11 +480,11 @@ main(argc, argv) </pre> <hr size="1"> <font size="-1"> -Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addheader.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addheader.html index 6f852aebf6e..a49c648780f 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addheader.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addheader.html @@ -105,11 +105,11 @@ href="smfi_chgheader.html">smfi_chgheader</a>. <hr size="1"> <font size="-1"> -Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addrcpt.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addrcpt.html index d0a59638eb2..3b2eb56ccba 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addrcpt.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addrcpt.html @@ -70,11 +70,11 @@ in the smfiDesc_str passed to <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_chgheader.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_chgheader.html index 89ce6f26ebf..fc7ba97bd42 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_chgheader.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_chgheader.html @@ -107,11 +107,11 @@ Otherwise, it returns MI_SUCCESS. <hr size="1"> <font size="-1"> -Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_delrcpt.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_delrcpt.html index f86fd2efc39..451f36a6a94 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_delrcpt.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_delrcpt.html @@ -69,11 +69,11 @@ The addresses to be removed must match exactly. For example, an address and its <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_getpriv.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_getpriv.html index 8bb6efae953..85c994cd89f 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_getpriv.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_getpriv.html @@ -49,11 +49,11 @@ Get the connection-specific data pointer for this connection. <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_getsymval.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_getsymval.html index 8cbde7d7cb7..7f3db6ae0ce 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_getsymval.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_getsymval.html @@ -86,11 +86,11 @@ sendmail distribution. <hr size="1"> <font size="-1"> -Copyright (c) 2000, 2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2002-2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_main.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_main.html index 9652eaa4855..674ef69a282 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_main.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_main.html @@ -38,11 +38,11 @@ Hand control to libmilter event loop. <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_register.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_register.html index 705b3a4a9da..2e9ee3dbc95 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_register.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_register.html @@ -150,11 +150,11 @@ the following values, describing the actions the filter may take: <hr size="1"> <font size="-1"> -Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2001, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_replacebody.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_replacebody.html index 204c2dc0eb3..2ef0f493352 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_replacebody.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_replacebody.html @@ -80,11 +80,11 @@ Otherwise, it will return MI_SUCCESS. <hr size="1"> <font size="-1"> -Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2001, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setbacklog.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setbacklog.html index 79f0fd02ade..d5592661900 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setbacklog.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setbacklog.html @@ -50,11 +50,11 @@ to zero.</td> <hr size="1"> <font size="-1"> -Copyright (c) 2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2002-2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setconn.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setconn.html index 0d46a5bc48e..b0aed7c2a68 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setconn.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setconn.html @@ -49,16 +49,26 @@ Set the socket through which this filter should communicate with sendmail. <tr> <th valign="top" align=left>RETURN VALUES</th> -<td>smfi_setconn will not fail on an invalid address. The failure will -only be detected in <a href="smfi_main.html">smfi_main</a></td> +<td>smfi_setconn will not fail on an invalid address. +The failure will only be detected in <a href="smfi_main.html">smfi_main</a></td>. +Nevertheless, smfi_setconn may fail for other reasons, e.g., +due to a lack of memory. </tr> <tr> <th valign="top" align=left>NOTES</th> <td> -<ul><li>If possible, filters should not run as root when communicating over unix/local domain sockets. - <li>Unix/local sockets should have their permissions set to 0600 (read/write permission only for the socket's owner). +<ul> + <li>If possible, filters should not run as root when communicating + over unix/local domain sockets. + <li>Unix/local sockets should have their permissions set to + 0600 (read/write permission only for the socket's owner) or + 0660 (read/write permission for the socket's owner and group) + which is useful if the sendmail RunAsUser option is used. + The permissions for a unix/local domain socket are determined as + usual by <code>umask</code>, which should be set to 007 or 077 + before calling <code>smfi_setconn()</code>. </ul> </td> </tr> @@ -67,11 +77,11 @@ only be detected in <a href="smfi_main.html">smfi_main</a></td> <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setpriv.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setpriv.html index e800cc8dcc0..6bd79965da6 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setpriv.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setpriv.html @@ -67,11 +67,11 @@ and set the pointer to NULL. <hr size="1"> <font size="-1"> -Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2001, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setreply.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setreply.html index 73852f21c4d..87a47d7ad7a 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setreply.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setreply.html @@ -87,11 +87,11 @@ SMFI_TEMPFAIL is used for the message, the custom reply is not used. <hr size="1"> <font size="-1"> -Copyright (c) 2000, 2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2002-2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_settimeout.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_settimeout.html index 6fee16621d7..c27f8176f5a 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_settimeout.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_settimeout.html @@ -53,11 +53,11 @@ no wait, <b>not</b> "wait forever". <hr size="1"> <font size="-1"> -Copyright (c) 2000, 2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2002-2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_abort.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_abort.html index aeddf6f37d3..d47b50518bf 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_abort.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_abort.html @@ -70,11 +70,11 @@ message is later aborted outside its control. <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_body.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_body.html index b19e0d4913d..6aed207c848 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_body.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_body.html @@ -70,11 +70,11 @@ significantly impact filter performance. <hr size="1"> <font size="-1"> -Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html index 07742be7682..30db78643d7 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html @@ -56,11 +56,11 @@ currently ignored. <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_connect.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_connect.html index 17102856ba2..af58bf9cba8 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_connect.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_connect.html @@ -80,11 +80,11 @@ routine, this filter's xxfi_connect() will not be called.</td> <hr size="1"> <font size="-1"> -Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2001, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_envfrom.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_envfrom.html index d023c404768..5eeaa376fdc 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_envfrom.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_envfrom.html @@ -76,17 +76,17 @@ Handle the envelope FROM command. <tr> <th valign="top" align=left>NOTES</th> <td>For more details on ESTMP responses, please see RFC -<a href="http://www.cis.ohio-state.edu/rfc/rfc1869.txt">1869</a>.</td> +<a href="http://www.rfc-editor.org/rfc/rfc1869.txt">1869</a>.</td> </tr> </table> <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_envrcpt.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_envrcpt.html index f13626a2191..9d32e90962c 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_envrcpt.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_envrcpt.html @@ -78,17 +78,17 @@ Handle the envelope RCPT command. <tr> <th valign="top" align=left>NOTES</th> <td>For more details on ESTMP responses, please see RFC -<a href="http://www.cis.ohio-state.edu/rfc/rfc1869.txt">1869</a>.</td> +<a href="http://www.rfc-editor.org/rfc/rfc1869.txt">1869</a>.</td> </tr> </table> <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_eoh.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_eoh.html index 46c7925f308..b745959594c 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_eoh.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_eoh.html @@ -43,11 +43,11 @@ Handle the end of message headers. <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_eom.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_eom.html index 40f6deec02a..1c99103cd1e 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_eom.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_eom.html @@ -48,11 +48,11 @@ End of a message. <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_header.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_header.html index a6c6322b13b..1be49584c80 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_header.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_header.html @@ -56,7 +56,7 @@ Handle a message header. <ul> <li>Later filters will see header changes/additions made by earlier ones. <li>For much more detail about header format, please see -RFC <a href="http://www.cis.ohio-state.edu/htbin/rfc/rfc822.html">822</a> +RFC <a href="http://www.rfc-editor.org/rfc/rfc822.html">822</a> </ul> </td> </tr> @@ -64,11 +64,11 @@ RFC <a href="http://www.cis.ohio-state.edu/htbin/rfc/rfc822.html">822</a> <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_helo.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_helo.html index b1aa9e9a8ae..0eb8df6703c 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_helo.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_helo.html @@ -49,11 +49,11 @@ three times</td> <hr size="1"> <font size="-1"> -Copyright (c) 2000 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> |