HOW TO: Expose original senders and recipients of quarantined messages
Posted by Bharat Suneja at 11:17 AM
Messages arriving in the quarantine mailbox look like NDRs. They appear to be sent from the postmaster address of the default domain. As such, you can't easily see the original sender and recipient's addresses, as shown in the screenshot below:
"How to Recover Quarantined Messages from the Spam Quarantine Mailbox" in the Exchange Server 2007 documentation shows how to use a custom Outlook form to expose the original sender - the doc has code that can be copied to a text editor like Notepad and saved as a custom form (QTNE.CFG), which can be used in Outlook to expose the relevant MAPI property as a field that can be added to the view.
This exposes the original sender, but doesn't expose the original recipient of the message. To expose the recipient, you need to modify the form from the above link and add the relevant MAPI properties.
Download the modified QTNE.CFG file
Download the modified form file and save it in the correct Forms folder for your locale.
For US English, the path is: \Program Files\Microsoft Office\Office12\Forms\1033. You can find out the locale ID (LCID) for your locale from KB 221435: List of supported locale identifiers in Word..
What was added in my Modified Quarantine Extension Form:
Under [Properties]
Property02=OriginalRecipient
After [Property.OriginalSender] section:[Property.OriginalRecipient]
Type=30
NmidInteger=0x0E04
DisplayName=Original Recipient
Install the form in Microsoft Outlook
1. Tools | Options | Other tab | Advanced Options | Custom Forms | Manage Forms | Install.
2. Navigate to the path where you saved the QTNE.CFG file, and select the file.
3. Click OK a few times till all the dialog boxes are closed. The form is now installed.
Add the fields
With the form installed in Outlook, it's time to make the fields show up!
1. In the Outlook messages pane, right-click the column heading on the top | select Custom.
2. In the Custom View dialog box, click Fields | from the "Select available fields from:" drop-down (which says "Frequently-used fields" by default), select Forms [screenshot].
3. Select the Modified Quarantine Extension Form | click Add
4. In the Show Fields dialog box, select Original Sender and Original Recipient | click Add.
5. Additionally, you can remove unnecessary fields and order the fields the way you want [screenshot of fields I have selected].
Once you're done, the Original Sender and Original Recipient fields are displayed as shown in the screenshot below:
When the message list pane is expanded in Outlook, this is what it looks like.
Exposing these fields makes managing the quarantine mailbox easier.
Update: Adding the Original SCL column
Exchange 2007 SP1 also exposes the original SCL. The Outlook form file (QTNE.cfg) can be updated by adding the following.
- In the [Properties] section:
Property03=OriginalSCL
- After the [Property.OriginalRecipient] section:
[Property.OriginalSCL]
Type=3
NmidPropset={41F28F13-83F4-4114-A584-EEDB5A6B0BFF}
NmidString=OriginalScl
DisplayName=Original SCL
You can download the updated QTNE.cfg form or manually updated your own file. Now you can add the Original SCL column.
Labels: Anti-Spam, Exchange Server 2007, IMF, Mailbox, Outlook
13 Comments:
Hi,
and what about exposing the SCL rating ? This way it makes it easier to fine tune the filter. But now, you can't see what was the SCL rating of the message being quarantined. Only after delivering to the original sender, you can see the SCL rating in the message headers. I would like to see them in the quarantine mailbox.
Franc.
Hi,
Can we expose the original senders and recipients at the outlook web access?
@franc: The post has been updated to include original SCLs. This was exposed in SP1.
Where do we get QTNE from link broken
@anonymous: Thanks for reporting— it was a permissions issue.
Fixed.
Hi, great article!
Is the any way to do kinda the same for the Subject line - a client we have does not want the "Undeliverable:" part to be displayed i Outlook when browsing the Anti-SPAM mailbox.
I'm thinking like picking up on "OriginalSubject" or something?
Hi,
just the feature i was looking for.
thanks for posting this howto.
/Bo
This is important and should be included in the help files of exchane like the originalsender is. Unless I missed it, they stopped at that and left out SCL.
Thanks guys!
I have downloaded the QTNE.CFG file and the option to show the original recipient is not there. I double checked the code.
What am I missing?
Also, I am having the issue of not being to see the original SCL.
Thanks
Thanks, great post and very useful.
This is amazing !! a Real Blast !!
-Original Sender, TO, Original SCL ! everything i needed!
It was Very difficult to find it in internet as a lot of posts concerns Outlook2003.
I do not where you live but i own you a few beers!
Thanks Thanks
Ps: This should be hard coded in Outlook !!!!!
*http://fmenigault.gandi-web.net/
Thats great!!! Thanks alot, you rock!
Now how can I display in a Column the Internet header Sender: field. The one that will put in the From as "Username on behalf of Group mailbox"
I am trying to find this PR value but still can not find it. Is there a database of PR values we can find somewhere?
Post a Comment
Links to this post:
Create a Link
<< Home