Enhancement #1820

Feature #1660: Migrate NethService to NethServer

Mail-filter: migrate spam settings

Added by Davide Principi over 8 years ago. Updated about 8 years ago.

Status:CLOSEDStart date:04/09/2013
Priority:NormalDue 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

Revision 6b3ecf45
Added by Davide Principi over 8 years ago

nethserver-mail-filter-migrate action: migrate spamassassin thresholds. Refs #1820

Revision 61ddc1ff
Added by Davide Principi over 8 years ago

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

Also available in: Atom PDF