amavisd-new 1:2.4.1-1 source package in Ubuntu

Changelog

amavisd-new (1:2.4.1-1) unstable; urgency=low

  * New upstream source
    + Courier patch requires Net::Server 0.90 or later (not used in Debian
      by default)
    + Fixed many bugs
    + Address extension is back to 2.3.3 semanthics (done at tag2_level)
    + Fixed error handling during temporary directory cleanups
    + Added config variables: @spam_subject_tag3_maps, @spam_tag3_level_maps
      (and $sa_tag3_level_deflt), see upstream documentation for specifics
    + Added LDAP attributes: amavisSpamSubjectTag, amavisSpamSubjectTag2,
      amavisSpamDsnCutoffLevel, amavisSpamQuarantineCutoffLevel
    + Changed notification templates in an incompatible way with 2.4.0
      (still compatible to 2.3.3 and older): major contents category numbers
      are renumbered due to a newly inserted category CC_SPAMMY; it affects
      the use of macro ccat_maj in templates
    + Storing mail in BSMTP format now saves DSN information, as permitted
      by RFC 2442
    + Apply the concept of separate timers $child_timeout and $smtpd_timeout
      as used in a SMTP session to AM.PDP, AM.CL protocols and Courier patch
    + New macros: remote_mta, smtp_response, remote_mta_smtp_response
      and score_boost available to log and notification templates
    + Enhanced regexp selector macro [~string|regexp|then|else], and
      iterator macro.  Extended the semantics of the regexp selector macro
    + Make use of the new macro remote_mta_smtp_response and add it to
      a default $log_templ, so that a Postfix queue-id of a forwarded
      message shows up like 'queued_as: DCF2A17B9E4' in the main log entry
    + sophos_savi_internal (SAVI module): don't include errno ($!) in the
      error message
  * Bump standards version to 3.7.2 (no changes required)
  * Add small debian/extract-upstream-en_US-templates.pl to help manual
    update of debian/etc/en_US/, add update-templates-from-upstream target
    to debian/rules
  * amavisd-new.postinst: abort configuration if the amavis user has an
    invalid home directory, and tell the local admin to fix the mess
    as we cannot do it safely by ourselves (closes: #367807)
  * conf.d/25-amavis_helpers (add): configure an unix socket by default,
    for the amavis-release helper (closes: #372122)
  * amavisd-release: modify default socket location to Debian's
  * amavisd-new.NEWS: note upstream incompatible changes from RELEASE_NOTES
    for version 2.4.1

amavisd-new (1:2.4.0-1) unstable; urgency=low

  * New upstream source (closes: #284491)
    + Support DSNs: RFC 3461, RFC 3462, RFC 3464
    + Prepend headers always, so we do not break header signatures
      like DomainKeys
    + Configuration variables can be chosen based on mail contents
      category, which is now represented explicitly
    + Enhanced the built-in macro expander with new macros and call
    + Compatibility with Net::Server 0.91 and later
    + Many incompatible changes in the SQL interface, read the docs
  * Add patch from upstream, sent to amavis-user mailinglist, to perform
    defanging and spam address extension additions in tag2_level as well
    as kill_level
  * Fix helper-progs/Makefile.in now that we do not link
    amavis-milter.c anymore
  * Revert to upstream header-folding code for this release
  * Ship amavis helpers as well (closes: #356953)
  * Ship p0f-analyzer.pl, but rename it to just p0f-analyzer due to policy
  * Fix clean target to get rid of cruft in helper-progs/
  * Do the debconf postrm routine by ourselves, as dh_installdebconf writes
    unsuitable code for our needs (closes: #362952)
  * [l10n] Add debconf template for: pt, and fix the package name inside
    the pt.po file while at it.  Thanks to Miguel Figueiredo
    <email address hidden> (closes: #362802)
  * Version libnet-ldap-perl suggestion to 0.32 or above and libdbi-perl to
    1.43 or above, as required by amavisd-new 2.4.0
  * conf.d/15-av_scanners: update to new upstream
  * conf.d/20-debian_defaults: update to new syslog facility/priority
    variables
  * etc/en_US templates: updated to match new upstream templates
  * Depend on non-broken libmime-perl (must be >= 5.417, but not 5.419)

amavisd-new (1:2.3.3-8) unstable; urgency=low

  * Update amavisd-new.cron.daily to be compatible with new su
    (closes: #360567, #358993)
  * [l10n] Add Czech (cs) debconf template, thanks to : Miroslav Kure
    <email address hidden> (closes: #358844)

amavisd-new (1:2.3.3-7) unstable; urgency=low

  * README.Debian: Be more explicit about what needs to be done to correctly
    interface with a clamav daemon (closes: #353383)
  * [l10n] Add Debconf template for: fr (closes: #353056)
  * amavisd: prefix continuated syslog messages with (!!) or (!) depending
    on level (warning or worse)
  * logcheck.ignore: filter off all continuated syslog messages as long as
    they don't have a priority prefix (closes: #341957)

amavisd-new (1:2.3.3-6) unstable; urgency=low

  * The "I should have waited 12h more to release 2.3.3-5" release
  * conf.d/20-debian_defaults: use "virusmails" as the quarantine directory,
    fixing this to use "quarantine" is extremely non-trivial in the
    packaging (but easy for the local admin) due to packaging issues
    (closes: #350917)
  * README.Debian: reword recommendation to disable bayes_auto_expire in
    spamassassin config files, this closes: #295498 once again; Fix some
    typos (closes: #350955)
  * Match file(1) output in case-insensitive mode for most long strings,
    and update Microsoft Cabinet match string (closes: #350962)
  * NEWS.Debian: call attention to the left-over quarantine file (caused
    by the #350917 fix described above)

amavisd-new (1:2.3.3-5) unstable; urgency=low

  * Enable debconf for postinst:
    * debian/control: Build-Depends on debhelper >= 4.1.16 (po-debconf)
    * debian/rules: enable dh_installdebconf; call debconf-updatepo on clean
      target
    * amavisd-new.templates: (new) debconf note for incompatible config
      files in the system, with a much better (and lengthy) explanation of
      what is happening (closes: #350144)
    * po/*: (new) debconf l18n support stuff for po-debconf
    * amavisd-new.postinst: use debconf to warn of outdated config files
  * Modify amavisd-new to process the Debian conf.d structure by its own
    when no config files are specified (closes: #350348)
  * amavisd-new.init: Improve initscript handling of outdated config files:
    be very terse and tell the user to go read the documentation;  Use the
    new conf.d support in amavisd-new instead of doing it by hand
  * amavisd-new.README.Debian: mention the .disabled config stuff
  * Add lintian overrides for debconf warnings that are not valid for this
    package
  * amavisd-new.NEWS: mention new conf.d support in amavisd-new binary
  * conf.d/01-debian, conf.d/20-debian_defaults: fix pointer to
    documentation
  * conf.d/20-debian_defaults: remove comments that lead people to believe
    we'd ever place all commonly modified settings for amavisd-new in there
    (see #350142...);  Add note explaining that we set all viruses to "fakes
    sender mode", except for the EICAR test pattern

amavisd-new (1:2.3.3-4) unstable; urgency=low

  [ Henrique de Moraes Holschuh ]
  * Patch from upstream: fix unsecure handling of
    $spam_quarantine_method = 'bsmtp:spam-%m-%s'
  * Patch from upstream: add hability to detect WMF (Windows MetaFile)
    attachments from the output of the file(1) utility
  * debian/control: bump up versioned dependencies to those required by
    amavisd-new 2.3.3 (oops!) (closes: #348439)
    * libarchive-zip-perl >= 1.14
    * libcompress-zlib-perl >= 1.35
    * libmime-perl >= 5.417
  * debian/amavisd-new.8:
    * remove repeated description of "debug"
    * mention that "reload" could be in fact a restart
  * amavisd-new.init:
    * amavisd-new does not support reloading anymore(!),
      so remove the reload initscript action (closes: #255376)
    * improve message when old config files present
    * minor code cleanups
    * be silent while cleaning up left-over tmp directories
  * conf.d/05-node_id: move $mydomain functionality to 05-domain_id
  * conf.d/05-domain_id (new):
    * move $mydomain functionality previously in 05-node_id here
    * amavisd-new must also know the local domains, or a lot of
      functionality gets disabled.  Add a default to $mydomain
      through @local_domains_acl (closes: #348990)
  * conf.d/20-debian_defaults: Add (commented out) entries for WMF
    matching

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Jun 2006 13:16:55 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Edgy
Original maintainer:
Brian May
Architectures:
any
Section:
mail
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
amavisd-new_2.4.1.orig.tar.gz 822.3 KiB c067cbae60ccff3932574fcaf7971c04b118f6b2e9fe6db772d33538b53b0a54
amavisd-new_2.4.1-1.diff.gz 65.1 KiB a9961fb8fd41a37ec6a75920136edd3b591973cdde7c8bd06906e6d04cc055e3
amavisd-new_2.4.1-1.dsc 957 bytes 6c8da92b1cee5e536bf62bc3859c7ae066ccc3bdcaae4e442dc53b543647b816

View changes file

Binary packages built by this source

amavisd-new: No summary available for amavisd-new in ubuntu edgy.

No description available for amavisd-new in ubuntu edgy.

amavisd-new-milter: No summary available for amavisd-new-milter in ubuntu edgy.

No description available for amavisd-new-milter in ubuntu edgy.