between respectful and deprecated logging formats. Files:
mantools/postlink, proto/postconf.proto, global/mail_params.[hc],
postscreen/postscreen.c, proto/COMPATIBILITY_README.
+
+20210224
+
+ Typo: the "respectful_logging" parameter had a typo and a
+ "postscreen_" prefix that should have been deleted. File:
+ global/mail_params.h
postscreen(8) was officially released as part of the Postfix 2.8 stable release
in January 2011.
+Noel Jones helped with the Postfix 3.6 transition towards respectful
+documentation.
+
<h2> <a name="intro">Introduction</a> </h2>
<p> This document describes features that are available in Postfix
-3.6 and later. See <a href="proto/POSTSCREEN_3_5_README.html">
+3.6 and later. See <a href="POSTSCREEN_3_5_README.html">
POSTSCREEN_3_5_README.html</a> for Postfix versions 2.8 - 3.5. </p>
<p> The Postfix <a href="postscreen.8.html">postscreen(8)</a> daemon provides additional protection
<p> <a href="postscreen.8.html">postscreen(8)</a> was officially released as part of the Postfix
2.8 stable release in January 2011.</p>
-</body>
+<p> Noel Jones helped with the Postfix 3.6 transition towards respectful
+documentation. </p>
+</body>
</html>
<h2> <a name="intro">Introduction</a> </h2>
<p> This document describes features that are available in Postfix
-3.6 and later. See <a href="proto/POSTSCREEN_3_5_README.html">
+3.6 and later. See <a href="POSTSCREEN_3_5_README.html">
POSTSCREEN_3_5_README.html</a> for Postfix versions 2.8 - 3.5. </p>
<p> The Postfix postscreen(8) daemon provides additional protection
<p> postscreen(8) was officially released as part of the Postfix
2.8 stable release in January 2011.</p>
-</body>
+<p> Noel Jones helped with the Postfix 3.6 transition towards respectful
+documentation. </p>
+</body>
</html>
#define DEF_PSC_UPROXY_TMOUT "5s"
extern int var_psc_uproxy_tmout;
-#define VAR_RESPECTFUL_LOGGING "postscreen_respecful_logging"
+#define VAR_RESPECTFUL_LOGGING "respectful_logging"
#define DEF_RESPECTFUL_LOGGING \
"${{$compatibility_level} <level {3.6} ?" " {no} : {yes}}"
extern bool var_respectful_logging;
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20210221"
+#define MAIL_RELEASE_DATE "20210224"
#define MAIL_VERSION_NUMBER "3.6"
#ifdef SNAPSHOT