From 0777ea1dbe4545e5a48a9c2a552f1e686b29468f Mon Sep 17 00:00:00 2001 From: IKEDA Soji Date: Sun, 4 Sep 2022 08:16:31 +0900 Subject: [PATCH] Improve description of a parameter a bit --- src/lib/Sympa/Config/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Sympa/Config/Schema.pm b/src/lib/Sympa/Config/Schema.pm index 21c8b91af..a5e541289 100644 --- a/src/lib/Sympa/Config/Schema.pm +++ b/src/lib/Sympa/Config/Schema.pm @@ -2404,9 +2404,9 @@ our %pinfo = ( order => 53.00_05, group => 'antispam', default => 'x-spam-status', - gettext_id => 'Name of header field to inform', + gettext_id => 'Type of spam filter', gettext_comment => - 'Messages are supposed to be filtered by an spam filter that adds them one or more headers. This parameter is used to select a special scenario in order to decide the message\'s spam status: ham, spam or unsure. This parameter replaces antispam_tag_header_name, antispam_tag_header_spam_regexp and antispam_tag_header_ham_regexp.', + 'Messages are supposed to be filtered by an spam filter that adds them one or more headers. This parameter is used to select a special scenario in order to decide the message\'s spam status: ham, spam or unsure.', scenario => 'spam_status', not_before => '6.1a.2', },