Patch 138 fixes two problems with the Quarantine in Symantec[tm] Brightmail AntiSpam 6.0.1. Changes introduced with Patch 138

12183
Component: Quarantine
Synopsis: Notification message does not limit the number of emails in the body
Platforms: all

Previously, when a user's Quarantine folder received a very large quantity of spam, the Notifier would attempt to send a very large message which included the subject lines of all the messages. In some extreme cases, this would cause the Notifier to terminate unexpectedly. This problem has been fixed by limiting the subject lines included in a Notifier message to the first 100 spam messages for a user.

12063
Component: Quarantine
Synopsis: Notifier stops after encountering SMTP errors
Platforms: all

Previously, if the Notifier encountered an SMTP error while sending spam notifications to users, it would terminate unexpectedly. Those users for whom notifications had not been generated would not receive a notification. This problem has been fixed. Now, if an SMTP error occurs when sending a spam notification message to a user in a list of users, the error is logged and the next user in the list is tried.

Installation Instructions:

    To install the patch, you must know the location of your current Brightmail Control Center Tomcat installation, $CATALINA_HOME. Please consult the Symantec Brightmail AntiSpam Version 6.0 Administration Guide for further information.

    Windows Upgrade Process:

  1. Download the zip file.
  2. Open up the zip file in order to view the contents.
  3. Stop the Tomcat server.
  4. Copy the the file LdapHelper.class to $CATALINA_HOME\webapps\brightmail\WEB-INF\classes\com\brightmail\service\ldap\impl
  5. Start Tomcat
    UNIX Upgrade Process:

  1. Download the compressed tar file.
  2. Unpack the tar file in order to view the contents.
  3. Stop the Tomcat server.
  4. Copy the the file LdapHelper.class to $CATALINA_HOME/webapps/brightmail/WEB-INF/classes/com/brightmail/service/ldap/impl
  5. Start Tomcat