Each function can have an enable property. The values can be true, false, on, or off. The management console uses these parameters to turn certain directives on or off.
The following example enables enumeration for text/html and disables enumeration for text/plain:
# Perform the enumeration on HTML only Enumerate enable=true fn=enumerate-urls max=1024 type=text/html Enumerate enable=false fn=enumerate-urls-from-text max=1024 type=text/plain |
Adding an enable=false property or an enable=off property has the same effect as commenting the line. These properties are used because the management console does not write comments.