Difference between revisions of "OrbiterWiki:SpamBlacklist"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
#<!-- leave this line exactly as it is --> <pre> | #<!-- leave this line exactly as it is --> <pre> | ||
− | # | + | # This page is a blacklist describing all patterns which are not allowed to |
+ | # exist in any saved page. If any of the regexps matches, the save is blocked | ||
+ | # and the user gets an explanation. | ||
+ | # | ||
+ | # The format is as follows: | ||
+ | # 1. Anything following a # is a comment. | ||
+ | # 2. Every line is a regular expression. | ||
+ | # 3. To simplify entering URLs, start the line with the text <URL>. For example: | ||
+ | # <URL>spamsite\.com | ||
+ | # is the same as | ||
+ | # http://[a-z0-9_\-.]*spamsite\.com | ||
+ | # | ||
+ | # Please remember to escape special characters with a backslash. If you don't | ||
+ | # know much about regular expressions, you may want to Google for "perl regular | ||
+ | # expressions" and possibly also have a look at | ||
+ | # http://uk.php.net/manual/en/reference.pcre.pattern.syntax.php | ||
+ | |||
<URL>spamtestsite\.com | <URL>spamtestsite\.com | ||
SoMeSpAm\d\d\dREGEXP | SoMeSpAm\d\d\dREGEXP | ||
+ | \<div style=\"overflow\:auto\;height\:1px\;\"\> | ||
+ | |||
#</pre> <!-- leave this line exactly as it is --> | #</pre> <!-- leave this line exactly as it is --> |
Revision as of 22:55, 2 May 2006
#
# This page is a blacklist describing all patterns which are not allowed to # exist in any saved page. If any of the regexps matches, the save is blocked # and the user gets an explanation. # # The format is as follows: # 1. Anything following a # is a comment. # 2. Every line is a regular expression. # 3. To simplify entering URLs, start the line with the text <URL>. For example: # <URL>spamsite\.com # is the same as # http://[a-z0-9_\-.]*spamsite\.com # # Please remember to escape special characters with a backslash. If you don't # know much about regular expressions, you may want to Google for "perl regular # expressions" and possibly also have a look at # http://uk.php.net/manual/en/reference.pcre.pattern.syntax.php <URL>spamtestsite\.com SoMeSpAm\d\d\dREGEXP \<div style=\"overflow\:auto\;height\:1px\;\"\> #