Patch 132 fixes a problem with some character set conversions in
Symantec[tm] Brightmail AntiSpam 6.0.1.
10757
Component: spamhunter module
Synopsis: spamhunter causes engine core dumps when trying to
convert headers to UTF
Platforms: all
The character converters used by the Spamhunter and Language ID modules
do not recognize certain valid character encoding sets, specifically
ISO-8859-10, ISO-8859-13, ISO-8859-15 (nordic), and CP866 (russian).
Previously, these modules assumed that a valid encoding meant the converter
would recognize the character set. In the case of ISO-8859-10, when the
converter did not recognize the character set, a crash would result.
Patch 132 fixes this problem by allowing the parser to convert the data
only if the converter recognizes the character set, and adds recognition
for the character sets listed above.
Installation Instructions (UNIX):
- cd to the LOADPOINT. To find the LOADPOINT for
the Brightmail Scanner on UNIX, execute this command:
% grep product /var/.com.zerog.registry.xml | grep Brightmail
The LOADPOINT is the directory value for "location=".
- Download the patch file (to the LOADPOINT).
- Stop the Brightmail Scanner:
# /etc/init.d/mailwall stop
- As the root user, call patchinstall:
# etc/patchinstall <patchfile>
- Restart the Brightmail Scanner:
# /etc/init.d/mailwall start
Installation Instructions (Windows):
- Download the zip file.
- Open up the zip file in order to view the contents.
- Find the LOADPOINT. Its location is given in the registry key
HKEY_LOCAL_MACHINE\Software\Brightmail\Loadpoint .
- Stop the Brightmail Server using the Brightmail Administration Console.
- Extract the zip file into the LOADPOINT.
- Start the Brightmail Server using the Brightmail Administration Console.
|