Sorting blocked senders list



Nebo
07-09-2005, 11:21 PM
I want to know how to sort the names in my blocked senders list.

Jim Pickering
07-09-2005, 11:21 PM
Basically, you cannot. They appear in the order in which they were added.
If your question concerns extracting the names to a list, you can do that by
doing the following:

Export your blocked sender list from the registry as "blocked senders.reg"

Close OE and click Start|Run and type
regedit. In Regedit, navigate to this key:
HKEY_CURRENT_USER\Identities\{GUID}\Software\Microsoft\Outlook
Express\5.0\Block Senders

and export the entire key as "blocked senders.reg" and save it to the root
directory (C:\) of your hard drive. Then open a command window by typing on
the Start/Run line (depending on your OS as below):

command (W95-WinMe) or
cmd (Win2000/XP) and then type in the window:

CD\

C:\>find "@" "blocked senders.reg" | sort

You will then get a text listing of all of your blocked senders that you can
copy/paste into Notepad.
--
Jim Pickering, MVP, Outlook Express
https://mvp.support.microsoft.com/profile=F9F51EF1-4AE3-4D23-B2D8-1171988A62D6
Please deliver feedback to the newsgroup, so that others can be helped.
Thanks.



"Nebo" <Nebo@discussions.microsoft.com> wrote in message
news:B79A6F29-5382-41E5-BBAC-0F6B1C3482CE@microsoft.com...
>I want to know how to sort the names in my blocked senders list.


Sorting blocked senders list