From: Don Armstrong <don@debian.org>
Date: Wed, 6 May 2009 01:52:29 +0000 (+0000)
Subject:  * switch to if plugin() instead of ifplugin
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=edecc55f42910dfa2d35789af6124759d522a181;p=spamassassin_config.git

 * switch to if plugin() instead of ifplugin


git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@307 0b7a5b0c-1f2c-0410-bd74-c376f8064c91
---

diff --git a/common/common_spam b/common/common_spam
index aa5e29b..0bb0038 100644
--- a/common/common_spam
+++ b/common/common_spam
@@ -21,7 +21,7 @@ include auto_response_spam
 
 # this is a set of image-specific spam rules
 tryplugin Mail::SpamAssassin::Plugin::ImageInfo
-ifplugin Mail::SpamAssassin::Plugin::ImageInfo
+if plugin(Mail::SpamAssassin::Plugin::ImageInfo)
    include image_spam
 endif