# -*- mode: spamassassin -*- ifplugin Mail::SpamAssassin::Plugin::ImageInfo body ONE_PNG eval:image_count('png',1,1) describe ONE_PNG Contains exactly one png attachment score ONE_PNG 0.5 body MOSTLY_PNG_IMAGE eval:image_to_text_ratio('png',0,0.2) describe MOSTLY_PNG_IMAGE Contains mostly png image, with little text score MOSTLY_PNG_IMAGE 2 body VIAGRA_IMG_SIZE eval:image_size_range('png',370,390,405,425) describe VIAGRA_IMG_SIZE Matches the size of viagra images score VIAGRA_IMG_SIZE 2 endif