pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/rspamd



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Wed Sep  2 15:14:17 UTC 2015

Modified Files:
        pkgsrc/mail/rspamd: Makefile distinfo

Log Message:
Update rspamd to 0.9.10

0.9.10:
        * Do not dereference null pointer on learning.
        * Fix some extreme cases in BAYES.
        * Add a workaround to avoid bad HTML messages breaking.
        * Build with -O2 flags by default.
        * Add constraints to limit DNS requests count per task.
        * Add workaround for SURBL DNS flood.
        * Set error if rspamd cannot learn anything.

0.9.9:
        * Don't use RWL_SPAMHAUS_WL (unknown result) for whitelisting (by @fatalbanana)
        * Import updated public suffix list (by @fatalbanana)
        * Remove debug message
        * Fix settings (by @fatalbanana)
        * Remove duplicated symbol registration
        * Use WAL for fuzzy storage
        * RBL fixes (by @fatalbanana):
                - silence errors;
                - yield unknown results from RBLs;
                - fix scoring for DNSWL;
                - fix use of RBL name as symbol;
                - ignore RBL names that would not be yielded;
        * Support captures in regular expressions
        * Add captures support to lua_regexp
        * Support dist on FreeBSD and Darwin
        * Add RCVD_IN_DNSWL_NONE as whitelisting exclusion (by @fatalbanana)
        * Multiple fixes to URL detection:
                - support port definition;
                - fix query and path recognition;
                - fix parsing of multiple slashes in URL;
                - fix parsing query just after port;
                - fix path field in `url:to_table` method;
                - improve support of IP based URLs.
        * Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBL (by @fatalbanana)
        * Add GTUBE support
        * Ignore User header in SA mode

0.9.8:
        * Fix critical bug in bayes classifier (#305)
        * Fix critical bug in RBL module (by @fatalbanana)
        * Fix and rework settings plugin.
        * Fix get_all_opts for a case of non-iterable options.
        * Use tld for redirector's matching.

0.9.7:
        * Add whitelist_exception setting to RBL module (by @fatalbanana)
        * Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting (by
          @fatalbanana)
        * Fix extreme cases in bayes classifier.
        * Fix parsing of urls with '?' at the end of hostname.
        * Update interface.
        * Fix number of issues with webui interaction.
        * Fix saving maps.
        * Allow user@ and @domain matches in multimap.
        * Fix issues with bounces From processing.
        * Fix abs/fabs misuse.
        * Fix builds on suse and arch linux distributions.

0.9.6:
        * Fix memory leak if mime cannot be parsed.
        * Fix dkim cache expiration.
        * Fix issues with redirector HTTP response.
        * Fix abnormal connection closing with certains messages with a high score
          (issue #296)
        * Fix redirector installation.
        * Use specific POE loop for some systems.
        * Fix number of issues in URL redirector.
        * Fix selecting URLs for sending to redirector.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/rspamd/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/rspamd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index