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:
@@ -498,6 +498,7 @@ $lang['quarantine']['show_item'] = "Mostrar";
|
||||
$lang['quarantine']['check_hash'] = "Comprovar el hash del fitxer a VT";
|
||||
$lang['quarantine']['qitem'] = "Element en quarantena";
|
||||
$lang['quarantine']['subj'] = "Assumpte";
|
||||
$lang['quarantine']['recipients'] = "Recipients";
|
||||
$lang['quarantine']['text_plain_content'] = "Contingut (text/plain)";
|
||||
$lang['quarantine']['text_from_html_content'] = "Contingut (a partir del HTML)";
|
||||
$lang['quarantine']['atts'] = "Adjunts";
|
||||
|
Reference in New Issue
Block a user