Fulltext results:
- Spam Filter Rules: DBQueryOne @reference
- performs a query on the spam filter database and returns a single value which is either the value of a rec... unt', 'sum', 'avg', 'first' or 'last' * max - returns the maximum value (treated as strings) * maxnum - returns the maximum value (treated as numbers) * maxi - returns the maximum value of lower case strings * min
- Spam Filter Rules: Assignments @reference
- not spam) and 100 (spam). |2.1.7+ | ^GetDateNow |Returns the current date as the number of days since 1st January 1601 (in UTC time) |2.2.1+ | ^ABS |Returns the absolute value of the following value <code>$... S -3</code> would make ${x} = 3 |2.2.1+ | ^CEIL |Returns the smallest integer value which is greater than ... (CEIL 3.1 = 4, CEIL -3.1 = -3) |2.2.1+ | ^FLOOR |Returns the largest integer value which is smaller than o
- Attachment Processing Script @reference
- led when VPOP3 is about to process a message * returns True if the Lua script wants to alter any of the ... e an attachment due to Attachment Filtering) * returns True if the Lua script wants to rewrite/rename th... ilterVariables) * type = MIME or UUENCODE * returns two values, the first is the new filename, the se... tten (eg because of 'NeedsRewrite' function) * returns new Content-Disposition MIME header line ====IsL
- Lua SMTP MX Server Rules @reference
- heckCache("<Domain>", numRetries, messageSize)'' returns true if VPOP3's DNS cache should be used, or fals... Overrides("<Domain>", numRetries, messageSize)'' returns **DNS Server Map**, **continue** If **continue**... ver>", numRetries, messageSize, defaultResult)'' returns true if the MX server is OK to use, false if it s
- Spam Filter Rules: Variables @reference
- ult is 50,000) |2.3.9+ | ^${CanChangeCheckSize} |Returns '1' if this version of VPOP3 allows the script to... ionCheckSize}** value |2.3.11+ | ^${AuthSender} |Returns the authenticated sender's username if the messag... d using SMTP |2.4.5+ | ^${AnyInvalidRecipients} |Returns '1' if any recipients of the message are non-exis
- AutoresponderList and AutoresponderGlobalList Replacements @mailapi
- ndergloballist~ Required parameter: None This returns a JSON structure listing all the autoresponder details available. **autoresponderlist** returns the personal autoresponder details. **autorespondergloballist** returns the global autoresponder details defined by the a
- ListServer Commands @reference
- t name//, not the email address of the list This returns a list of the email addresses of the current list... list settings. ===Which=== Use **which**. This returns a list of the mailing lists on this ListServer wh... re a member of. ===Lists=== Use **lists**. This returns a list of public mailing lists which the ListServ
- Archive Script @reference
- stomStore_Check==== CustomStore_Check() * Returns an empty string if the custom store is accessible... will be referred to using 'archive_filename' * Returns two values - Upload succeeded (true/false) ... Checks if 'archive_filename' is available on the custom store * Returns true if the file is available
- VPOP3.HexString @reference
- HexString====== Added in VPOP3 8.7 This function returns a Hex string encoding of the supplied parameter ... e [[VPOP3.HMAC]] or [[Lua Hashing Functions]] It returns a string containing the Hex encoding of the string - 2 characters per byte, in lower case. If there was an error, it returns a Nil value
- VPOP3.Base64 @reference
- P3.Base64====== Added in VPOP3 8.7 This function returns a Base64 string encoding of the supplied paramete... the [[VPOP3.HMAC]] or [[Lua Hash Functions]] It returns a string containing the Base64 encoding. If there was an error, it returns a Nil value
- Lua SMTP Relay Control @reference
- he response from the ISP The function optionally returns a string which contains the new full response. Th... This function is intended to be used if the ISP returns inappropriate return codes. For instance, some IS... he message header lines in raw form The function returns an Actions object saying what to do with the mess
- VPOP3.PostgresQuery @reference
- ' performs a query on the PostgreSQL database and returns the results in a table It takes a single paramet... ry must have the schema specified). The function returns two values. The first is a table containing the r
- Lua SMTP MX Control @reference
- he message header lines in raw form The function returns an Actions object saying what to do with the mess... - the VPOP3 Connection/Sender name The function returns an Actions object saying what to do with the mess
- DMARC Reporter Script @reference
- report ID>, <list of recipients>) The function returns a table containing the new recipient email addres... Sender name>, <Submitter domain>) The function returns values: - The sender email address to use - T
- VPOP3.UnBase64 @reference
- original data VPOP3.UnBase64(base64-text) It returns a table containing the decoded data bytes - one byte per table entry. If there was an error, it returns a Nil value