GIF89a;
########################################################################### priority USER_IN_WHITELIST -1000 priority USER_IN_DEF_WHITELIST -1000 priority USER_IN_ALL_SPAM_TO -1000 priority SUBJECT_IN_WHITELIST -1000 priority ALL_TRUSTED -950 priority SUBJECT_IN_BLACKLIST -900 priority USER_IN_BLACKLIST_TO -900 priority USER_IN_BLACKLIST -900 priority BAYES_99 -400 ########################################################################### ifplugin Mail::SpamAssassin::Plugin::Shortcircuit # override the default X-Spam-Status line from 10_basic.cf to # include shortcircuit info. (TODO: do we need a better way # to extend the default templates like this?) add_header all Status "_YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTS_ shortcircuit=_SCTYPE_ autolearn=_AUTOLEARN_ version=_VERSION_" header SHORTCIRCUIT eval:check_shortcircuit() describe SHORTCIRCUIT Not all rules were run, due to a shortcircuited rule tflags SHORTCIRCUIT userconf noautolearn endif # Mail::SpamAssassin::Plugin::Shortcircuit