-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5612 from mailcow/feat/domain-wide-footer
[Rspamd] add option to skip domain wide footer on reply e-mails
- Loading branch information
Showing
7 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -588,10 +588,19 @@ | |
"disable_login": "Login verbieten (Mails werden weiterhin angenommen)", | ||
"domain": "Domain bearbeiten", | ||
"domain_admin": "Domain-Administrator bearbeiten", | ||
"domain_footer": "Domain wide footer", | ||
"domain_footer_html": "HTML footer", | ||
"domain_footer_info": "Domain wide footer werden allen ausgehenden E-Mails hinzugefügt, die einer Adresse innerhalb dieser Domain gehört.<br>Die folgenden Variablen können für den Footer benutzt werden:", | ||
"domain_footer_plain": "PLAIN footer", | ||
"domain_footer": "Domänenweite Fußzeile", | ||
"domain_footer_html": "Fußzeile im HTML Format", | ||
"domain_footer_info": "Domänenweite Footer (Domain wide footer) werden allen ausgehenden E-Mails hinzugefügt, die einer Adresse innerhalb dieser Domain gehört.<br>Die folgenden Variablen können für die Fußzeile benutzt werden:", | ||
"domain_footer_info_vars": { | ||
"auth_user": "{= auth_user =} - Angemeldeter Benutzername vom MTA", | ||
"from_user": "{= from_user =} - Absender Teil der E-Mail z.B. für \"[email protected]\" wird \"moo\" zurückgeben.", | ||
"from_name": "{= from_name =} - Namen des Absenders z.B. für \"Mailcow <[email protected]>\", wird \"Mailcow\" zurückgegeben.", | ||
"from_addr": "{= from_addr =} - Adresse des Absenders.", | ||
"from_domain": "{= from_domain =} - Domain des Absenders", | ||
"custom": "{= foo =} - Wenn die Mailbox das benutzerdefinierte Attribut \"foo\" mit dem Wert \"bar\" hat, wird \"bar\" zurückgegeben." | ||
}, | ||
"domain_footer_plain": "Fußzeile im PLAIN Format", | ||
"domain_footer_skip_replies": "Ignoriere Footer bei Antwort E-Mails", | ||
"domain_quota": "Domain Speicherplatz gesamt (MiB)", | ||
"domains": "Domains", | ||
"dont_check_sender_acl": "Absender für Domain %s u. Alias-Domain nicht prüfen", | ||
|
@@ -680,11 +689,7 @@ | |
"unchanged_if_empty": "Unverändert, wenn leer", | ||
"username": "Benutzername", | ||
"validate_save": "Validieren und speichern", | ||
"pushover_sound": "Ton", | ||
"domain_footer_info_vars": { | ||
"auth_user": "{= auth_user =} - Angemeldeter Benutzername vom MTA", | ||
"from_user": "{= from_user =} - Von Teil des Benutzers z.B. \"[email protected]\" wird \"moo\" zurückgeben." | ||
} | ||
"pushover_sound": "Ton" | ||
}, | ||
"fido2": { | ||
"confirm": "Bestätigen", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters