User Tools

Site Tools


reference:spamrules_statement_star_ifsupport
no way to compare when less than two revisions

Differences

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


Previous revision
reference:spamrules_statement_star_ifsupport [2018/11/14 10:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +======Spam Filter Rules: *IFSUPPORT======
 +^Statement  |*IFSUPPORT |
 +^Version  |2.2.5+ |
 +^Purpose  |Allows the script to determine whether a particular command or function is supported by the installed version of VPOP3 |
  
 +The ***IFSUPPORT** statement requires a command or a function, in the format
 +<code>
 +*IFSUPPORT <command|function>
 +</code>
 +
 +  * All ***IFSUPPORT** statements must be followed by a ***ENDIF** statement
 +  * The statements between the ***IFSUPPORT** and the corresponding ***ENDIF** statement are not parsed, so will not cause syntax errors if they involve unrecognised commands.
 +
 +=====Example=====
 +<code>
 +*IFSUPPORT IfInBag
 + IfInBag MyBag "value"
 +# Statements
 + EndIf
 +*ENDIF
 +</code>
reference/spamrules_statement_star_ifsupport.txt · Last modified: 2018/11/14 10:45 by 127.0.0.1