Modification du message lorsque spamassassin crans n'est pas utilisépar la

mailing-list.

darcs-hash:20070109115735-9e428-03ce1f147651189ab6b07d74fc118e26cccee740.gz
This commit is contained in:
bobot 2007-01-09 12:57:35 +01:00
parent 6a315dd5d0
commit 284edfb026

View file

@ -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.""")]