You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2007/05/30 19:22:51 UTC

svn commit: r542882 - /spamassassin/rules/branches/3.2/

Author: dos
Date: Wed May 30 10:22:48 2007
New Revision: 542882

URL: http://svn.apache.org/viewvc?view=rev&rev=542882
Log:
swap /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf for @@LOCAL_RULES_DIR@@/local.cf in cf files

Modified:
    spamassassin/rules/branches/3.2/10_default_prefs.cf
    spamassassin/rules/branches/3.2/20_advance_fee.cf
    spamassassin/rules/branches/3.2/20_body_tests.cf
    spamassassin/rules/branches/3.2/20_compensate.cf
    spamassassin/rules/branches/3.2/20_dnsbl_tests.cf
    spamassassin/rules/branches/3.2/20_drugs.cf
    spamassassin/rules/branches/3.2/20_dynrdns.cf
    spamassassin/rules/branches/3.2/20_fake_helo_tests.cf
    spamassassin/rules/branches/3.2/20_head_tests.cf
    spamassassin/rules/branches/3.2/20_html_tests.cf
    spamassassin/rules/branches/3.2/20_imageinfo.cf
    spamassassin/rules/branches/3.2/20_meta_tests.cf
    spamassassin/rules/branches/3.2/20_net_tests.cf
    spamassassin/rules/branches/3.2/20_phrases.cf
    spamassassin/rules/branches/3.2/20_porn.cf
    spamassassin/rules/branches/3.2/20_ratware.cf
    spamassassin/rules/branches/3.2/20_uri_tests.cf
    spamassassin/rules/branches/3.2/20_vbounce.cf
    spamassassin/rules/branches/3.2/23_bayes.cf
    spamassassin/rules/branches/3.2/25_accessdb.cf
    spamassassin/rules/branches/3.2/25_antivirus.cf
    spamassassin/rules/branches/3.2/25_asn.cf
    spamassassin/rules/branches/3.2/25_dcc.cf
    spamassassin/rules/branches/3.2/25_dkim.cf
    spamassassin/rules/branches/3.2/25_domainkeys.cf
    spamassassin/rules/branches/3.2/25_hashcash.cf
    spamassassin/rules/branches/3.2/25_pyzor.cf
    spamassassin/rules/branches/3.2/25_razor2.cf
    spamassassin/rules/branches/3.2/25_replace.cf
    spamassassin/rules/branches/3.2/25_spf.cf
    spamassassin/rules/branches/3.2/25_textcat.cf
    spamassassin/rules/branches/3.2/25_uribl.cf
    spamassassin/rules/branches/3.2/30_text_de.cf
    spamassassin/rules/branches/3.2/30_text_it.cf
    spamassassin/rules/branches/3.2/30_text_pl.cf
    spamassassin/rules/branches/3.2/50_scores.cf
    spamassassin/rules/branches/3.2/60_awl.cf
    spamassassin/rules/branches/3.2/60_whitelist.cf
    spamassassin/rules/branches/3.2/60_whitelist_dk.cf
    spamassassin/rules/branches/3.2/60_whitelist_dkim.cf
    spamassassin/rules/branches/3.2/60_whitelist_spf.cf
    spamassassin/rules/branches/3.2/60_whitelist_subject.cf
    spamassassin/rules/branches/3.2/72_active.cf

Modified: spamassassin/rules/branches/3.2/10_default_prefs.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/10_default_prefs.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/10_default_prefs.cf (original)
+++ spamassassin/rules/branches/3.2/10_default_prefs.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin basic config file
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/20_advance_fee.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_advance_fee.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_advance_fee.cf (original)
+++ spamassassin/rules/branches/3.2/20_advance_fee.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: advance fee fraud rules (Nigerian 419 scams)
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/20_body_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_body_tests.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_body_tests.cf (original)
+++ spamassassin/rules/branches/3.2/20_body_tests.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: body tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # Note: body tests are run with long lines, so be sure to limit the

Modified: spamassassin/rules/branches/3.2/20_compensate.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_compensate.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_compensate.cf (original)
+++ spamassassin/rules/branches/3.2/20_compensate.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # 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 /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/20_dnsbl_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_dnsbl_tests.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_dnsbl_tests.cf (original)
+++ spamassassin/rules/branches/3.2/20_dnsbl_tests.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: DNS blacklist tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/20_drugs.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_drugs.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_drugs.cf (original)
+++ spamassassin/rules/branches/3.2/20_drugs.cf Wed May 30 10:22:48 2007
@@ -6,7 +6,7 @@
 # to 0.01 and see if they fire off on your daily nonspam.
 #
 # Please don't modify this file as your changes will be overwritten with the
-# next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead. See 'perldoc
+# next update. Use @@LOCAL_RULES_DIR@@/local.cf instead. See 'perldoc
 # Mail::SpamAssassin::Conf' for details.
 #
 # Note: body tests are run with long lines, so be sure to limit the size of

Modified: spamassassin/rules/branches/3.2/20_dynrdns.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_dynrdns.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_dynrdns.cf (original)
+++ spamassassin/rules/branches/3.2/20_dynrdns.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: dynamic-ish rDNS tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # We should write a new ruletype for these, to save typing.

Modified: spamassassin/rules/branches/3.2/20_fake_helo_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_fake_helo_tests.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_fake_helo_tests.cf (original)
+++ spamassassin/rules/branches/3.2/20_fake_helo_tests.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: fake-HELO tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # We should write a new ruletype for these, to save typing.

Modified: spamassassin/rules/branches/3.2/20_head_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_head_tests.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_head_tests.cf (original)
+++ spamassassin/rules/branches/3.2/20_head_tests.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: header tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/20_html_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_html_tests.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_html_tests.cf (original)
+++ spamassassin/rules/branches/3.2/20_html_tests.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: HTML tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/20_imageinfo.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_imageinfo.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_imageinfo.cf (original)
+++ spamassassin/rules/branches/3.2/20_imageinfo.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: Image information tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/20_meta_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_meta_tests.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_meta_tests.cf (original)
+++ spamassassin/rules/branches/3.2/20_meta_tests.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: meta tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # Add meta tests which cover *both* headers and body here.

Modified: spamassassin/rules/branches/3.2/20_net_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_net_tests.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_net_tests.cf (original)
+++ spamassassin/rules/branches/3.2/20_net_tests.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: network tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # Note: body tests are run with long lines, so be sure to limit the

Modified: spamassassin/rules/branches/3.2/20_phrases.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_phrases.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_phrases.cf (original)
+++ spamassassin/rules/branches/3.2/20_phrases.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: phrase tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # Note: body tests are run with long lines, so be sure to limit the

Modified: spamassassin/rules/branches/3.2/20_porn.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_porn.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_porn.cf (original)
+++ spamassassin/rules/branches/3.2/20_porn.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: porn tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # Note: body tests are run with long lines, so be sure to limit the

Modified: spamassassin/rules/branches/3.2/20_ratware.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_ratware.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_ratware.cf (original)
+++ spamassassin/rules/branches/3.2/20_ratware.cf Wed May 30 10:22:48 2007
@@ -4,7 +4,7 @@
 # headers, which provide a nice way for us to catch them.
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/20_uri_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_uri_tests.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_uri_tests.cf (original)
+++ spamassassin/rules/branches/3.2/20_uri_tests.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: URI tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/20_vbounce.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_vbounce.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/20_vbounce.cf (original)
+++ spamassassin/rules/branches/3.2/20_vbounce.cf Wed May 30 10:22:48 2007
@@ -2,7 +2,7 @@
 # virus-blowback, or spam-blowback bounce messages.
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/23_bayes.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/23_bayes.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/23_bayes.cf (original)
+++ spamassassin/rules/branches/3.2/23_bayes.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin basic config file
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_accessdb.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_accessdb.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_accessdb.cf (original)
+++ spamassassin/rules/branches/3.2/25_accessdb.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: accessdb tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_antivirus.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_antivirus.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_antivirus.cf (original)
+++ spamassassin/rules/branches/3.2/25_antivirus.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin - anti-virus rules
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_asn.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_asn.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_asn.cf (original)
+++ spamassassin/rules/branches/3.2/25_asn.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin - ASN rules
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_dcc.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_dcc.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_dcc.cf (original)
+++ spamassassin/rules/branches/3.2/25_dcc.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: dcc tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_dkim.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_dkim.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_dkim.cf (original)
+++ spamassassin/rules/branches/3.2/25_dkim.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin - DKIM rules
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_domainkeys.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_domainkeys.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_domainkeys.cf (original)
+++ spamassassin/rules/branches/3.2/25_domainkeys.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin - DomainKeys rules
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_hashcash.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_hashcash.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_hashcash.cf (original)
+++ spamassassin/rules/branches/3.2/25_hashcash.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin - Hashcash rules
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_pyzor.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_pyzor.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_pyzor.cf (original)
+++ spamassassin/rules/branches/3.2/25_pyzor.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: pyzor rules
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_razor2.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_razor2.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_razor2.cf (original)
+++ spamassassin/rules/branches/3.2/25_razor2.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: razor2 tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_replace.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_replace.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_replace.cf (original)
+++ spamassassin/rules/branches/3.2/25_replace.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin - ReplaceTags configuration
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_spf.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_spf.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_spf.cf (original)
+++ spamassassin/rules/branches/3.2/25_spf.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin - SPF rules
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/25_textcat.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_textcat.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_textcat.cf (original)
+++ spamassassin/rules/branches/3.2/25_textcat.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: language tests
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # Note: body tests are run with long lines, so be sure to limit the

Modified: spamassassin/rules/branches/3.2/25_uribl.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/25_uribl.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/25_uribl.cf (original)
+++ spamassassin/rules/branches/3.2/25_uribl.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin - URIDNSBL rules
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/30_text_de.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/30_text_de.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/30_text_de.cf (original)
+++ spamassassin/rules/branches/3.2/30_text_de.cf Wed May 30 10:22:48 2007
@@ -1,6 +1,6 @@
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/30_text_it.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/30_text_it.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/30_text_it.cf (original)
+++ spamassassin/rules/branches/3.2/30_text_it.cf Wed May 30 10:22:48 2007
@@ -1,6 +1,6 @@
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/30_text_pl.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/30_text_pl.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/30_text_pl.cf (original)
+++ spamassassin/rules/branches/3.2/30_text_pl.cf Wed May 30 10:22:48 2007
@@ -7,7 +7,7 @@
 #
 # Proszê nie modyfikowaæ tego pliku, gdy¿ wszelkie zmiany zostan± nadpisane
 # podczas nastêpnego uaktualnienia. Zamiast tego, proszê u¿ywaæ
-# /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf. Szczegó³y w 'perldoc Mail::SpamAssassin::Conf'
+# @@LOCAL_RULES_DIR@@/local.cf. Szczegó³y w 'perldoc Mail::SpamAssassin::Conf'
 #
 # Ten program   jest  darmowy;  mo¿na  go rozprowadzaæ i/lub  modyfikowaæ  na
 # warunkach Licencji    Artystycznej lub Powszechnej Licencji Publicznej  GNU

Modified: spamassassin/rules/branches/3.2/50_scores.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/50_scores.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/50_scores.cf (original)
+++ spamassassin/rules/branches/3.2/50_scores.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin score file
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/60_awl.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/60_awl.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/60_awl.cf (original)
+++ spamassassin/rules/branches/3.2/60_awl.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: auto-whitelist
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/60_whitelist.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/60_whitelist.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/60_whitelist.cf (original)
+++ spamassassin/rules/branches/3.2/60_whitelist.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: default whitelists
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/60_whitelist_dk.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/60_whitelist_dk.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/60_whitelist_dk.cf (original)
+++ spamassassin/rules/branches/3.2/60_whitelist_dk.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: default DK whitelists
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/60_whitelist_dkim.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/60_whitelist_dkim.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/60_whitelist_dkim.cf (original)
+++ spamassassin/rules/branches/3.2/60_whitelist_dkim.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: default DKIM whitelists
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/60_whitelist_spf.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/60_whitelist_spf.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/60_whitelist_spf.cf (original)
+++ spamassassin/rules/branches/3.2/60_whitelist_spf.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: default SPF whitelists
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/60_whitelist_subject.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/60_whitelist_subject.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/60_whitelist_subject.cf (original)
+++ spamassassin/rules/branches/3.2/60_whitelist_subject.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file: default whitelist/blacklist subject
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>

Modified: spamassassin/rules/branches/3.2/72_active.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/72_active.cf?view=diff&rev=542882&r1=542881&r2=542882
==============================================================================
--- spamassassin/rules/branches/3.2/72_active.cf (original)
+++ spamassassin/rules/branches/3.2/72_active.cf Wed May 30 10:22:48 2007
@@ -1,7 +1,7 @@
 # SpamAssassin rules file
 #
 # Please don't modify this file as your changes will be overwritten with
-# the next update. Use /home/updatesd/tmp/stage/3.2.0/etc/mail/spamassassin/local.cf instead.
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
 # See 'perldoc Mail::SpamAssassin::Conf' for details.
 #
 # <@LICENSE>