Tip of the day: UnrealIRCd 6 uses GeoIP by default. It is shown in WHOIS but also available as country in mask items,for example it can be used in the TLD Block to serve a Spanish MOTD to people in Spanish speaking countries. |
Translations:Spamfilter/3/en
Jump to navigation
Jump to search
| Item | Explanation & possible options | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| add / del | Indicates if you want to add or remove a spamfilter | |||||||||||||||||||||||||||||||||
| match-type | The type of match string you're going to use (see also the examples later on). There are two choices:
| |||||||||||||||||||||||||||||||||
| target | specifies the target type, the targets this spamfilter will look into:
You can (and often will) specify multiple targets, like: cpNn | |||||||||||||||||||||||||||||||||
| action | specifies the action to be taken, such as kline. See Actions for a list of all possible actions. | |||||||||||||||||||||||||||||||||
| tkltime | The duration of the *line/shun added by the filter. Use '-' to use the default or to skip (eg: if action is 'block') | |||||||||||||||||||||||||||||||||
| reason | Block/*line/shun reason.. you CANNOT use spaces in this, but underscores ('_') will be translated into spaces at runtime. And double underscore ('__') gets an underscore ('_'). Again, use '-' to use the default reason. | |||||||||||||||||||||||||||||||||
| match-string | This is the actual string that should be blocked or that we should perform the specified action on. The syntax of this string depends on the match-type. See also examples below. |