String or file
From ASSPSMTP
Some regular expression fields in ASSP's configuration settings can contain a pipe-delimited string or a reference to a text file containing multiple lines of strings. Settings fields that allow this versatile use are marked with an asterisk (*).
Example pipe-delimited string
string1|string2|string3
Example relative-path file reference
file:files/<filename>.txt
- Specifying a text file is path-relative to the ASSP directory.
Example path-relative file contents
string1 string2 string3a|string3b|string3c
- Regular expressions are typically listed one per line for readability, but pipe-delimited strings can also be used per line.


