Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Mail-SpamAssassin-Plugin-iXhash2-4.00-76.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-Mail-SpamAssassin-Plugin-iXhash2 Distribution: openSUSE Tumbleweed
Version: 4.00 Vendor: openSUSE
Release: 76.1 Build date: Wed Feb 28 20:39:18 2024
Group: Development/Libraries/Perl Build host: h02-ch2b
Size: 23384 Source RPM: spamassassin-4.0.0-76.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://spamassassin.apache.org/
Summary: The iXhash plugin for SpamAssassin
This archive contains the iXhash2 plugin for the SpamAssassin spam filtering
software, along with an example config file.

Basically the plugin provides a network-based test just as razor2, pyzor
and DCC do. Working solely on the body of an email, it removes parts of it
and computes a hash value from the rest. These values will then be looked up
via DNS using the domains given in the config file(s).

Provides

Requires

License

Apache-2.0

Changelog

* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Tue Jan 02 2024 Pedro Monreal <pmonreal@suse.com>
  - Remove the dependency on perl(IO::Socket::INET6) as it has been
    deprecated by upstream, is no longer suitable for use and its not
    being maintained. A compatible replacement for this package is
    perl(IO::Socket::IP) which is shipped by the perl-base package.
* Sat Dec 24 2022 Arjen de Korte <suse+build@de-korte.org>
  - Add BuildRequires Text::Diff that was accidentally removed from
    original submission
  - Update known warnings
    % spamassassin-rpmlintrc
* Thu Dec 22 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to spamassissin 4.0.0:
    * Notable internal changes:
    - Meta rules no longer use priority values, they are evaluated
      dynamically when the rules they depend on are finished
    - DNS and other asynchronous lookups like DCC or Razor2 plugins
      are now launched when priority -100 is reached. This allows
      short circuiting at lower priority without sending unneeded
      DNS queries
    - New internal Mail::SpamAssassin::GeoDB module supporting
      RelayCountry and URILocalBL plugins provides a unified
      interface to Geographic IP modules. These include:
      MaxMind::DB::Reader (GeoIP2)
      Geo::IP
      IP::Country::DB_File
      IP::Country::Fast.
    * New plugins:
    - Mail::SpamAssassin::Plugin::ExtractText
    - Mail::SpamAssassin::Plugin::DMARC
    - Mail::SpamAssassin::Plugin::DecodeShortURLs
    * HashCash module has been removed completely
    * Full detailed changelog:
      https://svn.apache.org/repos/asf/spamassassin/trunk/Changes
  - Update to iXhash2 4.00:
    * Minimum required version: SpamAssassin 4.0.0
  - Update to spampd 2.61:
    * Performance and diagnostic improvements, quicker startups, and
      a lot of documentation updates.
    * Add support for configuration files (examples included in /misc
      folder and in POD).
    * Add optional "scalable mode" using Net::Server::PreFork module
      (16-year TODO!). More info in POD.
    * Add --logfile option to control logging destination(s) (syslog,
      stderr, and/or file/device).
    * Add --logident, --logfacility options for syslog.
    * Add multiple levels of help, including full "man" output with
      optional HTML formatting.
    * Add --show <thing> argument for printing default option values
      and other debug.
    * Fix SpamAssassin debug logging with versions 3.1+ (output
      was going to stderr/wrong syslog/null).
    * Fix for IPv6 addresses being used on --host and --relayhost
      options (was not possible due to ":<port>" check).
    * SIGHUP will now reload SpamAssassin and SpamPD configuration files
      (and all module code), still with graceful child process shutdown.
    * Use SpamAssassin::Logger module (with SA 3.1+) for all logging.
    * Log to stderr by default if running non-daemonized
    * Child processes are now renamed to "spampd child"
      to distinguish them from the parent in task lists.
    * Now requires Net::Server v0.89+ (though latest 2.009 is recommended).
    * The --auto-whitelist option is no longer allowed with SpamAssassin v3+.
    * Improve --debug option, adding ability to specify
      SpamAssassin (v3.1+) debug areas (aka channels/facilities).
    * All boolean options can take 0/1 argument and be negated
      with "no-" prefix.
    * The --children (-c) option is now more formally named
    - -max-servers (-mxs), but still accepted.
    * IO::Socket::UNIX and ::IP are only required if actually
      needed for --relaysocket / --relayhost options.
* Wed Jan 19 2022 Johannes Segitz <jsegitz@suse.com>
  - Drop ProtectHome from spamd.service and spampd.service. Unfortunately
    spamassing writes there, so ProtectHome=read-only doesn't work.
    Whitelisting a specific part has a too high chance of breaking for
    this package (bsc#1193248)
* Tue Nov 23 2021 Dirk Stoecker <opensuse@dstoecker.de>
  - Set ProtectHome=false for spampd.service, as this breaks loading
    and storing data files in /home/vscan.
* Wed Nov 17 2021 Johannes Segitz <jsegitz@suse.com>
  - Added hardening to systemd service(s) (bsc#1181400). Modified:
    * spamd.service
    * spampd.service
* Thu Sep 09 2021 Peter Varkoly <varkoly@suse.com>
  - spamassassin: sa-update.timer does not work
    (bsc#1175375)
    Remove sence less SPAM_SA_UPDATE
    Document how to use sa-update.service
* Tue Apr 13 2021 Arjen de Korte <suse+build@de-korte.org>
  - update spamassassin to 3.4.6
    * Fixed URIDNSBL not triggering meta rules
    * Fix false positive in T_KAM_HTML_FONT_INVALID on CSS color !important
* Wed Mar 24 2021 Arjen de Korte <suse+build@de-korte.org>
  - update spamassassin to 3.4.5
    * In this release, there are bug fixes for one CVE:
      CVE-2020-1946 for Malicious rule configuration (.cf) files can
      be configured to run system commands (boo#1184221)
    * Improvements to OLEVBMacro and AskDNS plugins
    * Received and EnvelopeFrom headers matching improvements
    * userpref SQL schema fixes
    * rbl and hashbl evaluation improvements
    * fix for non working TxRep tag names
    * man page fixes
  - Update download links
* Fri Feb 12 2021 Pedro Monreal <pmonreal@suse.com>
  - Relax the crypto policies for the test-suite. This will allow the
    tests that use certificates with small key lengths to pass.

Files

/etc/mail/spamassassin/iXhash2.cf
/usr/lib/perl5/vendor_perl/5.38.2/Mail/SpamAssassin/Plugin/iXhash2.pm
/usr/share/doc/packages/perl-Mail-SpamAssassin-Plugin-iXhash2
/usr/share/doc/packages/perl-Mail-SpamAssassin-Plugin-iXhash2/CHANGELOG
/usr/share/doc/packages/perl-Mail-SpamAssassin-Plugin-iXhash2/README
/usr/share/licenses/perl-Mail-SpamAssassin-Plugin-iXhash2
/usr/share/licenses/perl-Mail-SpamAssassin-Plugin-iXhash2/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 10 23:23:35 2024