![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Is there a way, from the server side, to move all incoming messages
with the text "[Spam]", into the "Junk E-Mail" folder in everyone's inbox. We would liked the messages tagged by our spam filter to be placed in the junk folder rather than the inbox. We don't want to block these specific messages at outright at the gateway. I was thinking we could just create a server side rule within the Outlook 2003 client but I'm not sure how to roll this out company wide. If there is another way to accomplish the same thing I am open for suggestions. Thanks Alan wrote: Thanks, The first phase of our Enterprise SPAM Filter will tag the subject. We need the users to look at all these messages for two reasons. First, so they can become comfortable that the filter doesn't block any business communications. The second is to build the WhiteList for bulk mail that is business related. Therefore we would like each user to create a rule that will move these tagged messages to a separate folder for easier managing. Kurt -----Original Message----- I think this can be done by (spam)filters on the server itself. Distributing client rules this way is hard to manage and the users can deactivate, remove or delete the rule themself. -- Roady www.sparnaaij.net Microsoft Office and Microsoft Office related News Also Outlook FAQ, How To's, Downloads and more... Pictures of BILL GATES at the TechNet MSDN Briefings 2003 in The Hague www.sparnaaij.net ----- "Kurt Schmidt" wrote in message ... We have Excange 5.5 SP4 and our users are using Outlook 2000. Is there any way to somehow push out or distribute a rule to everyone. We would like the rule to move any inbound message containing certain text in the subject to a separate folder. Thanks, Kurt . |
Ads |
#2
|
|||
|
|||
![]()
You can create the rule on a single mailbox that has no other rules, use
Exmerge to export just the Inbox rules (I can't remember where to set this, I believe it is in Advanced?) to a .pst then use Exmerge again to import this rule to all other mailboxes. You would (I believe) need a copy of the pst you create, one for each of your mailboxes, named after the mailbox alias name, but once you have it generated, you can use an LDAP query to get all of your alias names, then take that list and write a VB script or another batch-processing tool to generate all your .pst files. Sounds like a lot of work but it's not as bad as it sounds. The secret is #1 getting the rules properly exported out and #2 the mass file create/copy. You might even be able to use robocopy to do your copying... "Alan Truism" wrote in message ups.com... Is there a way, from the server side, to move all incoming messages with the text "[Spam]", into the "Junk E-Mail" folder in everyone's inbox. We would liked the messages tagged by our spam filter to be placed in the junk folder rather than the inbox. We don't want to block these specific messages at outright at the gateway. I was thinking we could just create a server side rule within the Outlook 2003 client but I'm not sure how to roll this out company wide. If there is another way to accomplish the same thing I am open for suggestions. Thanks Alan wrote: Thanks, The first phase of our Enterprise SPAM Filter will tag the subject. We need the users to look at all these messages for two reasons. First, so they can become comfortable that the filter doesn't block any business communications. The second is to build the WhiteList for bulk mail that is business related. Therefore we would like each user to create a rule that will move these tagged messages to a separate folder for easier managing. Kurt -----Original Message----- I think this can be done by (spam)filters on the server itself. Distributing client rules this way is hard to manage and the users can deactivate, remove or delete the rule themself. -- Roady www.sparnaaij.net Microsoft Office and Microsoft Office related News Also Outlook FAQ, How To's, Downloads and more... Pictures of BILL GATES at the TechNet MSDN Briefings 2003 in The Hague www.sparnaaij.net ----- "Kurt Schmidt" wrote in message ... We have Excange 5.5 SP4 and our users are using Outlook 2000. Is there any way to somehow push out or distribute a rule to everyone. We would like the rule to move any inbound message containing certain text in the subject to a separate folder. Thanks, Kurt . |
#3
|
|||
|
|||
![]()
What version of Exchange Server? If on Exchange Server 2003 SP2, you can use
IMF and the new Custom Weighting feature to raise the SCL above your Store threshold. Refer to SP2 Release Notes for details: http://download.microsoft.com/downlo...2_RelNotes.htm -- Bharat Suneja MVP - Exchange www.zenprise.com NEW blog location: www.exchangepedia.com/blog ---------------------------------------------- "Alan Truism" wrote in message ups.com... Is there a way, from the server side, to move all incoming messages with the text "[Spam]", into the "Junk E-Mail" folder in everyone's inbox. We would liked the messages tagged by our spam filter to be placed in the junk folder rather than the inbox. We don't want to block these specific messages at outright at the gateway. I was thinking we could just create a server side rule within the Outlook 2003 client but I'm not sure how to roll this out company wide. If there is another way to accomplish the same thing I am open for suggestions. Thanks Alan wrote: Thanks, The first phase of our Enterprise SPAM Filter will tag the subject. We need the users to look at all these messages for two reasons. First, so they can become comfortable that the filter doesn't block any business communications. The second is to build the WhiteList for bulk mail that is business related. Therefore we would like each user to create a rule that will move these tagged messages to a separate folder for easier managing. Kurt -----Original Message----- I think this can be done by (spam)filters on the server itself. Distributing client rules this way is hard to manage and the users can deactivate, remove or delete the rule themself. -- Roady www.sparnaaij.net Microsoft Office and Microsoft Office related News Also Outlook FAQ, How To's, Downloads and more... Pictures of BILL GATES at the TechNet MSDN Briefings 2003 in The Hague www.sparnaaij.net ----- "Kurt Schmidt" wrote in message ... We have Excange 5.5 SP4 and our users are using Outlook 2000. Is there any way to somehow push out or distribute a rule to everyone. We would like the rule to move any inbound message containing certain text in the subject to a separate folder. Thanks, Kurt . |
#4
|
|||
|
|||
![]()
On 25 Oct 2006 13:31:58 -0700, "Alan Truism"
wrote: Is there a way, from the server side, to move all incoming messages with the text "[Spam]", into the "Junk E-Mail" folder in everyone's inbox. We would liked the messages tagged by our spam filter to be placed in the junk folder rather than the inbox. We don't want to block these specific messages at outright at the gateway. I was thinking we could just create a server side rule within the Outlook 2003 client but I'm not sure how to roll this out company wide. If there is another way to accomplish the same thing I am open for suggestions. Why not simply create a webpage or email with instructions on creating the rule to send out to all your users? Some of the problems using import procedures is that rules may not work or they are not enabled etc... Thanks Alan wrote: Thanks, The first phase of our Enterprise SPAM Filter will tag the subject. We need the users to look at all these messages for two reasons. First, so they can become comfortable that the filter doesn't block any business communications. The second is to build the WhiteList for bulk mail that is business related. Therefore we would like each user to create a rule that will move these tagged messages to a separate folder for easier managing. Kurt -----Original Message----- I think this can be done by (spam)filters on the server itself. Distributing client rules this way is hard to manage and the users can deactivate, remove or delete the rule themself. -- Roady www.sparnaaij.net Microsoft Office and Microsoft Office related News Also Outlook FAQ, How To's, Downloads and more... Pictures of BILL GATES at the TechNet MSDN Briefings 2003 in The Hague www.sparnaaij.net ----- "Kurt Schmidt" wrote in message ... We have Excange 5.5 SP4 and our users are using Outlook 2000. Is there any way to somehow push out or distribute a rule to everyone. We would like the rule to move any inbound message containing certain text in the subject to a separate folder. Thanks, Kurt . |
#5
|
|||
|
|||
![]()
Event sink is probably the answer.
Ibrahim Kazi "Alan Truism" wrote in message ups.com... Is there a way, from the server side, to move all incoming messages with the text "[Spam]", into the "Junk E-Mail" folder in everyone's inbox. We would liked the messages tagged by our spam filter to be placed in the junk folder rather than the inbox. We don't want to block these specific messages at outright at the gateway. I was thinking we could just create a server side rule within the Outlook 2003 client but I'm not sure how to roll this out company wide. If there is another way to accomplish the same thing I am open for suggestions. Thanks Alan wrote: Thanks, The first phase of our Enterprise SPAM Filter will tag the subject. We need the users to look at all these messages for two reasons. First, so they can become comfortable that the filter doesn't block any business communications. The second is to build the WhiteList for bulk mail that is business related. Therefore we would like each user to create a rule that will move these tagged messages to a separate folder for easier managing. Kurt -----Original Message----- I think this can be done by (spam)filters on the server itself. Distributing client rules this way is hard to manage and the users can deactivate, remove or delete the rule themself. -- Roady www.sparnaaij.net Microsoft Office and Microsoft Office related News Also Outlook FAQ, How To's, Downloads and more... Pictures of BILL GATES at the TechNet MSDN Briefings 2003 in The Hague www.sparnaaij.net ----- "Kurt Schmidt" wrote in message ... We have Excange 5.5 SP4 and our users are using Outlook 2000. Is there any way to somehow push out or distribute a rule to everyone. We would like the rule to move any inbound message containing certain text in the subject to a separate folder. Thanks, Kurt . |
#6
|
|||
|
|||
![]()
http://www.ivasoft.biz/spammover.shtml
"Alan Truism" wrote in message ups.com... Is there a way, from the server side, to move all incoming messages with the text "[Spam]", into the "Junk E-Mail" folder in everyone's inbox. We would liked the messages tagged by our spam filter to be placed in the junk folder rather than the inbox. We don't want to block these specific messages at outright at the gateway. I was thinking we could just create a server side rule within the Outlook 2003 client but I'm not sure how to roll this out company wide. If there is another way to accomplish the same thing I am open for suggestions. Thanks Alan wrote: Thanks, The first phase of our Enterprise SPAM Filter will tag the subject. We need the users to look at all these messages for two reasons. First, so they can become comfortable that the filter doesn't block any business communications. The second is to build the WhiteList for bulk mail that is business related. Therefore we would like each user to create a rule that will move these tagged messages to a separate folder for easier managing. Kurt -----Original Message----- I think this can be done by (spam)filters on the server itself. Distributing client rules this way is hard to manage and the users can deactivate, remove or delete the rule themself. -- Roady www.sparnaaij.net Microsoft Office and Microsoft Office related News Also Outlook FAQ, How To's, Downloads and more... Pictures of BILL GATES at the TechNet MSDN Briefings 2003 in The Hague www.sparnaaij.net ----- "Kurt Schmidt" wrote in message ... We have Excange 5.5 SP4 and our users are using Outlook 2000. Is there any way to somehow push out or distribute a rule to everyone. We would like the rule to move any inbound message containing certain text in the subject to a separate folder. Thanks, Kurt . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how do I keep items in the inbox when rule is applied | cscoby | Outlook - Installation | 1 | October 25th 06 09:53 PM |
--- Outlook 2003 inbox forward to another inbox | ~~Nightcrawler~~ | Outlook - General Queries | 1 | July 19th 06 03:54 AM |
Lost Inbox Contents from Compacting Inbox | janetb | Outlook Express | 6 | July 17th 06 04:25 PM |
How to automatically download to Outlook inbox from netzero inbox. | Very inexperienced Outlook user | Outlook - Installation | 2 | March 27th 06 12:07 AM |
How to have rule send notification to main inbox when msg appears in generic mailbox? | davidmichaelkarr@gmail.com | Outlook - General Queries | 2 | March 3rd 06 04:55 AM |