Deploying Outlook Safe Senders list fails

G

Guest

I am trying to deploy a safe senders list to all out Outlook 2003 Exchange
cached mode clients but it is not working. It has a pop up at the end saying
"The Custom Maintenance Wizard has finished applying changes. See
c:\documents and settings\username\Local Settings\Temp\Office 11
Maintenance(0000).txt for more details." I tried to find the error in the
1669 pages of the afore mentioned document but I don't know what to look for.
I have tried this through a push system via a batch file and running the
MaintWiz.exe /c "<the_path_of_the_CMW_file>" /q from the local machine as the
local user but I can't see where the problem is. I also ran it without the /q
switch but still no help. I followed the instructions from another post
listed below but it will not work on a diffrent system. I does create the
safe senders file in the location I specified but it is not applied in
Outlook.

Thanks for any suggestions or help!

Below are the earlier post instructions I followed.

"Note: This will modify the default Outlook profile.

1. Start Outlook on a test computer, and click Tools menu -> Options ->
Junk E-mail
2. On the Safe Senders tab, add the email address you want to deploy, click
Export to file to export the list into a .txt file.

3. Install the Office 2003 Editions Resource Kit Tools on the test computer
from the following link:
http://www.microsoft.com/downloads/details.aspx?FamilyID=4bb7cb10-a6e5-4334-
8925-3bcf308cfbaf&displaylang=en

4. Click Start menu -> All Programs -> Microsoft Office -> Microsoft Office
Tools -> Microsoft Office 2003 Resource Kit -> Custom Maintenance Wizard.
5. On Page 1, click Next.
6. On Page 2, browse to select an .MSI file that you used to deploy Office
setup and click Next.
7. On Page 3, select "Create a new CMW file" and click Next.
8. On Page 4, click Browse to save the CMW file which we will use to modify
Outlook profile. Click Next.

9. Go to Page 8, Add/Remove Files, and click Add.
10. In the Add Files to MST dialog box, select the three Junk E-mail Filter
files that you created in the previous procedure.
11. In the Destination path on the user's computer drop-down list, select
the location where the files will be installed for users. Click OK.

12. Go to Page 7, Change Office User Settings page, and under Microsoft
Office Outlook 2003 -> Tools | Options -> Preferences, click Junk Mail.
13. Double-click Junk Mail Import List, select "Apply Changes", and ensure
that the check box is cleared.
14. Double-click Overwrite or Append Junk Mail Import List, select "Apply
Changes", and ensure that the check box is cleared.
15. Double-click Specify path to Safe Senders list, select "Apply Changes",
and input the full path and file name you specify in step 11.
16. Click OK and click Finish.

17. Then we transfer the CMW file to the client computers that you want to
deploy the Safe Senders List.
18. Click Start -> Run, input cmd and press Enter.
19. Use cd command to locate the C:\Program
Files\ORKTools\ORK11\Tools\Custom Maintenance Wizard folder.
20. Type the following command and press Enter:

MaintWiz.exe /c "<the_path_of_the_CMW_file>" /qb-

21. Wait until the Windows Installer finishes the customization.

We can also create a .bat file and then configure a Logon script via Group
Policy to force clients to copy the CMW file from a shared path on the
server and run the command as listed above. More information about how to
"
 
S

Sue Mosher [MVP-Outlook]

You can use the CMW file viewer from the ORK to see what actions the update was supposed to perform. The important issue is that the registry value match the actual file path for the list.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

Here is what is in the file. It all looks correct to me. It does extract the
safsenders.txt file to the correct location but it does not show upo in
Outlooks safe senders list.
Thank you!!

----- CMW_Header -----
dwMajorVersion: 6
dwMinorVersion: 0
ProductCode: {90110409-6000-11D3-8CFE-0150048383C9}
ProductName: Microsoft Office Professional Edition 2003
ProductVersion: 11.0.5614.0
CMW GUID: {709334D5-2A3F-4C3C-84CE-7662F03F7063}
MSI path: C:\MSOCache\All Users\GUID\PRO11.MSI

----- Registry Entries -----
----- OUTLK11 (3) -----
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailSafeSendersFile = (REG_SZ)C:\Program Files\Microsoft Office
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailImportAppend = (REG_DWORD)1
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailImportLists
= (REG_DWORD)1

----- End Registry Entries -----

----- User Settings -----
----- Extracted file (AddRegSection.HKCU) contents -----
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailImportLists",0x10001,1,0,0,0
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailImportAppend",0x10001,1,0,0,0
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailSafeSendersFile",0,"C:\Program Files\Microsoft Office"

----- End extracted file (AddRegSection.HKCU) contents -----
----- End User Settings -----

----- Added files -----
dwAddedFiles: 1

file stream: CMW_Added_File_1
dest folder: [INSTALLLOCATION]
Darwinized dest: [INSTALLLOCATION]
filename: safesenders.txt
src folder: C:\
display date: 8/10/2006 15:21:51
date/time: 2006-08-10 15:21:51
 
S

Sue Mosher [MVP-Outlook]

Looks good to me, too. Did you check the registry to see if JunkMailImportLists was indeed added?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


limran said:
Here is what is in the file. It all looks correct to me. It does extract the
safsenders.txt file to the correct location but it does not show upo in
Outlooks safe senders list.
Thank you!!

----- CMW_Header -----
dwMajorVersion: 6
dwMinorVersion: 0
ProductCode: {90110409-6000-11D3-8CFE-0150048383C9}
ProductName: Microsoft Office Professional Edition 2003
ProductVersion: 11.0.5614.0
CMW GUID: {709334D5-2A3F-4C3C-84CE-7662F03F7063}
MSI path: C:\MSOCache\All Users\GUID\PRO11.MSI

----- Registry Entries -----
----- OUTLK11 (3) -----
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailSafeSendersFile = (REG_SZ)C:\Program Files\Microsoft Office
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailImportAppend = (REG_DWORD)1
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailImportLists
= (REG_DWORD)1

----- End Registry Entries -----

----- User Settings -----
----- Extracted file (AddRegSection.HKCU) contents -----
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailImportLists",0x10001,1,0,0,0
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailImportAppend",0x10001,1,0,0,0
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailSafeSendersFile",0,"C:\Program Files\Microsoft Office"

----- End extracted file (AddRegSection.HKCU) contents -----
----- End User Settings -----

----- Added files -----
dwAddedFiles: 1

file stream: CMW_Added_File_1
dest folder: [INSTALLLOCATION]
Darwinized dest: [INSTALLLOCATION]
filename: safesenders.txt
src folder: C:\
display date: 8/10/2006 15:21:51
date/time: 2006-08-10 15:21:51

 
G

Guest

JunkMailImportLists was added and set to 1. Any other thoughts.

Sue Mosher said:
Looks good to me, too. Did you check the registry to see if JunkMailImportLists was indeed added?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


limran said:
Here is what is in the file. It all looks correct to me. It does extract the
safsenders.txt file to the correct location but it does not show upo in
Outlooks safe senders list.
Thank you!!

----- CMW_Header -----
dwMajorVersion: 6
dwMinorVersion: 0
ProductCode: {90110409-6000-11D3-8CFE-0150048383C9}
ProductName: Microsoft Office Professional Edition 2003
ProductVersion: 11.0.5614.0
CMW GUID: {709334D5-2A3F-4C3C-84CE-7662F03F7063}
MSI path: C:\MSOCache\All Users\GUID\PRO11.MSI

----- Registry Entries -----
----- OUTLK11 (3) -----
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailSafeSendersFile = (REG_SZ)C:\Program Files\Microsoft Office
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailImportAppend = (REG_DWORD)1
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailImportLists
= (REG_DWORD)1

----- End Registry Entries -----

----- User Settings -----
----- Extracted file (AddRegSection.HKCU) contents -----
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailImportLists",0x10001,1,0,0,0
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailImportAppend",0x10001,1,0,0,0
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailSafeSendersFile",0,"C:\Program Files\Microsoft Office"

----- End extracted file (AddRegSection.HKCU) contents -----
----- End User Settings -----

----- Added files -----
dwAddedFiles: 1

file stream: CMW_Added_File_1
dest folder: [INSTALLLOCATION]
Darwinized dest: [INSTALLLOCATION]
filename: safesenders.txt
src folder: C:\
display date: 8/10/2006 15:21:51
date/time: 2006-08-10 15:21:51

I am trying to deploy a safe senders list to all out Outlook 2003 Exchange
cached mode clients but it is not working. It has a pop up at the end saying
"The Custom Maintenance Wizard has finished applying changes. See
c:\documents and settings\username\Local Settings\Temp\Office 11
Maintenance(0000).txt for more details." I tried to find the error in the
1669 pages of the afore mentioned document but I don't know what to look for.
I have tried this through a push system via a batch file and running the
MaintWiz.exe /c "<the_path_of_the_CMW_file>" /q from the local machine as the
local user but I can't see where the problem is. I also ran it without the /q
switch but still no help. I followed the instructions from another post
listed below but it will not work on a diffrent system. I does create the
safe senders file in the location I specified but it is not applied in
Outlook.

Thanks for any suggestions or help!

Below are the earlier post instructions I followed.

"Note: This will modify the default Outlook profile.

1. Start Outlook on a test computer, and click Tools menu -> Options ->
Junk E-mail
2. On the Safe Senders tab, add the email address you want to deploy, click
Export to file to export the list into a .txt file.

3. Install the Office 2003 Editions Resource Kit Tools on the test computer
from the following link:
http://www.microsoft.com/downloads/details.aspx?FamilyID=4bb7cb10-a6e5-4334-
8925-3bcf308cfbaf&displaylang=en

4. Click Start menu -> All Programs -> Microsoft Office -> Microsoft Office
Tools -> Microsoft Office 2003 Resource Kit -> Custom Maintenance Wizard.
5. On Page 1, click Next.
6. On Page 2, browse to select an .MSI file that you used to deploy Office
setup and click Next.
7. On Page 3, select "Create a new CMW file" and click Next.
8. On Page 4, click Browse to save the CMW file which we will use to modify
Outlook profile. Click Next.

9. Go to Page 8, Add/Remove Files, and click Add.
10. In the Add Files to MST dialog box, select the three Junk E-mail Filter
files that you created in the previous procedure.
11. In the Destination path on the user's computer drop-down list, select
the location where the files will be installed for users. Click OK.

12. Go to Page 7, Change Office User Settings page, and under Microsoft
Office Outlook 2003 -> Tools | Options -> Preferences, click Junk Mail.
13. Double-click Junk Mail Import List, select "Apply Changes", and ensure
that the check box is cleared.
14. Double-click Overwrite or Append Junk Mail Import List, select "Apply
Changes", and ensure that the check box is cleared.
15. Double-click Specify path to Safe Senders list, select "Apply Changes",
and input the full path and file name you specify in step 11.
16. Click OK and click Finish.

17. Then we transfer the CMW file to the client computers that you want to
deploy the Safe Senders List.
18. Click Start -> Run, input cmd and press Enter.
19. Use cd command to locate the C:\Program
Files\ORKTools\ORK11\Tools\Custom Maintenance Wizard folder.
20. Type the following command and press Enter:

MaintWiz.exe /c "<the_path_of_the_CMW_file>" /qb-

21. Wait until the Windows Installer finishes the customization.

We can also create a .bat file and then configure a Logon script via Group
Policy to force clients to copy the CMW file from a shared path on the
server and run the command as listed above. More information about how to
"
 
S

Sue Mosher [MVP-Outlook]

No other thoughts. It might be interesting to try on a different user or a different machine.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


limran said:
JunkMailImportLists was added and set to 1. Any other thoughts.

Sue Mosher said:
Looks good to me, too. Did you check the registry to see if JunkMailImportLists was indeed added?

limran said:
Here is what is in the file. It all looks correct to me. It does extract the
safsenders.txt file to the correct location but it does not show upo in
Outlooks safe senders list.
Thank you!!

----- CMW_Header -----
dwMajorVersion: 6
dwMinorVersion: 0
ProductCode: {90110409-6000-11D3-8CFE-0150048383C9}
ProductName: Microsoft Office Professional Edition 2003
ProductVersion: 11.0.5614.0
CMW GUID: {709334D5-2A3F-4C3C-84CE-7662F03F7063}
MSI path: C:\MSOCache\All Users\GUID\PRO11.MSI

----- Registry Entries -----
----- OUTLK11 (3) -----
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailSafeSendersFile = (REG_SZ)C:\Program Files\Microsoft Office
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailImportAppend = (REG_DWORD)1
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailImportLists
= (REG_DWORD)1

----- End Registry Entries -----

----- User Settings -----
----- Extracted file (AddRegSection.HKCU) contents -----
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailImportLists",0x10001,1,0,0,0
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailImportAppend",0x10001,1,0,0,0
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailSafeSendersFile",0,"C:\Program Files\Microsoft Office"

----- End extracted file (AddRegSection.HKCU) contents -----
----- End User Settings -----

----- Added files -----
dwAddedFiles: 1

file stream: CMW_Added_File_1
dest folder: [INSTALLLOCATION]
Darwinized dest: [INSTALLLOCATION]
filename: safesenders.txt
src folder: C:\
display date: 8/10/2006 15:21:51
date/time: 2006-08-10 15:21:51


I am trying to deploy a safe senders list to all out Outlook 2003 Exchange
cached mode clients but it is not working. It has a pop up at the end saying
"The Custom Maintenance Wizard has finished applying changes. See
c:\documents and settings\username\Local Settings\Temp\Office 11
Maintenance(0000).txt for more details." I tried to find the error in the
1669 pages of the afore mentioned document but I don't know what to look for.
I have tried this through a push system via a batch file and running the
MaintWiz.exe /c "<the_path_of_the_CMW_file>" /q from the local machine as the
local user but I can't see where the problem is. I also ran it without the /q
switch but still no help. I followed the instructions from another post
listed below but it will not work on a diffrent system. I does create the
safe senders file in the location I specified but it is not applied in
Outlook.

Thanks for any suggestions or help!

Below are the earlier post instructions I followed.

"Note: This will modify the default Outlook profile.

1. Start Outlook on a test computer, and click Tools menu -> Options ->
Junk E-mail
2. On the Safe Senders tab, add the email address you want to deploy, click
Export to file to export the list into a .txt file.

3. Install the Office 2003 Editions Resource Kit Tools on the test computer
from the following link:
http://www.microsoft.com/downloads/details.aspx?FamilyID=4bb7cb10-a6e5-4334-
8925-3bcf308cfbaf&displaylang=en

4. Click Start menu -> All Programs -> Microsoft Office -> Microsoft Office
Tools -> Microsoft Office 2003 Resource Kit -> Custom Maintenance Wizard.
5. On Page 1, click Next.
6. On Page 2, browse to select an .MSI file that you used to deploy Office
setup and click Next.
7. On Page 3, select "Create a new CMW file" and click Next.
8. On Page 4, click Browse to save the CMW file which we will use to modify
Outlook profile. Click Next.

9. Go to Page 8, Add/Remove Files, and click Add.
10. In the Add Files to MST dialog box, select the three Junk E-mail Filter
files that you created in the previous procedure.
11. In the Destination path on the user's computer drop-down list, select
the location where the files will be installed for users. Click OK.

12. Go to Page 7, Change Office User Settings page, and under Microsoft
Office Outlook 2003 -> Tools | Options -> Preferences, click Junk Mail.
13. Double-click Junk Mail Import List, select "Apply Changes", and ensure
that the check box is cleared.
14. Double-click Overwrite or Append Junk Mail Import List, select "Apply
Changes", and ensure that the check box is cleared.
15. Double-click Specify path to Safe Senders list, select "Apply Changes",
and input the full path and file name you specify in step 11.
16. Click OK and click Finish.

17. Then we transfer the CMW file to the client computers that you want to
deploy the Safe Senders List.
18. Click Start -> Run, input cmd and press Enter.
19. Use cd command to locate the C:\Program
Files\ORKTools\ORK11\Tools\Custom Maintenance Wizard folder.
20. Type the following command and press Enter:

MaintWiz.exe /c "<the_path_of_the_CMW_file>" /qb-

21. Wait until the Windows Installer finishes the customization.

We can also create a .bat file and then configure a Logon script via Group
Policy to force clients to copy the CMW file from a shared path on the
server and run the command as listed above. More information about how to
"
 
G

Guest

I tried to run it on the original test workstation it did not update either.
I haven't tried a different user yet. thanks for the help!

Sue Mosher said:
No other thoughts. It might be interesting to try on a different user or a different machine.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


limran said:
JunkMailImportLists was added and set to 1. Any other thoughts.

Sue Mosher said:
Looks good to me, too. Did you check the registry to see if JunkMailImportLists was indeed added?

Here is what is in the file. It all looks correct to me. It does extract the
safsenders.txt file to the correct location but it does not show upo in
Outlooks safe senders list.
Thank you!!

----- CMW_Header -----
dwMajorVersion: 6
dwMinorVersion: 0
ProductCode: {90110409-6000-11D3-8CFE-0150048383C9}
ProductName: Microsoft Office Professional Edition 2003
ProductVersion: 11.0.5614.0
CMW GUID: {709334D5-2A3F-4C3C-84CE-7662F03F7063}
MSI path: C:\MSOCache\All Users\GUID\PRO11.MSI

----- Registry Entries -----
----- OUTLK11 (3) -----
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailSafeSendersFile = (REG_SZ)C:\Program Files\Microsoft Office
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailImportAppend = (REG_DWORD)1
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail\JunkMailImportLists
= (REG_DWORD)1

----- End Registry Entries -----

----- User Settings -----
----- Extracted file (AddRegSection.HKCU) contents -----
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailImportLists",0x10001,1,0,0,0
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailImportAppend",0x10001,1,0,0,0
HKCU,"Software\Microsoft\Office\11.0\Outlook\Options\Mail","JunkMailSafeSendersFile",0,"C:\Program Files\Microsoft Office"

----- End extracted file (AddRegSection.HKCU) contents -----
----- End User Settings -----

----- Added files -----
dwAddedFiles: 1

file stream: CMW_Added_File_1
dest folder: [INSTALLLOCATION]
Darwinized dest: [INSTALLLOCATION]
filename: safesenders.txt
src folder: C:\
display date: 8/10/2006 15:21:51
date/time: 2006-08-10 15:21:51


I am trying to deploy a safe senders list to all out Outlook 2003 Exchange
cached mode clients but it is not working. It has a pop up at the end saying
"The Custom Maintenance Wizard has finished applying changes. See
c:\documents and settings\username\Local Settings\Temp\Office 11
Maintenance(0000).txt for more details." I tried to find the error in the
1669 pages of the afore mentioned document but I don't know what to look for.
I have tried this through a push system via a batch file and running the
MaintWiz.exe /c "<the_path_of_the_CMW_file>" /q from the local machine as the
local user but I can't see where the problem is. I also ran it without the /q
switch but still no help. I followed the instructions from another post
listed below but it will not work on a diffrent system. I does create the
safe senders file in the location I specified but it is not applied in
Outlook.

Thanks for any suggestions or help!

Below are the earlier post instructions I followed.

"Note: This will modify the default Outlook profile.

1. Start Outlook on a test computer, and click Tools menu -> Options ->
Junk E-mail
2. On the Safe Senders tab, add the email address you want to deploy, click
Export to file to export the list into a .txt file.

3. Install the Office 2003 Editions Resource Kit Tools on the test computer
from the following link:
http://www.microsoft.com/downloads/details.aspx?FamilyID=4bb7cb10-a6e5-4334-
8925-3bcf308cfbaf&displaylang=en

4. Click Start menu -> All Programs -> Microsoft Office -> Microsoft Office
Tools -> Microsoft Office 2003 Resource Kit -> Custom Maintenance Wizard.
5. On Page 1, click Next.
6. On Page 2, browse to select an .MSI file that you used to deploy Office
setup and click Next.
7. On Page 3, select "Create a new CMW file" and click Next.
8. On Page 4, click Browse to save the CMW file which we will use to modify
Outlook profile. Click Next.

9. Go to Page 8, Add/Remove Files, and click Add.
10. In the Add Files to MST dialog box, select the three Junk E-mail Filter
files that you created in the previous procedure.
11. In the Destination path on the user's computer drop-down list, select
the location where the files will be installed for users. Click OK.

12. Go to Page 7, Change Office User Settings page, and under Microsoft
Office Outlook 2003 -> Tools | Options -> Preferences, click Junk Mail.
13. Double-click Junk Mail Import List, select "Apply Changes", and ensure
that the check box is cleared.
14. Double-click Overwrite or Append Junk Mail Import List, select "Apply
Changes", and ensure that the check box is cleared.
15. Double-click Specify path to Safe Senders list, select "Apply Changes",
and input the full path and file name you specify in step 11.
16. Click OK and click Finish.

17. Then we transfer the CMW file to the client computers that you want to
deploy the Safe Senders List.
18. Click Start -> Run, input cmd and press Enter.
19. Use cd command to locate the C:\Program
Files\ORKTools\ORK11\Tools\Custom Maintenance Wizard folder.
20. Type the following command and press Enter:

MaintWiz.exe /c "<the_path_of_the_CMW_file>" /qb-

21. Wait until the Windows Installer finishes the customization.

We can also create a .bat file and then configure a Logon script via Group
Policy to force clients to copy the CMW file from a shared path on the
server and run the command as listed above. More information about how to
"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top