Page 1 of 1

spam.blacklist.rules Page Not Fully Loading in MailWatch/MailScanner

Posted: 16 Jul 2025 19:00
by ChadPhilip
In the "Edit MailScanner Rulesets" section of a recent installation of eFa 5.0.0-11, the spam.blacklist.rules page does not load completely, while the spam.whitelist.rules page (and all other ruleset pages) loads fine.

Here is the portion of the page where it is cutoff.

Code: Select all

<td colspan="5">
<ul id="menu" class="yellow">
<li><a href="[status.php](view-source:https://domain.com/mailscanner/status.php)">Recent Messages</a></li>
<li><a href="[lists.php](view-source:https://domain.com/mailscanner/lists.php)">Block and Allow Lists</a></li>
<li><a href="[quarantine.php](view-source:https://domain.com/mailscanner/quarantine.php)">Quarantine</a></li>
<li><a href="[reports.php](view-source:https://domain.com/mailscanner/reports.php)">Search and Reports</a></li>
<li><a href="[other.php](view-source:https://domain.com/mailscanner/other.php)">Tools and Links</a></li>
<li><a href="[sf_version.php](view-source:https://domain.com/mailscanner/sf_version.php)">Software Versions</a></li>
<li><a href="[grey.php](view-source:https://domain.com/mailscanner/grey.php)">greylist</a></li>
<li><a href="[logout.php](view-source:https://domain.com/mailscanner/logout.php)">Logout</a></li>
<script>function changeLang() { document.cookie = "MW_LANG="+document.getElementById("langSelect").selectedOptions[0].value; location.reload();} </script><li class="lang"><select id="langSelect" class="lang" onChange="changeLang()">
<option value="de">Deutsch</option>
<option value="en" selected>English</option>
<option value="es-419">Español</option>
<option value="fr">Français</option>
<option value="it">Italiano</option>
<option value="ja">日本語</option>
<option value="nl">Nederlands</option>
<option value="pt_br">Português</option>
</select></li>

 </ul>
 </td>
 </tr>
 <tr>
  <td colspan="5">
To be clear

Code: Select all

<td colspan="5">
is the final line of HTML generated by msre_edit.php.

This is preventing me from being able to create and edit MailScanner blacklists. All other areas of the GUI seem to be loading correctly, and the overall functionality of this eFa instance appears to be at 100%.

See also https://github.com/E-F-A/eFa5/issues/29

Re: spam.blacklist.rules Page Not Fully Loading in MailWatch/MailScanner

Posted: 17 Jul 2025 11:42
by ChadPhilip
As a workaround, it's possible to edit the spam.blacklist.rules file directly by accessing the shell and visiting the /etc/MailScanner/rules directory.