You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SpamAssassin/cPanel, non-spam emails have the detailed report placed into the X-Ham-Report header rather than X-Spam-Report. This causes the Spam Scores button to show "No details available" on non-spam emails, though it works properly for spam emails. The two headers are the same format, other than the name and the Ham version saying "...NOT identified...".
X-Spam-Status: No, score=-2.0
X-Ham-Report: Spam detection software, running on the system "mx.example.com",
has NOT identified this incoming email as spam. The original
message has been attached to this so you can view it or label
similar future email. If you have any questions, see
root\@localhost for details.
X-Spam-Status: Yes, score=3.5
X-Spam-Report: Spam detection software, running on the system "mx.example.com",
has identified this incoming email as possible spam. The original
message has been attached to this so you can view it or label
similar future email. If you have any questions, see
root\@localhost for details.
The text was updated successfully, but these errors were encountered:
In SpamAssassin/cPanel, non-spam emails have the detailed report placed into the
X-Ham-Report
header rather thanX-Spam-Report
. This causes the Spam Scores button to show "No details available" on non-spam emails, though it works properly for spam emails. The two headers are the same format, other than the name and the Ham version saying "...NOT identified...".The text was updated successfully, but these errors were encountered: