• skip to content

PSCS Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

function

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (60)
  • how_to (5)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Lua Hashing Functions

Fulltext results:

End() @reference
45 Hits, Last modified: 3 weeks ago
=====End()===== ''End()'' This function is called by VPOP3 when the SMTP service session ends ======SMTP S... =====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
Lua SMTP MX Control @reference
18 Hits, Last modified: 4 months ago
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
Lua SMTP Relay Control @reference
18 Hits, Last modified: 10 months ago
connected to (set just before the ServerConnected function call) In VPOP3 8.8 and later, there is a read/wr... 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
External Message Store Scripting @reference
13 Hits, Last modified: 6 weeks ago
, SFTP or similar ====DownloadFromExternal==== function DownloadFromExternal(MsgDataId, ExtData, TargetFi... rror Text> ====GetMessagesToMoveToExternal==== function GetMessagesToMoveToExternal() returns <table of MsgDataIDs> ====UploadToExternal==== function UploadToExternal(MsgDataId, SourceFileName) re... ta or Error Text> ====DeleteFromExternal==== function DeleteFromExternal(MsgDataId) returns <success
IMAP4 Server Scripting @reference
11 Hits, Last modified: 4 weeks ago
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-
Scheduled Task Script @reference
11 Hits, Last modified: 5 years ago
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()
Scheduling Management Scripts @reference
11 Hits, Last modified: 8 years ago
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 Rules Scripts @reference
11 Hits, Last modified: 3 months ago
when the whole message data has been received. A function 'First' is called when the SMTP Rules processing starts A function 'Last' is called when the SMTP Rules processing e... riggered and caused the rule processing to end A function can also be called if a 'Call Lua Function' SMTP rule is triggered. In this case, the function name then is
Quarantine Report Mailer Scripting @reference
10 Hits, Last modified: 4 weeks ago
ther they're generated ====AreMailsNeeded==== function AreMailsNeeded(lastTimeEmailsSent) returns mai... the emails in the form "yyyyMMddHHmmss" If this function doesn't exist, then it works on the configured sc... ms up to the current time ====GetMsgLimit==== function GetMsgLimit(username, itemLimit) returns newIt... t emails (default 5000) ====GetSortOrder==== function GetSortOrder(username, existingSortOrder, numberO
Attachment Processing Script @reference
9 Hits, Last modified: 4 weeks ago
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
Autoresponder Global Scripting @reference
6 Hits, Last modified: 3 months ago
script in Settings → Scripts It can contain two function hooks. For each of these, there are two global va... headers). This is truncated at 100,000 bytes The function can alter the ''Autoresponder'' global variable, ... headers). This is truncated at 100,000 bytes The function returns one value, which is the new autoresponder... global variables will not be used, just as if the function hadn't been called. If a blank string is returned
Error Handling Scripting @reference
6 Hits, Last modified: 3 years ago
-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)
User Manager Script @reference
6 Hits, Last modified: 3 weeks ago
er.LUA' ====TranslateUsername==== VPOP3 calls a function called **TranslateUsername** which should have the following prototype: function TranslateUsername(<protocol>, <submitted username... translate to: A simple example would be: <code> function TranslateUsername(Protocol, Username) --look up u... return Username; end </code> or <code> function TranslateUsername(Protocol, Username) -- Remove t
Configure SRS @how_to
5 Hits, Last modified: 10 months ago
POP3 (or if you don't want the bounce-redirection function of SRS), you can use basic Sender Rewriting using... .lua>mydomain = "example.com"; mykey = "bobble"; function ModifyReturnPath(mailfrom, origmailfrom) ... print("nosub " .. origmailfrom); end function Mod32(x) return string.sub("ABCDEFGHIJKLMNOPQ... lua> mydomain = "example.com"; mykey = "bobble"; function MapRecipient(rcpt, rcptlist, mailfrom) if mai
Management Scripting @reference
5 Hits, Last modified: 8 years ago
. 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 runtime errors will
User Delivery Script @reference
5 Hits, Last modified: 8 years ago
Virus Scan Filter Scripting @reference
5 Hits, Last modified: 8 years ago
VPOP3.GetMessagePart @reference
5 Hits, Last modified: 8 years ago
VPOP3.GetMessagePartBody @reference
5 Hits, Last modified: 8 years ago
VPOP3.GetMessagePartHeader @reference
5 Hits, Last modified: 8 years ago
VPOP3.MessageReset @reference
5 Hits, Last modified: 8 years ago
VPOP3.MessageSeek @reference
5 Hits, Last modified: 8 years ago
Bandwidth Control @reference
4 Hits, Last modified: 8 years ago
DMARC Reporter Script @reference
4 Hits, Last modified: 3 years ago
LAN Forwarding Scripting @reference
4 Hits, Last modified: 10 months ago
POP3 Client Lua Scripting @reference
4 Hits, Last modified: 3 years ago
Outgoing Message Scripting @reference
4 Hits, Last modified: 2 years ago
Password Strength Checking Script @reference
4 Hits, Last modified: 6 months ago
Signature Script @reference
4 Hits, Last modified: 8 years ago
VPOP3.GetMessageLines @reference
4 Hits, Last modified: 8 years ago
VPOP3.SaveAttachment @reference
4 Hits, Last modified: 8 years ago
Archive Script @reference
3 Hits, Last modified: 3 years ago
Copy SMTP Rules - Database Query @reference
3 Hits, Last modified: 8 years ago
Spam Filter Rules: *IFSUPPORT @reference
3 Hits, Last modified: 8 years ago
VPOP3.HMAC @reference
3 Hits, Last modified: 20 months ago
VPOP3.SendMessage @reference
3 Hits, Last modified: 5 years ago
VPOP3.SetSetting @reference
3 Hits, Last modified: 5 years ago
VPOP3Net.GetHTTP @reference
3 Hits, Last modified: 5 years ago
Connection Hook Script @reference
2 Hits, Last modified: 6 weeks ago
Lua Scripting @reference
2 Hits, Last modified: 5 weeks ago
os.timedexecute @reference
2 Hits, Last modified: 8 years ago
VPOP3.DeleteMessage Lua function @reference
2 Hits, Last modified: 8 years ago
VPOP3.GetFolders Lua function @reference
2 Hits, Last modified: 8 years ago
VPOP3.GetMessages Lua function @reference
2 Hits, Last modified: 8 years ago
VPOP3.GetSetting @reference
2 Hits, Last modified: 8 years ago
VPOP3.GetUsers Lua function @reference
2 Hits, Last modified: 8 years ago
VPOP3.MarkMessageRead Lua function @reference
2 Hits, Last modified: 8 years ago
VPOP3.PostgresQuery @reference
2 Hits, Last modified: 8 years ago
VPOP3.PurgeMessage Lua function @reference
2 Hits, Last modified: 8 years ago
VPOP3.RenameFolder Lua function @reference
2 Hits, Last modified: 8 years ago
French Webmail Language File @how_to
1 Hits, Last modified: 8 years ago
German Webmail Language Page @how_to
1 Hits, Last modified: 8 years ago
Recovering messages from corrupted database into fresh database @how_to
1 Hits, Last modified: 9 months ago
Repairing corrupted database @how_to
1 Hits, Last modified: 2 weeks ago
Attachment Extraction Scripting @reference
1 Hits, Last modified: 8 years ago
Group a user's folders into letter groups @reference
1 Hits, Last modified: 3 months ago
Groups @reference
1 Hits, Last modified: 8 years ago
Lua SMTP MX Server Rules @reference
1 Hits, Last modified: 4 months ago
Spam Filter Rules: Assignments @reference
1 Hits, Last modified: 8 years ago
User Routing Script @reference
1 Hits, Last modified: 3 years ago
VPOP3.Base64 @reference
1 Hits, Last modified: 20 months ago
VPOP3.HexString @reference
1 Hits, Last modified: 20 months ago
VPOP3.UnBase64 @reference
1 Hits, Last modified: 20 months ago
VPOP3.UnHexString @reference
1 Hits, Last modified: 20 months ago
Webmail Menu bar @reference
1 Hits, Last modified: 8 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki