svn commit: r1932246 - spamassassin/trunk
| Newsgroups | gmane.mail.spam.spamassassin.cvs |
|---|---|
| Message-ID | <177311723745.1363712.9864044820981464161@svn02-us-east.apache.org> |
Author: fkento Date: Tue Mar 10 04:33:57 2026 New Revision: 1932246 Log: Add documentation to UPGRADE file Modified: spamassassin/trunk/UPGRADE Modified: spamassassin/trunk/UPGRADE ============================================================================== --- spamassassin/trunk/UPGRADE Tue Mar 10 04:20:03 2026 (r1932245) +++ spamassassin/trunk/UPGRADE Tue Mar 10 04:33:57 2026 (r1932246) @@ -4,6 +4,11 @@ Note for Users Upgrading to SpamAssassin - New Mail::SpamAssassin::Plugin::NeuralNetwork This plugin checks messages using Fast Artificial Neural Network library. +- Mail::SpamAssassin::Plugin::AskDNS now supports a "noskip" tflag. + By default, any host or domain matching uridnsbl_skip_domains is + ignored by askdns rules. The "noskip" tflag bypasses this check + for specific rules. + - Mail::SpamAssassin::Plugin::Redirectors can connect to a Selenium server in order to catch more redirectors that uses Javascript or other tricks.