We just started playing with the eval of McAfee’s SPAMKiller product on our SMTP Gateway Appliance. I’ve got it so it is marking all incoming messages with the SPAM score. The Header vbariable is X_NAI_Spam_Score. What I would like to do is create a view in my mail file that shows what value is being assigned to messages so we can start getting an idea of the effectiveness of the product. I can’t seem to get the value from this variable in my view. I can get the MIME_Version & SMTPOriginator fields OK, but this field returns a NULL value. Any ideas?
Subject: SPAM Problem
I had the same problem. Look here for agent code that may help you:http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/6a3e4aa8c4cdde4b85256efc004e4b9c?OpenDocument
RT
Subject: SPAM Problem
Did you look in the properties box at the individual fields while viewing an email? Is the field listed? If so, what is the data type? I would think its text. I would start there first. If you can see it in there, then you should be able to create a view to so this value pretty easily.
Subject: SPAM Problem
the item is probably not flagged as SUMMARY, most add-ins will do this as there is a limited amount of SUMMARY data you can have on each document.
You’ll need to write an agent that turns on the SUMMARY flag for that item so you can see it in the view.