# Patterns for check_ct plugin # There is no escaping. First token, the verb, is "what to check" - # either "re" (whole header), or "name" (value of "name=" attribute). # Then, after whitespace, goes regular expression, enclosed in the # same character which is not present inside the pattern. There is # no escaping. The final separator character may be immediately # followed by the character 'i' which means "ignore case". Then, # the rest of the line after whitespace is interpreted as a string # to put into 550 response. # name - check just "name=..." value name /^.*\.(pif|scr)$/i 5.7.0 dangerous attachment name # re - match regexp around the whole header re %text/html%i 5.7.0 HTML mail not accepted here