subject: exchange

Rui Silva - Exchanging Knowledge About Exchange

Recent Posts

Sponsors

Tags

News

Disclaimer

  • This posting is provided "AS IS" with no warranties, and confers no rights.
    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway. Please use the Exchange Forums for support requests.

Community

Email Notifications

Blogroll

Links

Archives

Update for Windows Mail Junk E-mail Filter (March 2007)

Microsoft has just released the March update for the Windows Mail Junk E-mail Filter.

"Install this update for Windows Mail to revise the definition files used to detect e-mail messages that should be considered junk e-mail or that may contain phishing content."

The update is available through Microsoft Update or you can click the following links, according to your OS architecture:
As usual the update comes with the corresponding Knowledge Base article:

Technorati : , ,
Del.icio.us : , ,

Posted: Wed, Mar 28 2007 14:06 by Rui Silva | with 2 comment(s)
Filed under:

Comments

zed said:

ive been tryin to install this update for the past weeks, but it keeps failing. i've turned off auto update and manually tried to install but this didnt work either.

before, i had a problem with my svchost.exe but that has been repaired by turning auto updates on and off. maybe the problem still exists and it is part of that error.

can anybody help??

thanks,

zed

# April 2, 2007 2:57 AM

jimirezin said:

The svchost error is from a corrupt update..and we believe it's the junk mail updates that cause it.  here's a batch file we run that cleans it up... then try to run the update:

@echo off

Echo Re-registering Windows Update components and Clear the corrupted Windows Update temp folder

Rem Re-register dlls

REGSVR32 WUAPI.DLL /s

REGSVR32 WUAUENG.DLL /s

REGSVR32 WUAUENG1.DLL /s

REGSVR32 ATL.DLL /s

REGSVR32 WUCLTUI.DLL /s

REGSVR32 WUPS.DLL /s

REGSVR32 WUPS2.DLL /s

REGSVR32 WUWEB.DLL /s

Rem Stop Services

net stop WuAuServ

taskkill /f /im wuauclt.exe

REm add other service here

Rem Delete SoftwareDistribution Folder

RMDIR C:\windows\SoftwareDistribution /s/q

net start WuAuServ

Echo Look for any errors

echo To Reboot

# May 14, 2007 10:53 AM