User Tools

Site Tools


reference:spamrules_statement_star_ifsupport

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.txt · Last modified: 2018/11/14 10:45 by 127.0.0.1