Fulltext results:
- SMTP Server Lua Scripting @reference
- =====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... s()'' (Only supported in VPOP3 Enterprise) This function is called by VPOP3 after the RBL (Realtime Black List) processing has taken place For this function the standard SMTP Server Global Variables will gi
- 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
- s===== ====Start==== VPOP3 calls the ''Start()'' function when the script is loaded when VPOP3 starts. ====Unload==== VPOP3 calls the ''Unload()'' function when the script has been changed and the old version is unloaded. This function can return a string value which will be passed to the ''Reload(str)'' function later. ====Reload==== VPOP3 calls the ''Reload(s
- 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
- Scheduled Task Script @reference
- cally to do custom background tasks. It can run a function every minute, 5 minutes, hourly or daily. The Lu... cript global variables will be maintained between function calls. Start() VPOP3 calls this function when the function is first loaded. This function can initialise global variables if necessary. Unload()
- Attachment Processing Script @reference
- 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... /jpeg', etc) ====GetContentDispositionLine==== function GetContentDispositionLine(originalContentDisposit
- 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)
- 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... , so could lead to email client problems. e.g. function DoCapability(ipaddr, caps) --Remove IDLE from... ", " ") return caps end ====DoListResult function==== if (m_Lua.Call("DoListResult", false, f-
- VPOP3.MessageReset @reference
- VPOP3.MessageReset===== The [[lua_scripting|Lua]] function 'VPOP3.MessageReset' resets an internal read poin... to the start of the message being processed This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua... TPSVR.LUA]] scripts. It takes no parameters The function returns no value The [[VPOP3.GetMessageLines]] r
- VPOP3.GetMessagePartHeader @reference
- tMessagePartHeader===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePartHeader' retrieves a MIME sec... r of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua... the MimeStructure parameter to the ProcessMessage function The function returns two values: - boolean - '
- VPOP3.GetMessagePartBody @reference
- GetMessagePartBody===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePartBody' retrieves the content ... t of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua... the MimeStructure parameter to the ProcessMessage function The function returns two values: - boolean - '
- VPOP3.GetMessagePart @reference
- OP3.GetMessagePart===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePart' retrieves a MIME part of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua... the MimeStructure parameter to the ProcessMessage function The function returns two values: - boolean - '
- Virus Scan Filter Scripting @reference
- V6.17) The **VIRUSSCAN.LUA** script has a single function **FilterResult** This function is called for every virus that a VPOP3-integrated (eg VPOP3 AV or Sophos SAV Interface) detects. The function has the opportunity to 'filter' the virus detecti... chment_name, archive_name, filter_variables) The function returns a boolean value to indicate whether the v
- User Delivery Script @reference
- ed. (Prior to v6.20, only the **DeliverMessage** function is used) =====Global Variables set before functi... t has been called. Any other changes made by this function will be left unchanged and will be processed after the **DeliverMessage** function is called. =====Global Variables which can be set by the PreDeliver function===== * Forwards - email addresses to forward th
- VPOP3.MessageSeek @reference
- =VPOP3.MessageSeek===== The [[lua_scripting|Lua]] function 'VPOP3.MessageSeek' sets an internal read pointer... ied location of the message being processed This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua... ne parameter: - number - offset to seek to The function returns one value: - true if the internal point