[Rspamd-Users] Rspamd 1.9.2 has been released
Aste
aste at sveiks.lv
Wed Apr 24 10:57:30 UTC 2019
Hi!
After ugrade to 1.9.2 this error started to appear in log
12035(rspamd_proxy) <d88074>; lua; lua_squeeze_rules.lua:59: error in squeezed rule MIME_TYPES_CALLBACK: /usr/share/rspamd/plugins/mime_types.lua:1093: attempt to compare boolean with string
Any idea what causes this error?
debug level log:
#12035(rspamd_proxy) <a9aaae>; lua_squeeze; lua_squeeze_rules.lua:55: call for: MIME_TYPES_CALLBACK
#12035(rspamd_proxy) <a9aaae>; task; insert_metric_result: symbol MIME_TRACE, score 0.00, factor: 0
#12035(rspamd_proxy) <a9aaae>; task; insert_metric_result: symbol MIME_GOOD, score -0.10, factor: -0.1
#12035(rspamd_proxy) <a9aaae>; task; insert_metric_result: symbol MIME_TRACE, score 0.00, factor: 0
#12035(rspamd_proxy) <a9aaae>; task; insert_metric_result: symbol MIME_TRACE, score 0.00, factor: 0
#12035(rspamd_proxy) <a9aaae>; lua; lua_squeeze_rules.lua:59: error in squeezed rule MIME_TYPES_CALLBACK: /usr/share/rspamd/plugins/mime_types.lua:1093: attempt to compare boolean with string
Best regards
Aste
Tuesday, April 16, 2019, 7:43:01 PM, you wrote:
VS> We have released Rspamd 1.9.2 today.
VS> This release contains some new features and bug fixes. The only
VS> potentially slashing changes are the changes in Clickhouse module:
VS> - Times are now stored in GMT timezone so you can use Clickhouse for
VS> analytics that crosses time zones. The potential drawback is the
VS> mess with the currently stored data. This should be resolved
VS> automatically once new data arrives.
VS> - Clickhouse schema has been updated to the version 4 with new fields
VS> and some minor changes. The existing database should be converted
VS> automatically and there are no incompatible changes in columns.
VS> This release includes the following features.
VS> Improvements in Clickhouse plugin
VS> Rspamd now stores more data in Clickhouse:
VS> - Mime recipients
VS> - Message IDs
VS> - Scan time for a message, both normal and virtual
VS> - SPF checks results
VS> - Some new calculated columns, such as MIMERcpt, MIMEFrom, SMTPFrom
VS> and SMTPRcpt
VS> These columns are intended to improve analytical capabilities of
VS> Clickhouse plugin.
VS> OpenDKIM compatible DKIM signing setup
VS> This version now includes a simplified DKIM signing setup option
VS> inspired with OpenDKIM.
VS> You can read more about it here:
VS> https://rspamd.com/doc/modules/dkim_signing.html#use-of-signing_table
VS> This mode is intended to simplify migration from the existing setups
VS> based on OpenDKIM to Rspamd.
VS> Better encrypted archives support
VS> Rspamd can now properly detect encryption in ZIP archives. Mime types
VS> plugin now also tries to resolve hex encoding hack used by some spammers
VS> to send malware to users (see PR 2582).
VS> Calendar files parser
VS> From the version 1.9.2, Rspamd can extract meaningful data from Calendar
VS> files in iCal format (.ics files). These files are sometimes used by
VS> spammers so Rspamd can now extract hyperlinks and emails from calendar
VS> attachments to improve filtering quality.
VS> New rspamadm dns_tool utility
VS> It is now possible to do some DNS checks with the new tool. For example,
VS> it is now possible to verify SPF records as they are observed by Rspamd,
VS> including elements extraction, for example a or mx and verification of
VS> the IP addresses. Here is how it looks like:
VS> Better bitcoin addresses detection
VS> We have improved bitcoin addresses detection by fixing some issues in
VS> the BTC wallet validation code. It now allows to catch Pay-To-Script
VS> addresses.
VS> Full list of the meaningful changes
VS> - [Conf] Allow to load users plugins from plugins.d
VS> - [Conf] oversign openpgp and autocrypt headers
VS> - [Feature] Add SPF FFI library for Lua
VS> - [Feature] Add more verbosity for SPF caching
VS> - [Feature] Antivirus: Handle encrypted files specially
VS> - [Feature] Clickhouse: Slashing - add new fields to CH
VS> - [Feature] Dkim_signing: Add OpenDKIM like signing_table and
VS> key_table
VS> - [Feature] Dkim_signing: Allow to use new options as maps
VS> - [Feature] Import fpconv library
VS> - [Feature] Lua_maps: Allow static regexp and glob maps
VS> - [Feature] Parse ical files
VS> - [Feature] Rspamadm: Add dns_tool utility
VS> - [Feature] Store SPF records digests
VS> - [Feature] Use fpconv girsu2 implementation for printing floats
VS> - [Fix] Clickhouse: Use integer seconds when inserting rows
VS> - [Fix] Fix floating point printing
VS> - [Fix] Fix processing of embedded urls
VS> - [Fix] Lua_clickhouse: Fix CH errors processing
VS> - [Fix] Make spf digest stable
VS> - [Fix] Properly detect encrypted files in zip archives
VS> - [Fix] Slashing: Store times in GMT timezone in ClickHouse
VS> - [Rules] Add additional conditions to perform BTC checks
VS> - [Rules] Fix pay-to-hash addresses validation
More information about the Users
mailing list