Mailing List Archive

svn commit: r312748 - in /spamassassin/trunk: MANIFEST lib/Mail/SpamAssassin/Conf.pm rules/10_default_prefs.cf spamassassin.raw
Author: sidney
Date: Mon Oct 10 14:11:33 2005
New Revision: 312748

URL: http://svn.apache.org/viewcvs?rev=312748&view=rev
Log:
Move 10_misc.cf to rules directory and change name to 10_default_prefs.cf. Change file name in documentation files

Added:
spamassassin/trunk/rules/10_default_prefs.cf
- copied unchanged from r312730, spamassassin/rules/trunk/core/10_misc.cf
Modified:
spamassassin/trunk/MANIFEST
spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
spamassassin/trunk/spamassassin.raw

Modified: spamassassin/trunk/MANIFEST
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/MANIFEST?rev=312748&r1=312747&r2=312748&view=diff
==============================================================================
--- spamassassin/trunk/MANIFEST (original)
+++ spamassassin/trunk/MANIFEST Mon Oct 10 14:11:33 2005
@@ -159,7 +159,7 @@
masses/tenpass/split-log-into-buckets-random
masses/validate-model
procmailrc.example
-rules/10_misc.cf
+rules/10_default_prefs.cf
rules/20_advance_fee.cf
rules/20_body_tests.cf
rules/20_compensate.cf

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?rev=312748&r1=312747&r2=312748&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm Mon Oct 10 14:11:33 2005
@@ -1486,7 +1486,7 @@
=item report ...some text for a report...

Set the report template which is attached to spam mail messages. See the
-C<10_misc.cf> configuration file in C</usr/share/spamassassin> for an
+C<10_default_prefs.cf> configuration file in C</usr/share/spamassassin> for an
example.

If you change this, try to keep it under 78 columns. Each C<report>
@@ -1547,7 +1547,7 @@
=item unsafe_report ...some text for a report...

Set the report template which is attached to spam mail messages which contain a
-non-text/plain part. See the C<10_misc.cf> configuration file in
+non-text/plain part. See the C<10_default_prefs.cf> configuration file in
C</usr/share/spamassassin> for an example.

Each C<unsafe-report> line appends to the existing template, so use

Modified: spamassassin/trunk/spamassassin.raw
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/spamassassin.raw?rev=312748&r1=312747&r2=312748&view=diff
==============================================================================
--- spamassassin/trunk/spamassassin.raw (original)
+++ spamassassin/trunk/spamassassin.raw Mon Oct 10 14:11:33 2005
@@ -583,7 +583,7 @@
lexical order (most files begin with two numbers to make the sorting
order obvious).

-In other words, it will read F<init.pre> first, then F<10_misc.cf> before
+In other words, it will read F<init.pre> first, then F<10_default_prefs.cf> before
F<50_scores.cf> and F<20_body_tests.cf> before F<20_head_tests.cf>.
Options in later files will override earlier files.