add rewrite-subject flag to email-edit form; hide spam-related settings if 'bypass_spam' is activated; add possibility to disable rejection of spam-mails, refs #1282
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -621,6 +621,10 @@ return [
|
||||
'title' => 'Spam Level',
|
||||
'description' => 'Erforderliche Punktzahl zum Markieren einer E-Mail als Spam<br/>Standard: 7.0'
|
||||
],
|
||||
'rewrite_subject' => [
|
||||
'title' => 'Betreff ändern',
|
||||
'description' => 'Dem E-Mail Betreff <strong>***SPAM***</strong> hinzufügen, sofern zutreffend',
|
||||
],
|
||||
'spam_kill_level' => [
|
||||
'title' => 'Ablehnungs Level',
|
||||
'description' => 'Erforderliche Punktzahl für das Ablehnen einer E-Mail<br/>Standard: 14.0'
|
||||
@@ -1262,6 +1266,7 @@ Vielen Dank, Ihr Administrator',
|
||||
'upload_import' => 'Hochladen und importieren',
|
||||
'profile' => 'Mein Profil',
|
||||
'use_checkbox_for_unlimited' => 'Der Wert "0" deaktiviert die Resource. Die Checkbox rechts erlaubt "unlimitierte" Nutzung.',
|
||||
'use_checkbox_to_disable' => 'Zum Deaktivieren, klicke die Checkbox auf der rechten Seite des Eingabefeldes',
|
||||
],
|
||||
'phpfpm' => [
|
||||
'vhost_httpuser' => 'Lokaler Benutzer für PHP-FPM (Froxlor-Vhost)',
|
||||
|
||||
@@ -670,6 +670,10 @@ return [
|
||||
'title' => 'Spam tag level',
|
||||
'description' => 'Score that is required to mark an email as spam<br/>Default: 7.0'
|
||||
],
|
||||
'rewrite_subject' => [
|
||||
'title' => 'Rewrite subject',
|
||||
'description' => 'Whether to add <strong>***SPAM***</strong> to the email subject if applicable',
|
||||
],
|
||||
'spam_kill_level' => [
|
||||
'title' => 'Spam kill level',
|
||||
'description' => 'Score that is required to discard an email entirely<br/>Default: 14.0'
|
||||
@@ -1377,6 +1381,7 @@ Yours sincerely, your administrator',
|
||||
'upload_import' => 'Upload and import',
|
||||
'profile' => 'My profile',
|
||||
'use_checkbox_for_unlimited' => 'The value "0" deactivates this resource. The checkbox on the right allows "unlimited" usage.',
|
||||
'use_checkbox_to_disable' => 'To disable, activate the checkbox on the right of the input field',
|
||||
],
|
||||
'phpfpm' => [
|
||||
'vhost_httpuser' => 'Local user to use for PHP-FPM (Froxlor vHost)',
|
||||
|
||||
Reference in New Issue
Block a user