From 80b7dd4959e6612f16f1bb4c30f72ea6cf7d2a96 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 13 Oct 2023 16:11:59 +0200 Subject: [PATCH] nobounceprobe: the temporary tunable has been removed Fixes: #6 --- ChangeLog | 1 - TUNABLES | 6 ------ 2 files changed, 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 611d3375..6ab9ab87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,7 +24,6 @@ o Fix parsing RFC1891 o Fix a crash if no owner has been defined o Validate ranges of all integers conversion - o New 'nobounceprobe' tunable for debugging purpose o New 'send' tunable to allow email passthrough o Add support for 'X-Original-From' o Reduce subscription confirmation address length to fit RFC 5321 diff --git a/TUNABLES b/TUNABLES index ef3af4fd..8095bf6f 100644 --- a/TUNABLES +++ b/TUNABLES @@ -252,12 +252,6 @@ entire content is used as value, it's marked "text". When this file is present, it contains the hostname to send in the SMTP EHLO or HELO command. Otherwise the machine hostname is used. - · nobounceprobe (boolean) - - When this file is present, mlmmj will stop issueing bounce probes. It is - intended to temporary disable the bounce probe for debugging purpose. - - · send (list) The file contains a list of email address for which the mail will be sent -- 2.47.2