Module vsmtp_plugin_vsl::objects::constructors
source · Expand description
vSL objects declaration functions.
Functions
- an email address (jones@foo.com)
- A SMTP code with the code and message as parameter.
- the content of a file.
- a valid fully qualified domain name (foo.com)
- a user identifier.
- Build an ip4 address. (a.b.c.d)
- Build an ip6 address. (x:x:x:x:x:x:x:x)
- a regex (^[a-z0-9.]+@foo.com$)
- an ip v4 range. (a.b.c.d/range)
- an ip v6 range. (x:x:x:x:x:x:x:x/range)
Type Definitions
- An object from the vSL rhai superset.