Fulltext results:
- SMTP Server Lua Scripting @reference
- OP3 behaviour. VPOP3 will call the following Lua functions in the script at the following times: * **Star... r Lua script. They are accessible to all callback functions in the script, and can often be modified by the ... =====SMTP Server "Start()"===== ''Start()'' This function is called by VPOP3 when the SMTP Server session s... defined. These can be changed by the **Start()** function if desired: * **RBLServers** - table containing
- Scheduled Task Script @reference
- ====Scheduled Task Script====== **Note that this functionality is only available in VPOP3 Enterprise** VPO... cally to do custom background tasks. It can run a function every minute, 5 minutes, hourly or daily. The Lu... sting - ie the script is loaded at start and then functions are called periodically. This mean that script global variables will be maintained between function calls. Start() VPOP3 calls this function wh
- Lua SMTP Relay Control @reference
- connected to (set just before the ServerConnected function call) =====Initialisation===== When VPOP3 starts the send process, it calls the function **Start** which takes no parameters, and has no r... s connected to an SMTP relay server, it calls the function **ServerConnected** which takes no parameters and... dServer** global variable is set just before this function call. =====Return Code Handling===== Starting in
- Scheduling Management Scripts @reference
- .lua in the background, it will periodically call functions in this script at approximately 1 minute, 5 minu... , so any global state will be lost, but different functions are called so the script can pass state to the n... ong-running scripts in the frequent (1 min/5 min) functions as that will slow down other behaviour of VPOP3.... orming that every 1 or 5 minutes may be OK. =====Functions===== ====Start==== VPOP3 calls the ''Start()''
- Lua SMTP MX Control @reference
- r every message which is to be sent VPOP3 calls a function in that script called **CheckFile**. The function signature is: **CheckFile(Filename, Actions, Size, Creat... list of the message header lines in raw form The function returns an Actions object saying what to do with the message. If nothing else, the function should return the Actions parameter. The Actions
- Attachment Processing Script @reference
- ng Script====== (Added in v7.6) This script has functions to allow message attachments to be altered: * ... eded * RewriteAttachment ====NeedsRecode==== function NeedsRecode(filtervariables, attachments_array, m... ents of the whole message ====NeedsRewrite==== function NeedsRewrite(attachmentname, MIMEtype, filtervari... ewrite/rename the attachment ====GetRename==== function GetRename(type, attachmentName, MIMEtype, filterV
- Users.AutoresponderConditions table @reference
- is a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS-POSIX-REGEXP|regular expression match]] of the string surrounded by '/' characters... is a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS-LIKE|case insensitive ILIKE match]] * subject - text string to match to the orig
- User Delivery Script @reference
- will be used instead. The script can contain two functions "PreDeliver" and "DeliverMessage". These functions are called with no parameters, but will have access to ... ed. (Prior to v6.20, only the **DeliverMessage** function is used) =====Global Variables set before functions are called===== * User - the username the message is
- Spamfilter database comparators @reference
- oes a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS-POSIX-REGEXP|POSIX regular expression]] match comparison * !~ does a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS-POSIX-REGEXP|POSIX regular expression]] not-match comparison * ~* does a [[http:
- Management Scripting @reference
- . This will run the script. If you want to test a function then you will need to write a bit of Lua to call the function, eg: myFunction(3); function myFunction(x) print(x * 7); end The **print** output and any r... ua** in the background, it will periodically call functions in this script at approximately 1 minute, 5 minu
- Archive Script @reference
- ipts page in VPOP3 v6.7 and later. VPOP3 calls a function called **ArchiveRules** which should have the fol... pients>, <references>, <header>, <content>) This function should return a string which sets the explanation... ge as normal. A simple example would be: <code> function ArchiveRules(retpath, subject, time, type, from, ... ification for a quote. =====Custom Archive Store functions===== (from VPOP3 v8.4 onwards) These functions
- IMAP4 Server Scripting @reference
- cripting====== (Added in V6.12) ====DoCapability function==== When the IMAP4 CAPABILITY command is receive... nning and end to make finding words simpler) The function should return a new capabilities string. To do no... ties from the string by using string modification functions. We do not recommend adding capabilities as they... , so could lead to email client problems. e.g. function DoCapability(ipaddr, caps) --Remove IDLE from
- Lua Scripting @reference
- free support is to clarify the Lua interface (eg function signatures etc), we will not give help with Lua i... andwidth Management Scripting]] =====Extra VPOP3 Functions===== ====Version 8.7==== * [[Lua Hash Functions|VPOP3.SHA1]] * [[Lua Hash Functions|VPOP3.SHA256]] * [[Lua Hash Functions|VPOP3.SHA512]] * [[Lua Has
- POP3 Client Lua Scripting @reference
- e POP3 server. VPOP3 will call the following Lua functions in the script at the following times: * **Star... tructure>, <message size>, <attachments>)'' This function is called by VPOP3 when a message has been receiv... ME, UUE, BINHEX, MIMEUUE, MIMEBINHEX, TNEF) This function should return <new actions table>, <results string> In this function the [[lua_scripting#only_in_pop3cltlua_and_smtpsv
- Error Handling Scripting @reference
- -grained control ====ProcessMessage3()==== This function is called for each controlled message which is generated. The function can force the message to be sent, even if the set... uppress the message even if it would be sent. The function can also change the message subject, text, recipi... et * sender - email address of the sender The function should return 5 values - new title (subject)