Web Server forum
Back To The Forum Home!Search!Private Messaging System

This is Interesting: Free IT Magazines Now Free shipping to   
Web Server Talk Web Server Talk > Email Servers > Exchange Server support > Exchange 2000 Transport > Setting the spam confidence level (SCL)




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Setting the spam confidence level (SCL)  
Seth


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-04-04 10:49 PM

Does anyone have some suggestions for how to set the SCL level on
messages flowing into an Exchange 2003 server?  I've been struggling
with this problem for a few days and haven't found a good solution
yet.

What I want to do is have an SMTP gateway (non-Exchange) determine a
message's spaminess and store this info in the header.  I then want
something to read that info and set a corresponding SCL before the
message is delivered to the user's mailbox.  I am open to almost any
solution that meets these requirements.

WHAT I HAVE TRIED

1. Searching for some simple utility or event sink that does this.
The only software I have found that sets the SCL is the IMF and that
determines its own SCL, which I do not want.

2. Writing a simple vbscript OnArrival event sink that reads the
header then sets the SCL using IMessage.Add(x,x,x,x) or
IMessage.Item("x").Value = y.  However, either I cannot determine the
correct values to use for "x" or something about the nature of the
OnArrival event sink discards that setting before it continues on to
the store.

3. Simply using the SampleFilter project included with the Exchange
SDK, which claims to be able to set the SCL.  My C++ is very rusty,
but the DLL I compiled from that as a test, which should have simply
set the SCL of all messages to 5, didn't appear to do anything after
compiling and registering.

I know that all of the above have failed because I am able to both
view the SCL as a column in Outlook and use OutlookSpy to verify the
presence/absense of the SCL.  I can see the -1 SCLs and I can see SCLs
when I enable IMF, but I have never been able to set the SCL to an
arbitrary level I choose.

Please help if you have any ideas on how this could be done
(third-party utilities, tweeking IMF, etc), or have some proven code
snippets that do it with event sinks.  Any help would be greatly
appreciated!

Sincerely,
Seth Taylor





[ Post a follow-up to this message ]



TSw is offline     Re: Setting the spam confidence level (SCL)  
TSw


View Ip Address Report This Message To A Moderator Edit/Delete Message


Click Here to See the Profile for TSw Click here to Send TSw a Private Message Find more posts by TSw Add TSw to your buddy list
 
11-29-04 01:58 PM

I've written down this sort of think, you can check at http://www.geocities.com/sm
tptracker if this is what you need.

As for setting SCL headers - you can set them in smtp event sink only if thi
s sink runs on Exchange server. If it is not, you'll have to write some tag 
into message content which will be checked by another event sink on Exchange
 server - and that sink will then add the SCL headers.

TSw




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 03:43 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 

Back To The Top
Home | Usercp | Faq | Register