How can I purge the Server names that appear in File open Application

How can I purge the Server names that appear in File open Application.There are server that no longer exist that I would like to remove from the list. Is there a way to purge that list.

Deleting the Cache has not helped.

Any help will be appreciated

Subject: Delete Desktop Icons

A server name will no longer appear in the list of servers after all icons that reference the server are deleted from the Notes desktop.

Subject: Old server names

The server names are stored in $SavedAddresses, $SavedPorts and $Saved Servers Fields in your personal address book.  Create an agent in your PAB and do something like the following:

FIELD $SavedAddresses := “”;

FIELD $SavedPorts := “”;

FIELD $SavedServers := “”;

Pete Spoors