Fulltext results:
- Lua Scripting
- ======Lua Scripting====== [[http://www.lua.org|Lua]] is a simple scripting programming language often used for embedding in other applications. V... a more flexible scripting facility. For general Lua programming instructions see www.lua.org for docu
- Send Admin Message
- ue will be 0, where no quota has been set. * **{lua}...{/lua}** - will execute an embedded [[Lua scripting|Lua script]]. =====Using Lua===== On of the options of this facility lets you specify a Lua
- User Routing Script
- ipt====== If there is a <username>/user_redirect.lua script, this Lua script can override VPOP3's message routing options. You can edit this either in the ... cript doesn't exist, but there is a user_redirect.lua script, that Lua script will be used instead. When the user_redirect.lua script is run there are seve
- Autoresponder scripting
- ting====== In an autoresponder, you can create a Lua script by surrounding it with <lua> & </lua> tags, eg This is an autoresponder with some Lua in it <lua>print 73</lua> The Lua script is exe
- SMTP Server Lua Scripting
- ======SMTP Server Lua Scripting====== The SMTP Server [[http://wiki.pscs.co.uk/reference;lua_scripting|Lua Script]] is called SMTPSVR.LUA and can be edited from the Settings -> Scripts page in the VPOP3 settin
- VPOP3.GetMessagePartHeader
- ======VPOP3.GetMessagePartHeader===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePartHeader' retrieves a MIME section header of the message c... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes one para
- VPOP3.GetMessagePartBody
- ======VPOP3.GetMessagePartBody===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePartBody' retrieves the content of a MIME part of the messag... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes one para
- VPOP3.GetMessagePart
- ======VPOP3.GetMessagePart===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePart' retrieves a MIME part of the message currently being p... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes one para
- VPOP3.MessageReset
- ======VPOP3.MessageReset===== The [[lua_scripting|Lua]] function 'VPOP3.MessageReset' resets an internal read pointer to the start of the mess... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes no param
- POP3 Client Lua Scripting
- ======POP3 Client Lua Scripting====== The POP3 Client [[http://wiki.pscs.co.uk/reference;lua_scripting|Lua Script]] is called POP3CLT.LUA and is edited in Settings -> Scripts. This script is called whenever VP
- VPOP3.MessageSeek
- ======VPOP3.MessageSeek===== The [[lua_scripting|Lua]] function 'VPOP3.MessageSeek' sets an internal read pointer to the specified location o... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes one para
- VPOP3.SaveAttachment
- ======VPOP3.SaveAttachment===== The [[lua_scripting|Lua]] function 'VPOP3.SaveAttachment' saves an attachment from the message being processed t... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes two para
- VPOP3.GetMessageLines
- ======VPOP3.GetMessageLines===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessageLines' retrieves content lines from the message currently be... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes one para
- Management Scripting
- e, from version 6.17 there is the facility to run Lua scripts manually or according to a schedule. Thes... t a function then you will need to write a bit of Lua to call the function, eg: myFunction(3); ... ts==== VPOP3 will run a script called **scheduler.lua** in the background, it will periodically call fu... ions==== Any script run manually or via scheduler.lua will have access to several management functions
- User Delivery Script
- v6.5 or later) If there is a <username>/delivery.lua script, this Lua script can override VPOP3's message delivery options. You can edit this in the Settin... hat script doesn't exist, but there is a delivery.lua script, that Lua script will be used instead. The script can contain two functions "PreDeliver" and "