User Tools

Site Tools


reference:spamrules_statement_if

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
reference:spamrules_statement_if [2011/08/22 11:44] – created simonreference:spamrules_statement_if [2018/11/14 10:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
-======Spam Filter Rules: ======+======Spam Filter Rules: If======
 ^Statement  |If | ^Statement  |If |
 ^Version  |2.1.7+ | ^Version  |2.1.7+ |
Line 7: Line 7:
  
 ^==  |Test for equality | ^==  |Test for equality |
-^=  |Same as == | +^=  |::: | 
-^< |Test for less than or equal |+^<>  |Test for inequality | 
 +^! |::: 
 +^<nowiki><=</nowiki>  |Test for less than or equal |
 ^> |Test for greater than or equal | ^> |Test for greater than or equal |
 ^<  |Test for less than | ^<  |Test for less than |
 ^>  |Test for greater than | ^>  |Test for greater than |
-^<>  |Test for inequality | 
-^!=  |Same as <> | 
  
   * There must be a space on either side of the relational operator.   * There must be a space on either side of the relational operator.
   * All **If** statements must be followed by an **EndIf** statement   * All **If** statements must be followed by an **EndIf** statement
 +  * You may optionally include an **Else** statement
  
  
Line 35: Line 36:
 </code> </code>
  
-You may optionally include an **Else** statement, for instance+Using the **Else** statement
 <code> <code>
 If ${score} < 100 If ${score} < 100
reference/spamrules_statement_if.1314009898.txt.gz · Last modified: 2018/11/14 10:44 (external edit)