Changelog

comdom-antispam (2.6.7-1) stable; urgency=medium

  • Add configuration option reject_unknown_relay_recipient
  • Improve RBT filter

comdom-antispam (2.6.6-1) stable; urgency=high

  • Improve daemon stopping

comdom-antispam (2.6.5-1) stable; urgency=medium

  • Fix leak in ACCL engine

comdom-antispam (2.6.4-1) stable; urgency=low

  • Improve ACCL engine detection

comdom-antispam (2.6.3-1) stable; urgency=medium

  • Add configuration options: undeliverable_mail_recipient,
        store_undeliverable_mails
  • Minor bugfixes

 comdom-antispam (2.5.8-1) stable; urgency=high

  • Fix reload of SMTP plugins

comdom-antispam (2.5.7-1) stable; urgency=high

  • Fix base64 decoder

comdom-antispam (2.5.6-1) stable; urgency=high

  • Fix mod_dbs_sqlite buffer overflow

comdom-antispam (2.5.5-1) stable; urgency=low

  • Add simple rule based filter

comdom-antispam (2.5.4-1) stable; urgency=low

  • Fix console statistics rendering
  • Fix designating mails as false positives when using IPR filter

comdom-antispam (2.5.3-1) stable; urgency=high

  • Fix resolver cache size
  • Fix RCPT TO verification if MAIL FROM is empty
  • Fix using of acceleration engine if user defined filters order is set

comdom-antispam (2.5.2-1) stable; urgency=high

  • Fix statistics rendering in console

comdom-antispam (2.5.1-1) stable; urgency=high

  • Fix default acceleration engine cache size

comdom-antispam (2.5.0-1) stable; urgency=high

  • Fix statistics
  • Improve statistical graphs in console
  • Improve filter acceleration engine

comdom-antispam (2.4.2-2) stable; urgency=high

  • Fix database update on package upgrade

comdom-antispam (2.4.2-1) stable; urgency=high

  • Fix running in multiple processes
  • Add filter acceleration engine

comdom-antispam (2.3.1-2)

  • Fixed creation of /var/run/comdom directory

comdom-antispam (2.3.1-1) stable; urgency=medium

  • Added configuration option fmgr_hdr_field_name_prefix

comdom-antispam (2.2.1-1) stable; urgency=medium

  • Improved memory management in libiocore library

comdom-antispam (2.2.0-1) stable; urgency=medium

  • Replaced modules for logging, reporting and database handling

comdom-antispam (2.1.0-1) stable; urgency=medium

  • Improved database engine
  • Added database creation through console

comdom-antispam (2.0.6-1) stable; urgency=medium

  • Fix in IPR filter

comdom-antispam (2.0.5-1) stable; urgency=medium

  • Fix in bayesian engine
  • Fix in IPR filter

comdom-antispam (2.0.4-2) stable; urgency=medium

  • Added new sqlite table users_allow

comdom-antispam (2.0.4-1) stable; urgency=high

  • Fix in IPR filter

comdom-antispam (2.0.3-1) stable; urgency=high

  • Fix bug in sqlite library
  • Fix returning of undelivered mails
  • Fix SMTP extension SIZE
  • Logging of IP address used for filtering in X-Comfls-Ip mail header item

comdom-antispam (2.0.2-1) stable; urgency=low

  • Fixed bug in processing `include' SPF rules
  • Minor resolver improvements
  • `cominit.conf' update

comdom-antispam (2.0.1-1) stable; urgency=high

  • Initial stable release

version 1.5.8

  • Capability to set priorities/order of filters in message's evaluation process,
  • Possibility to configure Bayes's HAM/SPAM levels (within the range of 0-100). 
  • Option to clean expired records from greylists (vacuum) using commap utility;
  • Several bug-fixes.

version 1.5.6

  • free edition mode for 100 emails 
  • adds the new virtual table type "sqlt" (a SQLite3 database for faster access to
    dynamic virtual tables, especially greylist tables)
  • adds the ability to obtain the sender IP address from the "Received:" header,
  • fixes several previous bugs (reporting, w/b/g-lists)

version 1.4.3

  • Minor changes in SMTP stack implementation for better backward
    compatibility with older SMTP servers.

version: 1.4.1

  • This release adds support for DNSBL which increases overall efficiency
    to more than 99% on a well trained Bayesian DB. It also adds support
    for east asian charsets and some new options concerning SPF filter to
    handle some common spf-abusing hacks commonly used by spammers. Beside
    these main features, some restrictions to smtpd_client_restriction
    options have been added as well.

version: 1.3.6

  • Fix mail parser

version: 1.3.4

  • Added new options: spf_check_helo
  • Added new restriction to smtpd_client_restrictions named
    check_unknown_client

version: 1.3.3

  • Added new options: spf_softfail_is_spam
  • Changed the way of parsing SPF records w/ INCLUDE rule containing
    ALL at the end

version: 1.3.2

  • minor bugfixes

version: 1.3.1

  • SPF and DKIM filters, 
  • comjoin utility for database joining,
  • new message headers (X-Spam-Status, X-Bayes-Score, X-SPF-Result, and X-DKIM-Result)
  • Minor bugfixes.