Merge pull request #3024 from friedPotat0/rspamdquarantinedetails

Add rspamd score and symbols to quarantine detail view
This commit is contained in:
André Peters
2019-10-09 22:24:47 +02:00
committed by GitHub
7 changed files with 82 additions and 6 deletions

View File

@@ -13,6 +13,11 @@ if (!isset($_SESSION['mailcow_cc_role'])) {
</div>
<div class="modal-body">
<div id="qid_error" style="display:none" class="alert alert-danger"></div>
<div class="form-group">
<label for="qid_detail_symbols"><h4><?=$lang['quarantine']['rspamd_result'];?>:</h4></label>
<p><?=$lang['quarantine']['spam_score'];?>: <span id="qid_detail_score"></span></p>
<p id="qid_detail_symbols"></p>
</div>
<div class="form-group">
<label for="qid_detail_subj"><h4><?=$lang['quarantine']['subj'];?>:</h4></label>
<p id="qid_detail_subj"></p>