Question : What puts "***SPAM***" into the subject of my incoming emails, and how do I turn it off?

I get a lot of spam. Something puts a "tag" of "***SPAM***" into the subject line. Alot of times, it will also put the tag in on a GOOD email. I do not use this tag for anything, I use spambayes (spambayes does not do it, as it happens even when spambayes is not installed).
How can I disable this "feature?
I use outlook 2007.
Thanks

Answer : What puts "***SPAM***" into the subject of my incoming emails, and how do I turn it off?

Ok, in that case this should do:
1:
2:
3:
4:
5:
6:
UPDATE TableC
SET RoomSize = t2.cnt
FROM TableC t1 inner join 
(SELECT t1.RoomID , COUNT(*) cnt
FROM TableA t1 inner join TableB t2 on t1.SessionID = t2.SessionID
GROUP BY t1.RoomID) t2 on t1.RoomID = t2.RoomID
Random Solutions  
 
programming4us programming4us