Heelo, I use exchange 2007 with outlook 2003 and 2007 clients. On my server i configured the scljunkthreshold like this : set-organizationconfig -SCLJunkThreshold 3 For one of my mailboxes , i want to make an exception : Set-Mailbox -Identity domain\mailbox -SCLJunkEnabled $true -SCLJunkThreshold 6 but that does not work, all mails with scl-level higher then 3 goto the junk folder. My second rule ( for the mailbox ) should overwrite the first one, correct? Other suggestions? Tx,