Added domain alias handling to quarantine mails and added recipients row to quarantine mail display
If a mail is sent to a domain alias domain and rejected, mailcow does not currently store the mail in quarantine. This commit adds domain alias handling to the reject code and should fix this behavior. Also added displaying of recipient addresses into the quarantine mail dialog to be able to see what mail address was "leaked".
This commit is contained in:
@@ -712,6 +712,7 @@ $lang['quarantine']['show_item'] = "Zobrazit položku";
|
||||
$lang['quarantine']['check_hash'] = "Hledat hash @ VT souboru";
|
||||
$lang['quarantine']['qitem'] = "Položka v karanténě";
|
||||
$lang['quarantine']['subj'] = "Předmět";
|
||||
$lang['quarantine']['recipients'] = "Příjemci";
|
||||
$lang['quarantine']['text_plain_content'] = "Obsah (text/plain)";
|
||||
$lang['quarantine']['text_from_html_content'] = "Obsah (konvertované html)";
|
||||
$lang['quarantine']['atts'] = "Přílohy";
|
||||
|
Reference in New Issue
Block a user