reference:spamrules_statement_star_ifsupport

This is an old revision of the document!


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

*IFSUPPORT <command|function>
  • 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

*IFSUPPORT IfInBag
 IfInBag MyBag "value"
# Statements
 EndIf
*ENDIF
reference/spamrules_statement_star_ifsupport.1314088112.txt.gz · Last modified: 2018/11/14 10:44 (external edit)