Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2006 10:38:03 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail/mailscanner Makefile distinfo pkg-plist ports/mail/mailscanner/files CHANGES.port patch-bin-cron-sa-update.cron patch-bin-cron-update_phishing_sites.cron patch-bin-cron-update_virus_scanners.cron patch-bin:cron:update_phishing_sites.cron patch-bin:cron:update_virus_scanners.cron patch-docs-man-MailScanner.8 patch-docs-man-MailScanner.8.html ...
Message-ID:  <200605051038.k45Ac30N041198@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
garga       2006-05-05 10:38:03 UTC

  FreeBSD ports repository

  Modified files:
    mail/mailscanner     Makefile distinfo pkg-plist 
    mail/mailscanner/files CHANGES.port 
  Added files:
    mail/mailscanner/files patch-bin-cron-sa-update.cron 
                           patch-bin-cron-update_phishing_sites.cron 
                           patch-bin-cron-update_virus_scanners.cron 
                           patch-docs-man-MailScanner.8 
                           patch-docs-man-MailScanner.8.html 
                           patch-docs-man-MailScanner.conf.5 
                           patch-docs-man-MailScanner.conf.5.html 
                           patch-lib-clamav-wrapper 
  Removed files:
    mail/mailscanner/files 
                           patch-bin:cron:update_phishing_sites.cron 
                           patch-bin:cron:update_virus_scanners.cron 
                           patch-docs:man:MailScanner.8 
                           patch-docs:man:MailScanner.8.html 
                           patch-docs:man:MailScanner.conf.5 
                           patch-docs:man:MailScanner.conf.5.html 
                           patch-lib-MailScanner-Exim.pm 
                           patch-lib:clamav-wrapper 
  Log:
  - Update to 4.53.7
  
  3/5/2006 New in Version 4.53.7-1
  ================================
  * New Features and Improvements *
  - Attachment extraction now checks for available disk space and a DoS attack
    using messages with high expansion ratios will fail even quicker than it
    did before.
  - Added new setting "SpamAssassin Local State Dir" to support the sa-update
    tool provided with MailScanner these days, to provide a way of auto-
    updating the core SpamAssassin rulesets. The default value is set to what
    you need for Linux (/var/lib).
  - Added new cron job to run sa-update every night. The location of the
    sa-update program is read from /etc/sysconfig/MailScanner.
  - Added support for new header -H file format in Exim 4.61.
  - Added 2 new configuration options "Gunzip Command" and "Gunzip Timeout" to
    enable unpacking of gzip-ed files for filename and filetype checking.
    Even if this is disabled, gzip-ed files will still be virus scanned.
  - Added support for numerical entries in phishing.safe.sites.conf file.
  - Added support for optional multipliers in numbers in MailScanner.conf.
    So you can now write "50M" instead of "50000000". The multipliers supported
    are "k", "m" and "g" to denote 1 thousand, 1 million and 1 billion (10^9)
    in upper or lower case.
    You must *not* put any spaces between the number and the multiplier character.
  - Added a new configuration option "Ignored Web Bug Filenames". This allows
    you to whitelist a bunch of filenames that can appear in the URLs of
    potential web bugs. So if you decide that all potential web bugs with
    "spacer" or "pixel.gif" in the filename are just padding for page layout,
    then you can make it ignore them by adding them to this list. A sample
    list is provided in MailScanner.conf.
    This is disabled by default, as spammers may start to use this as a means
    of circumventing the Web Bug trap.
  - When Web Bugs are disarmed, the URL used to replace the original web bug
    can now be set using the new configuration option "Web Bug Replacement".
    If this is not specified, then the old value of "MailScannerWebBug" is used.
    The default value supplied in the MailScanner.conf file is the address of
    an untracked 1x1 pixel transparent gif (51 bytes) hosted on the MailScanner
    web site. This will not be tracked other than to supply an overall count of
    the number of hits this image gets, for overall statistical purposes.
  - Added Razor2 to the list of plugins automatically enabled by the ClamAV+SA
    easy-to-install package, due to the recent change in licence. Now if DCC
    could go the same way...
  - Updated Catalan translations.
  
  * Fixes *
  - Fixed bug in DoS attack handler. Thanks for Jorge for this.
  - Commented out setting of "SpamAssassin Local State Dir" in MailScanner.conf.
  
  PR:             ports/96751
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.49      +10 -3     ports/mail/mailscanner/Makefile
  1.35      +2 -2      ports/mail/mailscanner/distinfo
  1.5       +6 -0      ports/mail/mailscanner/files/CHANGES.port
  1.1       +41 -0     ports/mail/mailscanner/files/patch-bin-cron-sa-update.cron (new)
  1.1       +38 -0     ports/mail/mailscanner/files/patch-bin-cron-update_phishing_sites.cron (new)
  1.1       +38 -0     ports/mail/mailscanner/files/patch-bin-cron-update_virus_scanners.cron (new)
  1.3       +0 -38     ports/mail/mailscanner/files/patch-bin:cron:update_phishing_sites.cron (dead)
  1.3       +0 -38     ports/mail/mailscanner/files/patch-bin:cron:update_virus_scanners.cron (dead)
  1.1       +37 -0     ports/mail/mailscanner/files/patch-docs-man-MailScanner.8 (new)
  1.1       +104 -0    ports/mail/mailscanner/files/patch-docs-man-MailScanner.8.html (new)
  1.1       +223 -0    ports/mail/mailscanner/files/patch-docs-man-MailScanner.conf.5 (new)
  1.1       +594 -0    ports/mail/mailscanner/files/patch-docs-man-MailScanner.conf.5.html (new)
  1.29      +0 -37     ports/mail/mailscanner/files/patch-docs:man:MailScanner.8 (dead)
  1.22      +0 -407    ports/mail/mailscanner/files/patch-docs:man:MailScanner.8.html (dead)
  1.30      +0 -150    ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 (dead)
  1.26      +0 -14272  ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5.html (dead)
  1.2       +0 -92     ports/mail/mailscanner/files/patch-lib-MailScanner-Exim.pm (dead)
  1.1       +41 -0     ports/mail/mailscanner/files/patch-lib-clamav-wrapper (new)
  1.6       +0 -41     ports/mail/mailscanner/files/patch-lib:clamav-wrapper (dead)
  1.30      +7 -3      ports/mail/mailscanner/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605051038.k45Ac30N041198>