spamhaus / rspamd-dqs

Spamhaus code for RSPAMD Plugin. See https://docs.spamhaustech.com/40-real-world-usage/Rspamd/000-intro.html for instructions
Apache License 2.0
60 stars 11 forks source link

Fix memory leaks #27

Closed pmcintyre closed 5 months ago

pmcintyre commented 5 months ago

Work around rspamd_regexp bug by rewriting URL normalization regexes into lua patterns. Translation is not exact but good enough for current regexes in use by spamhaus. Rewrite cryptowallet matching, no longer use async calls from regex conditions, but use a regular filter_words on text parts.