summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/libmilter
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2014-02-01 22:27:40 +0000
committergshapiro <gshapiro@FreeBSD.org>2014-02-01 22:27:40 +0000
commit048f3c3a11405d77cd183778c62e808af43a1745 (patch)
tree589bcee6ac0a3ccc6301e6b247fa4791aa064a4c /contrib/sendmail/libmilter
parent9e0e0be832ff8d29664ae5fbd751236ae85847ab (diff)
downloadFreeBSD-src-048f3c3a11405d77cd183778c62e808af43a1745.zip
FreeBSD-src-048f3c3a11405d77cd183778c62e808af43a1745.tar.gz
MFC: Merge sendmail 8.14.8
Diffstat (limited to 'contrib/sendmail/libmilter')
-rw-r--r--contrib/sendmail/libmilter/Makefile.m42
-rw-r--r--contrib/sendmail/libmilter/comm.c4
-rw-r--r--contrib/sendmail/libmilter/docs/api.html4
-rw-r--r--contrib/sendmail/libmilter/docs/design.html4
-rw-r--r--contrib/sendmail/libmilter/docs/index.html4
-rw-r--r--contrib/sendmail/libmilter/docs/installation.html4
-rw-r--r--contrib/sendmail/libmilter/docs/other.html4
-rw-r--r--contrib/sendmail/libmilter/docs/overview.html4
-rw-r--r--contrib/sendmail/libmilter/docs/sample.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_addheader.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_addrcpt.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_addrcpt_par.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_chgfrom.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_chgheader.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_delrcpt.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_getpriv.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_getsymval.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_insheader.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_main.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_opensocket.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_progress.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_quarantine.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_register.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_replacebody.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_setbacklog.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_setconn.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_setdbg.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_setmlreply.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_setpriv.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_setreply.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_setsymlist.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_settimeout.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_stop.html4
-rw-r--r--contrib/sendmail/libmilter/docs/smfi_version.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_abort.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_body.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_close.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_connect.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_data.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_envfrom.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_envrcpt.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_eoh.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_eom.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_header.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_helo.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_negotiate.html4
-rw-r--r--contrib/sendmail/libmilter/docs/xxfi_unknown.html4
-rw-r--r--contrib/sendmail/libmilter/engine.c4
-rw-r--r--contrib/sendmail/libmilter/example.c4
-rw-r--r--contrib/sendmail/libmilter/handler.c4
-rw-r--r--contrib/sendmail/libmilter/libmilter.h4
-rw-r--r--contrib/sendmail/libmilter/listener.c4
-rw-r--r--contrib/sendmail/libmilter/main.c4
-rw-r--r--contrib/sendmail/libmilter/monitor.c4
-rw-r--r--contrib/sendmail/libmilter/signal.c4
-rw-r--r--contrib/sendmail/libmilter/sm_gethost.c27
-rw-r--r--contrib/sendmail/libmilter/smfi.c4
-rw-r--r--contrib/sendmail/libmilter/worker.c4
58 files changed, 137 insertions, 116 deletions
diff --git a/contrib/sendmail/libmilter/Makefile.m4 b/contrib/sendmail/libmilter/Makefile.m4
index 5b95fbe..34e5a2a 100644
--- a/contrib/sendmail/libmilter/Makefile.m4
+++ b/contrib/sendmail/libmilter/Makefile.m4
@@ -1,4 +1,4 @@
-dnl $Id: Makefile.m4,v 8.92 2013/04/16 20:19:54 ca Exp $
+dnl $Id: Makefile.m4,v 8.96 2013/10/14 16:16:44 ca Exp $
include(confBUILDTOOLSDIR`/M4/switch.m4')
dnl only required for compilation of EXTRAS
diff --git a/contrib/sendmail/libmilter/comm.c b/contrib/sendmail/libmilter/comm.c
index e04681c..e115c46 100644
--- a/contrib/sendmail/libmilter/comm.c
+++ b/contrib/sendmail/libmilter/comm.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2004, 2009 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2004, 2009 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -9,7 +9,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: comm.c,v 8.70 2009/12/16 16:33:48 ca Exp $")
+SM_RCSID("@(#)$Id: comm.c,v 8.71 2013/11/22 20:51:36 ca Exp $")
#include "libmilter.h"
#include <sm/errstring.h>
diff --git a/contrib/sendmail/libmilter/docs/api.html b/contrib/sendmail/libmilter/docs/api.html
index 3c56746..a479eb8 100644
--- a/contrib/sendmail/libmilter/docs/api.html
+++ b/contrib/sendmail/libmilter/docs/api.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>Milter API</TITLE></HEAD>
<BODY>
<!--
-$Id: api.html,v 1.38 2012/03/29 03:18:37 ca Exp $
+$Id: api.html,v 1.39 2013/11/22 20:51:39 ca Exp $
-->
<H1>Milter API</H1>
@@ -311,7 +311,7 @@ for a protocol stage.
<HR SIZE="1">
<FONT SIZE="-1">
-Copyright (c) 2000, 2003, 2006, 2009 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003, 2006, 2009 Proofpoint, 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/docs/design.html b/contrib/sendmail/libmilter/docs/design.html
index f2e5f11..c0eabdd 100644
--- a/contrib/sendmail/libmilter/docs/design.html
+++ b/contrib/sendmail/libmilter/docs/design.html
@@ -4,7 +4,7 @@
</HEAD>
<BODY>
<!--
-$Id: design.html,v 1.12 2006/08/08 20:55:57 ca Exp $
+$Id: design.html,v 1.13 2013/11/22 20:51:39 ca Exp $
-->
<H1>Architecture</H1>
@@ -137,7 +137,7 @@ filter process processing messages from two MTAs:
</DIV>
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003 Proofpoint, 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/docs/index.html b/contrib/sendmail/libmilter/docs/index.html
index 517d2f6..5f7295d 100644
--- a/contrib/sendmail/libmilter/docs/index.html
+++ b/contrib/sendmail/libmilter/docs/index.html
@@ -4,7 +4,7 @@
</HEAD>
<BODY>
<!--
-$Id: index.html,v 1.13 2006/08/08 20:55:57 ca Exp $
+$Id: index.html,v 1.14 2013/11/22 20:51:39 ca Exp $
-->
<H1>Filtering Mail with Sendmail</H1>
@@ -82,7 +82,7 @@ filters and the MTA.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2001, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2001, 2003 Proofpoint, 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/docs/installation.html b/contrib/sendmail/libmilter/docs/installation.html
index 07142e9..7c40397 100644
--- a/contrib/sendmail/libmilter/docs/installation.html
+++ b/contrib/sendmail/libmilter/docs/installation.html
@@ -3,7 +3,7 @@
</HEAD>
<BODY>
<!--
-$Id: installation.html,v 1.23 2006/08/31 17:16:03 ca Exp $
+$Id: installation.html,v 1.24 2013/11/22 20:51:39 ca Exp $
-->
<H1>Installation</H1>
<H2>Contents</H2>
@@ -155,7 +155,7 @@ For information about available macros and their meanings, please
consult the sendmail documentation.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000-2003, 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000-2003, 2006 Proofpoint, 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/docs/other.html b/contrib/sendmail/libmilter/docs/other.html
index c33b536..5f007d9 100644
--- a/contrib/sendmail/libmilter/docs/other.html
+++ b/contrib/sendmail/libmilter/docs/other.html
@@ -3,12 +3,12 @@
</HEAD>
<BODY>
<!--
-$Id: other.html,v 1.6 2006/08/08 20:55:57 ca Exp $
+$Id: other.html,v 1.7 2013/11/22 20:51:39 ca Exp $
-->
FAQ? Mailing list? More sample filters?
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003 Proofpoint, 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/docs/overview.html b/contrib/sendmail/libmilter/docs/overview.html
index d6e3bba..fc95c33 100644
--- a/contrib/sendmail/libmilter/docs/overview.html
+++ b/contrib/sendmail/libmilter/docs/overview.html
@@ -4,7 +4,7 @@
</HEAD>
<BODY>
<!--
-$Id: overview.html,v 1.21 2010/12/14 20:59:52 ca Exp $
+$Id: overview.html,v 1.22 2013/11/22 20:51:39 ca Exp $
-->
<H1>Technical Overview</H1>
@@ -207,7 +207,7 @@ In the case of <TT>Abort</TT> the
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2001, 2003, 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2001, 2003, 2006 Proofpoint, 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/docs/sample.html b/contrib/sendmail/libmilter/docs/sample.html
index 48e25c5..03c747b 100644
--- a/contrib/sendmail/libmilter/docs/sample.html
+++ b/contrib/sendmail/libmilter/docs/sample.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>A Sample Filter</TITLE></HEAD>
<BODY>
<!--
-$Id: sample.html,v 1.22 2006/10/09 23:14:51 ca Exp $
+$Id: sample.html,v 1.23 2013/11/22 20:51:39 ca Exp $
-->
<H1>A Sample Filter</H1>
@@ -527,7 +527,7 @@ main(argc, argv)
</PRE>
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000-2004, 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000-2004, 2006 Proofpoint, 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/docs/smfi_addheader.html b/contrib/sendmail/libmilter/docs/smfi_addheader.html
index 460b4ca..4cff972 100644
--- a/contrib/sendmail/libmilter/docs/smfi_addheader.html
+++ b/contrib/sendmail/libmilter/docs/smfi_addheader.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_addheader</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_addheader.html,v 1.20 2009/05/18 23:51:23 ca Exp $
+$Id: smfi_addheader.html,v 1.21 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_addheader</H1>
@@ -120,7 +120,7 @@ To change a header's current value, use
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000-2003, 2006, 2009 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000-2003, 2006, 2009 Proofpoint, 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/docs/smfi_addrcpt.html b/contrib/sendmail/libmilter/docs/smfi_addrcpt.html
index cf997e5..e0bb1db 100644
--- a/contrib/sendmail/libmilter/docs/smfi_addrcpt.html
+++ b/contrib/sendmail/libmilter/docs/smfi_addrcpt.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_addrcpt</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_addrcpt.html,v 1.11 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_addrcpt.html,v 1.12 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_addrcpt</H1>
@@ -73,7 +73,7 @@ in the smfiDesc_str passed to
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003 Proofpoint, 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/docs/smfi_addrcpt_par.html b/contrib/sendmail/libmilter/docs/smfi_addrcpt_par.html
index 776b02c..2073c8f 100644
--- a/contrib/sendmail/libmilter/docs/smfi_addrcpt_par.html
+++ b/contrib/sendmail/libmilter/docs/smfi_addrcpt_par.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_addrcpt_par</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_addrcpt_par.html,v 1.4 2007/03/19 16:38:02 ca Exp $
+$Id: smfi_addrcpt_par.html,v 1.5 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_addrcpt_par</H1>
@@ -78,7 +78,7 @@ in the smfiDesc_str passed to
<HR size="1">
<FONT size="-1">
-Copyright (c) 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2006 Proofpoint, 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/docs/smfi_chgfrom.html b/contrib/sendmail/libmilter/docs/smfi_chgfrom.html
index e8249e0..8f08955 100644
--- a/contrib/sendmail/libmilter/docs/smfi_chgfrom.html
+++ b/contrib/sendmail/libmilter/docs/smfi_chgfrom.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_chgfrom</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_chgfrom.html,v 1.3 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_chgfrom.html,v 1.4 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_chgfrom</H1>
@@ -84,7 +84,7 @@ whether the call was successful.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2006 Proofpoint, 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/docs/smfi_chgheader.html b/contrib/sendmail/libmilter/docs/smfi_chgheader.html
index 517b5ba..d040305 100644
--- a/contrib/sendmail/libmilter/docs/smfi_chgheader.html
+++ b/contrib/sendmail/libmilter/docs/smfi_chgheader.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_chgheader</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_chgheader.html,v 1.18 2009/05/18 23:51:23 ca Exp $
+$Id: smfi_chgheader.html,v 1.19 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_chgheader</H1>
@@ -115,7 +115,7 @@ Otherwise, it returns MI_SUCCESS.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000-2003, 2009 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000-2003, 2009 Proofpoint, 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/docs/smfi_delrcpt.html b/contrib/sendmail/libmilter/docs/smfi_delrcpt.html
index c43dcd6..ff28430 100644
--- a/contrib/sendmail/libmilter/docs/smfi_delrcpt.html
+++ b/contrib/sendmail/libmilter/docs/smfi_delrcpt.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_delrcpt</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_delrcpt.html,v 1.11 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_delrcpt.html,v 1.12 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_delrcpt</H1>
@@ -72,7 +72,7 @@ The addresses to be removed must match exactly. For example, an address and its
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003 Proofpoint, 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/docs/smfi_getpriv.html b/contrib/sendmail/libmilter/docs/smfi_getpriv.html
index 9584b9e..c870b53 100644
--- a/contrib/sendmail/libmilter/docs/smfi_getpriv.html
+++ b/contrib/sendmail/libmilter/docs/smfi_getpriv.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_getpriv</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_getpriv.html,v 1.9 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_getpriv.html,v 1.10 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_getpriv</H1>
@@ -52,7 +52,7 @@ Get the connection-specific data pointer for this connection.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003 Proofpoint, 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/docs/smfi_getsymval.html b/contrib/sendmail/libmilter/docs/smfi_getsymval.html
index 671dbfa..a92fcdb 100644
--- a/contrib/sendmail/libmilter/docs/smfi_getsymval.html
+++ b/contrib/sendmail/libmilter/docs/smfi_getsymval.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_getsymval</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_getsymval.html,v 1.15 2007/03/19 16:49:11 ca Exp $
+$Id: smfi_getsymval.html,v 1.16 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_getsymval</H1>
@@ -95,7 +95,7 @@ provided with your sendmail distribution.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2002-2003, 2007 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2002-2003, 2007 Proofpoint, 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/docs/smfi_insheader.html b/contrib/sendmail/libmilter/docs/smfi_insheader.html
index 5962e61..36ec0d4 100644
--- a/contrib/sendmail/libmilter/docs/smfi_insheader.html
+++ b/contrib/sendmail/libmilter/docs/smfi_insheader.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_insheader</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_insheader.html,v 1.10 2009/05/18 23:51:23 ca Exp $
+$Id: smfi_insheader.html,v 1.11 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_insheader</H1>
@@ -140,7 +140,7 @@ Otherwise, it returns MI_SUCCESS.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2004, 2006, 2009 Sendmail, Inc. and its suppliers.
+Copyright (c) 2004, 2006, 2009 Proofpoint, 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/docs/smfi_main.html b/contrib/sendmail/libmilter/docs/smfi_main.html
index a749386..dd7f8f9 100644
--- a/contrib/sendmail/libmilter/docs/smfi_main.html
+++ b/contrib/sendmail/libmilter/docs/smfi_main.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_main</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_main.html,v 1.9 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_main.html,v 1.10 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_main</H1>
@@ -41,7 +41,7 @@ Hand control to libmilter event loop.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003 Proofpoint, 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/docs/smfi_opensocket.html b/contrib/sendmail/libmilter/docs/smfi_opensocket.html
index 53ea62b..a1e9dbf 100644
--- a/contrib/sendmail/libmilter/docs/smfi_opensocket.html
+++ b/contrib/sendmail/libmilter/docs/smfi_opensocket.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_opensocket</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_opensocket.html,v 1.7 2008/01/31 17:29:33 ca Exp $
+$Id: smfi_opensocket.html,v 1.8 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_opensocket</H1>
@@ -74,7 +74,7 @@ Otherwise, it will return MI_SUCCESS
<HR size="1">
<FONT size="-1">
-Copyright (c) 2003, 2008 Sendmail, Inc. and its suppliers.
+Copyright (c) 2003, 2008 Proofpoint, 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/docs/smfi_progress.html b/contrib/sendmail/libmilter/docs/smfi_progress.html
index 801bdf3..27423eb 100644
--- a/contrib/sendmail/libmilter/docs/smfi_progress.html
+++ b/contrib/sendmail/libmilter/docs/smfi_progress.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_progress</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_progress.html,v 1.5 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_progress.html,v 1.6 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_progress</H1>
@@ -58,7 +58,7 @@ Otherwise, it will return MI_SUCCESS
<HR size="1">
<FONT size="-1">
-Copyright (c) 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2003 Proofpoint, 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/docs/smfi_quarantine.html b/contrib/sendmail/libmilter/docs/smfi_quarantine.html
index 656a480..aed22c8 100644
--- a/contrib/sendmail/libmilter/docs/smfi_quarantine.html
+++ b/contrib/sendmail/libmilter/docs/smfi_quarantine.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_quarantine</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_quarantine.html,v 1.5 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_quarantine.html,v 1.6 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_quarantine</H1>
@@ -63,7 +63,7 @@ Otherwise, it will return MI_SUCCESS
<HR size="1">
<FONT size="-1">
-Copyright (c) 2002-2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2002-2003 Proofpoint, 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/docs/smfi_register.html b/contrib/sendmail/libmilter/docs/smfi_register.html
index 1a35918..083d122 100644
--- a/contrib/sendmail/libmilter/docs/smfi_register.html
+++ b/contrib/sendmail/libmilter/docs/smfi_register.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_register</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_register.html,v 1.18 2006/12/20 18:37:11 ca Exp $
+$Id: smfi_register.html,v 1.19 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_register</H1>
@@ -214,7 +214,7 @@ the following values, describing the actions the filter may take:
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000-2001, 2003, 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000-2001, 2003, 2006 Proofpoint, 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/docs/smfi_replacebody.html b/contrib/sendmail/libmilter/docs/smfi_replacebody.html
index bc8d5ac..b3c17cc 100644
--- a/contrib/sendmail/libmilter/docs/smfi_replacebody.html
+++ b/contrib/sendmail/libmilter/docs/smfi_replacebody.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_replacebody</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_replacebody.html,v 1.15 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_replacebody.html,v 1.16 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_replacebody</H1>
@@ -83,7 +83,7 @@ Otherwise, it will return MI_SUCCESS.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000-2001, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000-2001, 2003 Proofpoint, 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/docs/smfi_setbacklog.html b/contrib/sendmail/libmilter/docs/smfi_setbacklog.html
index 8353cac..af52b80 100644
--- a/contrib/sendmail/libmilter/docs/smfi_setbacklog.html
+++ b/contrib/sendmail/libmilter/docs/smfi_setbacklog.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_setbacklog</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_setbacklog.html,v 1.6 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_setbacklog.html,v 1.7 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_setbacklog</H1>
@@ -54,7 +54,7 @@ to zero.</TD>
<HR size="1">
<FONT size="-1">
-Copyright (c) 2002-2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2002-2003 Proofpoint, 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/docs/smfi_setconn.html b/contrib/sendmail/libmilter/docs/smfi_setconn.html
index 70a510e..f08b15e 100644
--- a/contrib/sendmail/libmilter/docs/smfi_setconn.html
+++ b/contrib/sendmail/libmilter/docs/smfi_setconn.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_setconn</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_setconn.html,v 1.17 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_setconn.html,v 1.18 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_setconn</H1>
@@ -83,7 +83,7 @@ due to a lack of memory.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003 Proofpoint, 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/docs/smfi_setdbg.html b/contrib/sendmail/libmilter/docs/smfi_setdbg.html
index e001d3f..c28468c 100644
--- a/contrib/sendmail/libmilter/docs/smfi_setdbg.html
+++ b/contrib/sendmail/libmilter/docs/smfi_setdbg.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_setdbg</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_setdbg.html,v 1.3 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_setdbg.html,v 1.4 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_setdbg</H1>
@@ -57,7 +57,7 @@ the current, highest, useful value.</TD>
<HR size="1">
<FONT size="-1">
-Copyright (c) 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2003 Proofpoint, 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/docs/smfi_setmlreply.html b/contrib/sendmail/libmilter/docs/smfi_setmlreply.html
index b01bacf..46c04e3 100644
--- a/contrib/sendmail/libmilter/docs/smfi_setmlreply.html
+++ b/contrib/sendmail/libmilter/docs/smfi_setmlreply.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_setmlreply</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_setmlreply.html,v 1.4 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_setmlreply.html,v 1.5 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_setmlreply</H1>
@@ -135,7 +135,7 @@ then the SMTP server will terminate the SMTP session with a 421 error code.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2002-2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2002-2003 Proofpoint, 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/docs/smfi_setpriv.html b/contrib/sendmail/libmilter/docs/smfi_setpriv.html
index 1c287eb..66ddcd8 100644
--- a/contrib/sendmail/libmilter/docs/smfi_setpriv.html
+++ b/contrib/sendmail/libmilter/docs/smfi_setpriv.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_setpriv</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_setpriv.html,v 1.11 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_setpriv.html,v 1.12 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_setpriv</H1>
@@ -70,7 +70,7 @@ and set the pointer to NULL.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000-2001, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000-2001, 2003 Proofpoint, 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/docs/smfi_setreply.html b/contrib/sendmail/libmilter/docs/smfi_setreply.html
index d857815..4db70bb 100644
--- a/contrib/sendmail/libmilter/docs/smfi_setreply.html
+++ b/contrib/sendmail/libmilter/docs/smfi_setreply.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_setreply</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_setreply.html,v 1.17 2006/12/21 18:30:35 ca Exp $
+$Id: smfi_setreply.html,v 1.18 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_setreply</H1>
@@ -107,7 +107,7 @@ then the SMTP server will terminate the SMTP session with a 421 error code.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2002-2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2002-2003 Proofpoint, 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/docs/smfi_setsymlist.html b/contrib/sendmail/libmilter/docs/smfi_setsymlist.html
index 80793f0..c371860 100644
--- a/contrib/sendmail/libmilter/docs/smfi_setsymlist.html
+++ b/contrib/sendmail/libmilter/docs/smfi_setsymlist.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_setsymlist</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_setsymlist.html,v 1.6 2012/05/11 17:34:23 ca Exp $
+$Id: smfi_setsymlist.html,v 1.7 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_setsymlist</H1>
@@ -99,7 +99,7 @@ the milter.</TD>
<HR size="1">
<FONT size="-1">
-Copyright (c) 2006, 2012 Sendmail, Inc. and its suppliers.
+Copyright (c) 2006, 2012 Proofpoint, 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/docs/smfi_settimeout.html b/contrib/sendmail/libmilter/docs/smfi_settimeout.html
index 5631499..92382ab 100644
--- a/contrib/sendmail/libmilter/docs/smfi_settimeout.html
+++ b/contrib/sendmail/libmilter/docs/smfi_settimeout.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_settimeout</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_settimeout.html,v 1.15 2011/10/03 16:21:33 ca Exp $
+$Id: smfi_settimeout.html,v 1.16 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_settimeout</H1>
@@ -69,7 +69,7 @@ the MTA also uses lower timeouts for communication
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2002-2003, 2006, 2011 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2002-2003, 2006, 2011 Proofpoint, 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/docs/smfi_stop.html b/contrib/sendmail/libmilter/docs/smfi_stop.html
index 5d25882..e218b5a 100644
--- a/contrib/sendmail/libmilter/docs/smfi_stop.html
+++ b/contrib/sendmail/libmilter/docs/smfi_stop.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_stop</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_stop.html,v 1.7 2010/12/13 16:16:01 ca Exp $
+$Id: smfi_stop.html,v 1.8 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_stop</H1>
@@ -64,7 +64,7 @@ which may then exit or warm-restart.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2003, 2005 Sendmail, Inc. and its suppliers.
+Copyright (c) 2003, 2005 Proofpoint, 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/docs/smfi_version.html b/contrib/sendmail/libmilter/docs/smfi_version.html
index 6dd451d..9b7d325 100644
--- a/contrib/sendmail/libmilter/docs/smfi_version.html
+++ b/contrib/sendmail/libmilter/docs/smfi_version.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>smfi_version()</TITLE></HEAD>
<BODY>
<!--
-$Id: smfi_version.html,v 1.6 2008/05/02 23:06:26 ca Exp $
+$Id: smfi_version.html,v 1.7 2013/11/22 20:51:39 ca Exp $
-->
<H1>smfi_version()</H1>
@@ -82,7 +82,7 @@ different patch levels.
<HR SIZE="1">
<FONT SIZE="-1">
-Copyright (c) 2006-2008 Sendmail, Inc. and its suppliers.
+Copyright (c) 2006-2008 Proofpoint, 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/docs/xxfi_abort.html b/contrib/sendmail/libmilter/docs/xxfi_abort.html
index 0664dc1..73a1705 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_abort.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_abort.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_abort</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_abort.html,v 1.12 2006/12/21 18:30:35 ca Exp $
+$Id: xxfi_abort.html,v 1.13 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_abort</H1>
@@ -73,7 +73,7 @@ message is later aborted outside its control.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003 Proofpoint, 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/docs/xxfi_body.html b/contrib/sendmail/libmilter/docs/xxfi_body.html
index 0a5f0f3..bc19201 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_body.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_body.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_body</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_body.html,v 1.17 2007/03/26 20:12:46 ca Exp $
+$Id: xxfi_body.html,v 1.18 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_body</H1>
@@ -87,7 +87,7 @@ is available and if so, the milter must request it.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000-2003, 2007 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000-2003, 2007 Proofpoint, 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/docs/xxfi_close.html b/contrib/sendmail/libmilter/docs/xxfi_close.html
index 2c2ae77..2af52f4 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_close.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_close.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_close</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_close.html,v 1.13 2006/12/21 18:30:35 ca Exp $
+$Id: xxfi_close.html,v 1.14 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_close</H1>
@@ -71,7 +71,7 @@ currently ignored.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003, 2004 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003, 2004 Proofpoint, 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/docs/xxfi_connect.html b/contrib/sendmail/libmilter/docs/xxfi_connect.html
index 87d5eeb..a3d5ee9 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_connect.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_connect.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_connect</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_connect.html,v 1.19 2007/01/15 22:24:45 ca Exp $
+$Id: xxfi_connect.html,v 1.20 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_connect</H1>
@@ -111,7 +111,7 @@ routine, this filter's xxfi_connect() will not be called.</TD>
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000-2001, 2003, 2007 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000-2001, 2003, 2007 Proofpoint, 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/docs/xxfi_data.html b/contrib/sendmail/libmilter/docs/xxfi_data.html
index 2633ee5..bfd4dbe 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_data.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_data.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_data</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_data.html,v 1.4 2007/01/25 01:00:20 ca Exp $
+$Id: xxfi_data.html,v 1.5 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_data</H1>
@@ -79,7 +79,7 @@ Handle the DATA command.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2006 Proofpoint, 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/docs/xxfi_envfrom.html b/contrib/sendmail/libmilter/docs/xxfi_envfrom.html
index 6ae88cf..46ae35e 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_envfrom.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_envfrom.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_envfrom</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_envfrom.html,v 1.14 2007/01/25 01:00:20 ca Exp $
+$Id: xxfi_envfrom.html,v 1.15 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_envfrom</H1>
@@ -87,7 +87,7 @@ before xxfi_envrcpt.</TD>
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003, 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003, 2006 Proofpoint, 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/docs/xxfi_envrcpt.html b/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html
index 67a8cf5..d2febbc 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_envrcpt</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_envrcpt.html,v 1.16 2010/07/14 04:41:03 ca Exp $
+$Id: xxfi_envrcpt.html,v 1.17 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_envrcpt</H1>
@@ -88,7 +88,7 @@ Handle the envelope RCPT command.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003, 2010 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003, 2010 Proofpoint, 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/docs/xxfi_eoh.html b/contrib/sendmail/libmilter/docs/xxfi_eoh.html
index 2a74e7a..d06bfdb 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_eoh.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_eoh.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_eoh</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_eoh.html,v 1.11 2006/12/21 18:30:35 ca Exp $
+$Id: xxfi_eoh.html,v 1.12 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_eoh</H1>
@@ -46,7 +46,7 @@ Handle the end of message headers.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003 Proofpoint, 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/docs/xxfi_eom.html b/contrib/sendmail/libmilter/docs/xxfi_eom.html
index b5aee8b..ca206ce 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_eom.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_eom.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_eom</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_eom.html,v 1.12 2006/12/21 18:30:36 ca Exp $
+$Id: xxfi_eom.html,v 1.13 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_eom</H1>
@@ -52,7 +52,7 @@ Modifications are made via the smfi_* routines.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003 Proofpoint, 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/docs/xxfi_header.html b/contrib/sendmail/libmilter/docs/xxfi_header.html
index 8a5462f..001fd7f 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_header.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_header.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_header</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_header.html,v 1.17 2006/12/21 18:30:36 ca Exp $
+$Id: xxfi_header.html,v 1.18 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_header</H1>
@@ -101,7 +101,7 @@ RFC <A href="http://www.rfc-editor.org/rfc/rfc2822.html">2822</A>
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003, 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003, 2006 Proofpoint, 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/docs/xxfi_helo.html b/contrib/sendmail/libmilter/docs/xxfi_helo.html
index 613cb19..10dd24b 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_helo.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_helo.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_helo</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_helo.html,v 1.12 2006/12/21 18:30:36 ca Exp $
+$Id: xxfi_helo.html,v 1.13 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_helo</H1>
@@ -54,7 +54,7 @@ some restrictions can be imposed by the MTA configuration.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2000, 2003, 2005 Sendmail, Inc. and its suppliers.
+Copyright (c) 2000, 2003, 2005 Proofpoint, 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/docs/xxfi_negotiate.html b/contrib/sendmail/libmilter/docs/xxfi_negotiate.html
index 0f69f70..61ea95b 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_negotiate.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_negotiate.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_negotiate</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_negotiate.html,v 1.23 2006/12/20 18:57:08 ca Exp $
+$Id: xxfi_negotiate.html,v 1.24 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_negotiate</H1>
@@ -267,7 +267,7 @@ should be set to 0 for compatibility with future versions.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2006 Proofpoint, 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/docs/xxfi_unknown.html b/contrib/sendmail/libmilter/docs/xxfi_unknown.html
index 0455dfd..f32a5a1 100644
--- a/contrib/sendmail/libmilter/docs/xxfi_unknown.html
+++ b/contrib/sendmail/libmilter/docs/xxfi_unknown.html
@@ -2,7 +2,7 @@
<HEAD><TITLE>xxfi_unknown</TITLE></HEAD>
<BODY>
<!--
-$Id: xxfi_unknown.html,v 1.4 2007/04/23 16:30:42 ca Exp $
+$Id: xxfi_unknown.html,v 1.5 2013/11/22 20:51:39 ca Exp $
-->
<H1>xxfi_unknown</H1>
@@ -74,7 +74,7 @@ it is only possible to return a different error code.
<HR size="1">
<FONT size="-1">
-Copyright (c) 2006 Sendmail, Inc. and its suppliers.
+Copyright (c) 2006 Proofpoint, 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/engine.c b/contrib/sendmail/libmilter/engine.c
index 92c8e6d..c060cbe 100644
--- a/contrib/sendmail/libmilter/engine.c
+++ b/contrib/sendmail/libmilter/engine.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2004, 2006-2008 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2004, 2006-2008 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -9,7 +9,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: engine.c,v 8.167 2011/03/03 06:09:15 ca Exp $")
+SM_RCSID("@(#)$Id: engine.c,v 8.168 2013/11/22 20:51:36 ca Exp $")
#include "libmilter.h"
diff --git a/contrib/sendmail/libmilter/example.c b/contrib/sendmail/libmilter/example.c
index cef4b0f..754ac0d 100644
--- a/contrib/sendmail/libmilter/example.c
+++ b/contrib/sendmail/libmilter/example.c
@@ -1,12 +1,12 @@
/*
- * Copyright (c) 2006 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2006 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
- * $Id: example.c,v 8.4 2008/07/22 15:12:47 ca Exp $
+ * $Id: example.c,v 8.5 2013/11/22 20:51:36 ca Exp $
*/
/*
diff --git a/contrib/sendmail/libmilter/handler.c b/contrib/sendmail/libmilter/handler.c
index 2c34f1f..6e69179 100644
--- a/contrib/sendmail/libmilter/handler.c
+++ b/contrib/sendmail/libmilter/handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2003, 2006 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2003, 2006 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -9,7 +9,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: handler.c,v 8.39 2008/11/25 01:14:16 ca Exp $")
+SM_RCSID("@(#)$Id: handler.c,v 8.40 2013/11/22 20:51:36 ca Exp $")
#include "libmilter.h"
diff --git a/contrib/sendmail/libmilter/libmilter.h b/contrib/sendmail/libmilter/libmilter.h
index 5824151..3ddbbd2 100644
--- a/contrib/sendmail/libmilter/libmilter.h
+++ b/contrib/sendmail/libmilter/libmilter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2003, 2006 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2003, 2006 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -19,7 +19,7 @@
#ifdef _DEFINE
# define EXTERN
# define INIT(x) = x
-SM_IDSTR(MilterlId, "@(#)$Id: libmilter.h,v 8.77 2008/11/25 18:28:18 ca Exp $")
+SM_IDSTR(MilterlId, "@(#)$Id: libmilter.h,v 8.78 2013/11/22 20:51:36 ca Exp $")
#else /* _DEFINE */
# define EXTERN extern
# define INIT(x)
diff --git a/contrib/sendmail/libmilter/listener.c b/contrib/sendmail/libmilter/listener.c
index 48c552f..cd3f6e8 100644
--- a/contrib/sendmail/libmilter/listener.c
+++ b/contrib/sendmail/libmilter/listener.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2007 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2007 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -9,7 +9,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: listener.c,v 8.126 2009/12/16 16:40:23 ca Exp $")
+SM_RCSID("@(#)$Id: listener.c,v 8.127 2013/11/22 20:51:36 ca Exp $")
/*
** listener.c -- threaded network listener
diff --git a/contrib/sendmail/libmilter/main.c b/contrib/sendmail/libmilter/main.c
index d6e7279..0ed4f86 100644
--- a/contrib/sendmail/libmilter/main.c
+++ b/contrib/sendmail/libmilter/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2003, 2006, 2007 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2003, 2006, 2007 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -9,7 +9,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: main.c,v 8.84 2008/09/02 05:37:06 ca Exp $")
+SM_RCSID("@(#)$Id: main.c,v 8.85 2013/11/22 20:51:36 ca Exp $")
#define _DEFINE 1
#include "libmilter.h"
diff --git a/contrib/sendmail/libmilter/monitor.c b/contrib/sendmail/libmilter/monitor.c
index 366cf75..ab85a3d 100644
--- a/contrib/sendmail/libmilter/monitor.c
+++ b/contrib/sendmail/libmilter/monitor.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2006 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -9,7 +9,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: monitor.c,v 8.7 2007/04/23 16:26:28 ca Exp $")
+SM_RCSID("@(#)$Id: monitor.c,v 8.8 2013/11/22 20:51:36 ca Exp $")
#include "libmilter.h"
#if _FFR_THREAD_MONITOR
diff --git a/contrib/sendmail/libmilter/signal.c b/contrib/sendmail/libmilter/signal.c
index ad68469..503ffa6 100644
--- a/contrib/sendmail/libmilter/signal.c
+++ b/contrib/sendmail/libmilter/signal.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2004, 2006 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2004, 2006 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -9,7 +9,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: signal.c,v 8.44 2006/03/03 03:42:04 ca Exp $")
+SM_RCSID("@(#)$Id: signal.c,v 8.45 2013/11/22 20:51:36 ca Exp $")
#include "libmilter.h"
diff --git a/contrib/sendmail/libmilter/sm_gethost.c b/contrib/sendmail/libmilter/sm_gethost.c
index 1bb4405..346588a 100644
--- a/contrib/sendmail/libmilter/sm_gethost.c
+++ b/contrib/sendmail/libmilter/sm_gethost.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2001, 2004, 2010, 2013 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2001, 2004, 2010, 2013 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -9,7 +9,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: sm_gethost.c,v 8.30 2013/02/22 22:43:33 gshapiro Exp $")
+SM_RCSID("@(#)$Id: sm_gethost.c,v 8.32 2013/11/22 20:51:36 ca Exp $")
#include <sendmail.h>
#if NETINET || NETINET6
@@ -62,7 +62,18 @@ sm_getipnodebyname(name, family, flags, err)
h = gethostbyname(name);
if (family == AF_INET6 && !resv6)
_res.options &= ~RES_USE_INET6;
- *err = h_errno;
+
+ /* the function is supposed to return only the requested family */
+ if (h != NULL && h->h_addrtype != family)
+ {
+# if NETINET6
+ freehostent(h);
+# endif /* NETINET6 */
+ h = NULL;
+ *err = NO_DATA;
+ }
+ else
+ *err = h_errno;
return h;
}
@@ -121,6 +132,16 @@ mi_gethostbyname(name, family)
# endif /* NETINET6 */
#endif /* (SOLARIS > 10000 && SOLARIS < 20400) || (defined(SOLARIS) && SOLARIS < 204) || (defined(sony_news) && defined(__svr4)) */
+
+ /* the function is supposed to return only the requested family */
+ if (h != NULL && h->h_addrtype != family)
+ {
+# if NETINET6
+ freehostent(h);
+# endif /* NETINET6 */
+ h = NULL;
+ SM_SET_H_ERRNO(NO_DATA);
+ }
return h;
}
diff --git a/contrib/sendmail/libmilter/smfi.c b/contrib/sendmail/libmilter/smfi.c
index 138623e..cf162db 100644
--- a/contrib/sendmail/libmilter/smfi.c
+++ b/contrib/sendmail/libmilter/smfi.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2007 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2007 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -9,7 +9,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: smfi.c,v 8.83 2007/04/23 16:44:39 ca Exp $")
+SM_RCSID("@(#)$Id: smfi.c,v 8.84 2013/11/22 20:51:36 ca Exp $")
#include <sm/varargs.h>
#include "libmilter.h"
diff --git a/contrib/sendmail/libmilter/worker.c b/contrib/sendmail/libmilter/worker.c
index 50e8107..5c2ad6b 100644
--- a/contrib/sendmail/libmilter/worker.c
+++ b/contrib/sendmail/libmilter/worker.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004, 2007, 2009-2012 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2003-2004, 2007, 2009-2012 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -11,7 +11,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: worker.c,v 8.24 2012/03/13 15:37:46 ca Exp $")
+SM_RCSID("@(#)$Id: worker.c,v 8.25 2013/11/22 20:51:37 ca Exp $")
#include "libmilter.h"
OpenPOWER on IntegriCloud