From c4fe288ecc33c3e3799298f112117c79876749fa Mon Sep 17 00:00:00 2001 From: Hanno 'Rince' Wagner Date: Tue, 4 Apr 2017 13:25:52 +0200 Subject: [PATCH] comment out the tryplugin-directive --- common/common_spam | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/common/common_spam b/common/common_spam index 84addfd..dceecbb 100644 --- a/common/common_spam +++ b/common/common_spam @@ -24,10 +24,11 @@ include relay_blacklists include auto_response_spam # this is a set of image-specific spam rules -tryplugin Mail::SpamAssassin::Plugin::ImageInfo -if (plugin (Mail::SpamAssassin::Plugin::ImageInfo)) - include image_spam -endif +# but this is forbidden from the global config, so I disable it to prevent error messsages +#tryplugin Mail::SpamAssassin::Plugin::ImageInfo +#if (plugin (Mail::SpamAssassin::Plugin::ImageInfo)) +# include image_spam +#endif meta DIGEST_MULTIPLE RAZOR2_CHECK + PYZOR_CHECK > 1 describe DIGEST_MULTIPLE Message hits more than one network digest check -- 2.39.2