Hi!

I have a little problem:

I work with Outlook 2003 and an Exchange 2003 Server.
On an Exchange Server exists a rule limitation.
For this reason I need a plug in for Outlook to sort all my emails in special folders.

Or does anyone knows how I can save my rules local and not on the Exchange Server?


Regards,

gicio

Dani AI

Generated

Short answer: yes — but with tradeoffs. Creating rules that target a folder in a local Personal Folder (.pst) makes the rule client‑only (it is stored/run by Outlook on that PC and will not run on the Exchange server). That is the usual way to keep rules “local”; the Exchange 2003 server still enforces its mailbox rules quota, so anything you want to keep out of that quota must be kept in the client (or handled by code/add‑ins). Microsoft: rules behavior and limits, Microsoft: server vs client rules.

How to make a rule local (Outlook 2003)

  • Tools → Rules and Alerts → New Rule.
  • Choose an action that moves mail to a folder and pick a folder under your Personal Folders (.pst). That choice will mark the rule “on this computer only” and it will not be uploaded to Exchange.
  • Verify the rule shows “on this computer only” in the Rules list. (Client‑only actions include moving to a PST, playing a sound, running a script, etc.). Microsoft guidance on client/server rule behavior, practical examples.

Context and alternatives

  • Exchange 2003 mailboxes have a small rules storage limit (32 KB) that cannot be increased, which is why many users in this thread either moved rules into the client, wrote VBA (as did), or used third‑party add‑ins (as noted). If you run a newer Exchange (2007+), an admin can raise the rules quota; Exchange 2003 cannot be changed. Microsoft: rules‑quota explanation.

Troubleshooting tips

  • Export rules first, then use outlook.exe /cleanrules (or /cleanclientrules / /cleanserverrules) to clear bad rules if things get corrupt. Office command‑line switches.
  • Keep PSTs on a local disk (networked PSTs are unsupported and risky).

Summary: for Outlook 2003 + Exchange 2003, move rules to a local PST or use client VBA/add‑ins if you need more or more complex sorting — but remember the client‑only rules only run while the specific Outlook client (and its local PST) is running.

Recommended Answers

All 5 Replies

Member Avatar for

Have you found any solution to your problem now ?

Yes and No!

I write my own VBA code for this ;(


gicio

This should have been placed In the Windows NT, etc Forum Section

This should have been placed In the Windows NT, etc Forum Section

Yes. Off it goes to the "Windows NT/2000/XP/2003" forum. *Boom!*

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.