]> git.proxmox.com Git - pmg-api.git/commit
ruledb: spam: adapt to spamassassin 4.0.0
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 13 Mar 2023 21:23:44 +0000 (22:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Mar 2023 15:51:28 +0000 (16:51 +0100)
commitdc39f5ecd0eb763c14d1e9ba633b8472f57ecdb0
treea9253872c9ef791e37f419e0f2d3659da4fbea40
parent8b0adf1cde4c9f2e6dac095e3ec7034226eafe71
ruledb: spam: adapt to spamassassin 4.0.0

find_all_addrs_in_line was changed to require an instantiated
Mail::SpamAssassin instance in:
https://github.com/apache/spamassassin/commit/139adfb5901b27fa13dccbf3a66c53ca7613f733
(read-only git mirror of the authoritative SVN)

Noticed while using `mutt` and bouncing mails, which adds Resent
headers.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PMG/RuleDB/Spam.pm