From bd4983a1a774038363e7166f114aabddbcc9b439 Mon Sep 17 00:00:00 2001 From: rjnz2023 <132037841+rjnz2023@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:04:02 +1000 Subject: [PATCH] Adding missing category "envelope" There are several rules which refer to the category "envelope" but are not specified at the top of the list of categories that exist. I just added that category at the top so it's easy to refer to all possible categories that exist with ZoneMTA. --- config/bounces.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bounces.txt b/config/bounces.txt index 38c1a74..2769476 100644 --- a/config/bounces.txt +++ b/config/bounces.txt @@ -3,7 +3,7 @@ # regex,action,category,message # action: defer, reject, slowdown # categories: -# rate, block, spam, message, config, recipient, other, capacity, greylist, network, protocol, auth, blacklist +# rate, block, spam, message, config, recipient, other, capacity, greylist, network, protocol, auth, blacklist, envelope # This file will be cached after ZoneMTA is started, so in order to reload the rules, send a SIGHUP signal to the master process