From 284edfb026926869531047023aea31a176824604 Mon Sep 17 00:00:00 2001 From: bobot Date: Tue, 9 Jan 2007 12:57:35 +0100 Subject: [PATCH] =?UTF-8?q?Modification=20du=20message=20lorsque=20spamass?= =?UTF-8?q?assin=20crans=20n'est=20pas=20utilis=C3=A9par=20la?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mailing-list. darcs-hash:20070109115735-9e428-03ce1f147651189ab6b07d74fc118e26cccee740.gz --- mailman/Gui/SpamAssassin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailman/Gui/SpamAssassin.py b/mailman/Gui/SpamAssassin.py index 83984ed4..4ff1b3cc 100644 --- a/mailman/Gui/SpamAssassin.py +++ b/mailman/Gui/SpamAssassin.py @@ -44,4 +44,4 @@ class SpamAssassin(GUIBase): ('SPAMASSASSIN_DISCARD_SCORE',mm_cfg.Number,7,0,_('''minimum SpamAssassin score before discarding the message'''),_('''If the message have a SpamAssass\in score higher than this value then it is discard.''')), ('SPAMASSASSIN_MEMBER_BONUS',mm_cfg.Number,7,0,_('''Bonus score for message coming from a member of the list'''),_('''If the message come from a member of the list then the SpamAssassin score is lessen by the value.'''))] else: - return [_("""This feature doesn't work yet with this list.""")] + return [_("""This feature doesn't work yet with this list. Ask to the Nounou if you want this list to have this feature.""")]