Mailing List Archive

svn commit: r439385 - /spamassassin/rules/trunk/core/20_compensate.cf
Author: jm
Date: Fri Sep 1 10:24:40 2006
New Revision: 439385

URL: http://svn.apache.org/viewvc?rev=439385&view=rev
Log:
ALL_TRUSTED should be a userconf rule, since it depends on the results of user configuration via trusted_networks

Modified:
spamassassin/rules/trunk/core/20_compensate.cf

Modified: spamassassin/rules/trunk/core/20_compensate.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/core/20_compensate.cf?rev=439385&r1=439384&r2=439385&view=diff
==============================================================================
--- spamassassin/rules/trunk/core/20_compensate.cf (original)
+++ spamassassin/rules/trunk/core/20_compensate.cf Fri Sep 1 10:24:40 2006
@@ -38,7 +38,7 @@
# The message was never sent via an untrustworthy host.
header ALL_TRUSTED eval:check_all_trusted()
describe ALL_TRUSTED Passed through trusted hosts only via SMTP
-tflags ALL_TRUSTED nice
+tflags ALL_TRUSTED nice userconf

header NO_RELAYS eval:check_no_relays()
tflags NO_RELAYS nice userconf