Mailing List Archive

[Spamassassin Wiki] Update of "ReplaceTags" by JustinMason
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by JustinMason:
http://wiki.apache.org/spamassassin/ReplaceTags

------------------------------------------------------------------------------
= The ReplaceTags Plugin =

- This SpamAssassin plugin module allows you to create various character-classes and use them in your rules. The basic advantage is that you don't have to write huge rules, which are harder to debug, but can use more readable shortcuts. Anotherone is that it gets pretty easy to extend rules by only modifying the class. It is also pretty customizeable for individual start/end tags and which tests are parsed.
+ This SpamAssassin plugin module allows you to create various character-classes and use them in your rules. The basic advantage is that you don't have to write huge rules, which are harder to debug, but can use more readable shortcuts. Another one is that it gets pretty easy to extend rules by only modifying the class. It is also pretty customizeable for individual start/end tags and which tests are parsed.
+
+ '''NOTE: this plugin is included with SpamAssassin 3.1.0 by default.'''

== Code ==

@@ -307, +309 @@

replace_class CUR [\$\xa5\xa3\xa4\xa2]
}}}

-