Enhancement #1820
Feature #1660: Migrate NethService to NethServer
Mail-filter: migrate spam settings
Status: | CLOSED | Start date: | 04/09/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 04/10/2013 | |
Assignee: | - | % Done: | 100% | |
Category: | nethserver-mail-filter | |||
Target version: | v6.4-beta1 | |||
Resolution: | NEEDINFO: |
Description
Migrate
- thresholds
- "move to junkmail folder"
- spam retention time
Associated revisions
nethserver-mail-filter-migrate action: migrate spamassassin thresholds. Refs #1820
nethserver-mail-server-migrate action: migrate spam folder delivery and retention time settings. Refs #1820
History
#1 Updated by Filippo Carletti over 8 years ago
- thresholds
if $spamassassin{Sensitivity}=custom
config getprop spamassassin RejectLevel
config getprop spamassassin TagLevel
else
RejectLevel=none
TagLevel=(5 if medium, etc, see below)
- "move to junkmail folder"
SortSpam=enabled
- spam retention time
MessageRetentionTime=90
Sensitivity table:
my %sens2hits = (
'veryhigh' => 2,
'high' => 3,
'medium' => 5,
'low' => 7,
'verylow' => 9,
);
#2 Updated by Davide Principi over 8 years ago
- Due date set to 04/10/2013
- Status changed from NEW to ON_DEV
- Assignee set to Davide Principi
- Start date set to 04/09/2013
- % Done changed from 0 to 10
#3 Updated by Davide Principi over 8 years ago
- Status changed from ON_DEV to MODIFIED
- % Done changed from 10 to 100
#4 Updated by Davide Principi about 8 years ago
- Status changed from MODIFIED to CLOSED