20_compensate.cf   [plain text]


# SpamAssassin rules file: compensation for common false positives
#
# Please don't modify this file as your changes will be overwritten with
# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
# See 'perldoc Mail::SpamAssassin::Conf' for details.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of either the Artistic License or the GNU General
# Public License as published by the Free Software Foundation; either
# version 1 of the License, or (at your option) any later version.
#
# See the file "License" in the top level of the SpamAssassin source
# distribution for more details.
#
###########################################################################
# Header compensation tests
#
# Note: HTML compensation tests are in 20_body_tests.cf

require_version @@VERSION@@

# support for Habeas sender-warranted email: http://www.habeas.com/
header HABEAS_SWE               eval:message_is_habeas_swe()
describe HABEAS_SWE             Has Habeas warrant mark (http://www.habeas.com/)
tflags HABEAS_SWE               nice

###########################################################################