There is James Webster's solution to show the rating information for each mail as a column in Outlook: Exposing SCL (Spam Confidence Level) in Outlook.
This solution allows you to configure Outlook to expose the SCL property to the end user. Unfortunately, the approach that has been taken by James has at least two disadvantages:
- it is Outlook-centric, so it should be installed on each user's workstation
- it can not work on Public Folders
ShowSCL_PF for Exchange 2003 application allows you to place the message SCL score to the message category, so that you can easily find, sort, filter, or group the items by the SCL value.
The application is an Exchange store event sink.
Benefits
You can set up ShowSCL_PF on per-public folder basis or as store-wide application, i.e. it will work on each public folder
The application is server-centric, so you do not need to install any extra software on the
client side
Installation
On your Exchange 2003 Server computer:
Create a new mail-enabled public folder named SCLTESTPF.
You should create this public folder for test purposes only, so you can delete it after you satisfy yourself with the fact that the application is actually works.
Select (or create) a mailbox-enabled user account that is a member of the local Administrators, Domain Admins, Domain Users and Exchange Domain Servers security groups. That account must have full permissions on the Public Folder store. Open ESM (Exchange System Manager) and drill down to the Public Folder store. Now open the properties and select the Security tab. Add your account and allow full control.
See also this MS article: Exchange 2000 Permissions Required to Configure an Event Sink.
Run C:\Program Files\ShowSCL_PF\ShowSCL_PF_Setup.exe
Click "Install" button in "COM+ object" frame.
Check SCLTESTPF folder in the list in "Per-folder registration" frame. Click "Change" button.
Make sure that that "SCL=<SCL value>" is selected in the "SCL value display format" frame.
Click "Exit" button.
Testing
Using Outlook, navigate to SCLTESTPF public folder. Create a message addressed to SCLTESTPF and send it. Make sure the message you just sent is delivered to SCLTESTPF folder.
Open View menu. In Outlook 2003 select Arrange By > Current View > Customize Current View...
In Outlook 2007 select Current View > Customize Current View...
Click Fields... button. Select All mail fields from the list on bottom left corner of the form. Select Categories field in the Available fields: list and press Add button.
Click OK button to close Show Fields window. Click OK button to close View Summary window.
Look at Categories column. Note that "SCL=-1" value is placed there.
I have tested ShowSCL_PF with Outlook 2003 SP2, Outlook 2007 and Exchange 2003 SP2.