Fulltext results:
- Spam Filter Rules: Assignments @reference
- am Filter Rules: Assignments====== You can assign values to variables using the syntax <code> ${variable} = value | ${variable} </code> =====Assignment operators=... following assignment operators: ^= |Specify the value of the variable to equal the value after the assignment operator | ^+= |Add the numeric value after the
- SMTP Server Lua Scripting @reference
- ry in the form of a single number (so a resulting value of '127.0.0.1' which be stored as 0x0100007f or 1... lt VPOP3 welcome text will be used, or the return value from the **Start()** function if any. Otherwise t... ELO// command At session start the **<hostname>** value is the SMTP client IP address. At the //EHLO/HELO... t receives a //EHLO// command The **<hostname>** value is the value of the parameter to the //EHLO// com
- Spam Filter Rules: DBQueryOne @reference
- on the spam filter database and returns a single value which is either the value of a record or an aggregate of several records. The **DBQueryOne** statement requires a component name, key, operator and value, in the format DBUpdate <component name> <type>... 'first' or 'last' * max - returns the maximum value (treated as strings) * maxnum - returns the m
- Spam Filter Rules: DBUpdate @reference
- ment requires a component name, key, operator and value, in the format DBUpdate <component name> <key> <operator> <value> * If the record does not exist, then it will ... +=, -=, .=, upper or lower * = sets the record value to the specified value * += adds the specified value to record value (assumed numeric) * -= subtract
- Lua SMTP Relay Control @reference
- e global variable * UseBATV - this is a boolean value saying whether to [[http://en.wikipedia.org/wiki/... riables * VerifyCertificate - this is a boolean value saying whether to verify the SSL certificate when... rt** which takes no parameters, and has no return value. This can be used for initialisation, or for chan... ted** which takes no parameters and has no return value. The **ConnectedServer** global variable is set j
- Spam Filter Rules: AddBag @reference
- |AddBag | ^Version |2.2.1+ | ^Purpose |Adds a value into a 'bag' containing a collection of values, creating the bag if necessary | The **AddBag** statement requires a type, bag name and value, in the format AddBag <type> <bag name> <value> *<type> may be either 'unique' or 'multi' *If <ty
- Spamfilter database comparators @reference
- allow comparators which are listed below If the value specified in the statement is numeric: * = or == compare numeric values for equality * <> or != compare numeric values for inequality * <, >, <=, >= do standard numeric comparisons * If the value specified in the statement is non-numeric: * =
- SMTP Service - Filtering @reference
- a which can be checked are: * **Subject** - the value of the message's 'Subject' header field * **From** - the value of the message's 'From' header field * **To** - the value of the message's 'To' header field * **Cc** - the value of the message's 'Cc' header field * **Return-P
- Lua SMTP MX Control @reference
- me on disk * Actions - An object containing the values: **ForceLastTry**, **SkipSend**, **Reason**, **P... S * ReturnPath - The message sender/return path value * Recipients - A table containing a list of rec... tions parameter. The Actions object contain four values: * ForceLastTry - if this is true, then this a... on - this is logged as the reason if the SkipSend value is true. =====Remote Server Settings===== If you
- Spam Filter Rules: RemoveBag @reference
- Version |2.2.1+ | ^Purpose |Removes a specified value from a bag | The **RemoveBag** statement requires a bag name and a value, in the format RemoveBag <bag name> <value> *If the value is found in the bag, it is removed *If a value occurs multiple times, only the first
- Spamfilter White/Blacklists @reference
- <number> - compare the addcount to the specified value (whitelist only). //e.g. addcount>100// - **fin... <number> - compare the findcount to the specified value. //e.g. findcount<75// - **initiallyadded** <co... which initially added the entry to the specified value (using wildcards). //e.g. addedby:fred*// - **a... ch automatically added the entry to the specified value (using wildcards) (whitelist only). //e.g. autoad
- Spam Filter Rules: IfInBag @reference
- rsion |2.3.7+ | ^Purpose |Checks if a specified value is in a particular bag | The **IfInBag** statement requires a bag name and value, in the format IfInBag <bag name> <value> *All **IfInBag** statements must be followed by an **EndI... optionally include an **Else** statement *The <value> can either be a simple string, a regular express
- Spam Filter Rules: DefineSetting @reference
- ^Purpose |Defines a generic setting, the default value and description | The **DefineSetting** statement requires a name, default value and description, in the format DefineSetting "<name>" <default value> "<description>" Defining settings like this all... eave blank for none)" </code> Entering a setting value into the log file <code> #This logs the 'Redirect
- Repairing corrupted database @how_to
- u get an 'unexpected chunk number error for toast value..' in the messages.msgdata table then this means ... links between the main table data and the 'toast' values, or within the 'toast' value itself has been damaged. A similar problem is an "Invalid page header in ... s then INSERT INTO badids (msgdataid) VALUES(badid); raise notice 'data for messa
- Spam Filter Rules: BulkScan @reference
- ch specifier> requires a data parameter, a search value and a modification value, in the format <data> <search> <modification value> VPOP3 goes through all of the search specifiers b... dBulkScan statements. Where there is a match, the value of the specified variable is increased by the <mo