NethServer / dev

NethServer issue tracker
https://github.com/NethServer/dev/issues
63 stars 20 forks source link

Upgrade rspamd-1.8.1 #5608

Closed stephdl closed 5 years ago

stephdl commented 5 years ago

Steps to reproduce

[root@prometheus ~]# rspamadm configtest
CPU doesn't have SSSE3 instructions set required for hyperscan, disable it
CLAM_VIRUS [clamav]: Using attachments_only is deprecated. Please use scan_mime_parts = false instead
symbol 'symbol' has its score defined but there is no corresponding rule registered
syntax OK
[root@prometheus ~]# grep -srni 'words_decay' /etc/rspamd/
/etc/rspamd/options.inc:37:words_decay = 600;
/etc/rspamd/rspamd.conf:56:words_decay = 200;

Expected behavior

Option scan_mime_parts = false is used instead of attachments_only and ` see https://rspamd.com/doc/modules/antivirus.html

  #attachments_only = true; # Before 1.8.1
  #scan_mime_parts = true; # After 1.8.1

words_decay` is set to 600, see https://rspamd.com/doc/migration.html#fuzzy-and-bayes-misses-for-large-text-messages

Actual behavior

we do not use /etc/rspamd/rspamd.conf:56:words_decay = 600; and we still use attachments_only which is obsolete by 1.8.1

Components

rspamd-1.8.1

stephdl commented 5 years ago

rspamd-1.8.1 pushed to testing

nethbot commented 5 years ago

in 7.5.1804/testing:

nethbot commented 5 years ago

in 7.5.1804/testing:

gsanchietti commented 5 years ago

Verified.

nethbot commented 5 years ago

in 7.5.1804/updates: