Fulltext results:
- SMTP Server Lua Scripting
- VPOP3 receives an unrecognised SMTP command * **ProcessMessage()** - called when an entire message has be... VPOP3 * **MessageLine()** - (v5+) called after processing each message line received by VPOP3 * **EndM... lled by VPOP3 after the RBL (Realtime Black List) processing has taken place For this function the standar... Global Variables will give the result of the RBL processing. Also there is a table called **RBLResultInfo
- Message Rules
- ** tab can be used to create/edit rules which are processed when messages arrive in a User's mailbox. They... , mark them as read, delete them, etc VPOP3 will process Message Rules in the order they appear in the lis... em into the correct order. Usually when VPOP3 has processed a rule, it will go on to check further rules, but you can use the **Stop Processing after this rule** 'Action' to make VPOP3 stop
- POP3 Client Lua Scripting
- r. * **MessageLine()** - called after VPOP3 has processed a line of a message from the remote server,just... wnloading a message from the remote server. * **ProcessMessage()** - called after VPOP3 has downloaded a ... * - called at the end of the POP3 session. =====ProcessMessage()===== ''ProcessMessage("<mailfrom>", "<subject>", <recipient list>, <current actions>, <message MI
- Spamfilter Script Configuration tab
- If this is **1** then the spamfilter will finish processing the incoming message early on if it finds that... reduces CPU load on the server, and speeds up the processing of messages =====DontRedirect===== If you hav... e [[Spamfilter DNS|DNS requests]] at the start of processing the message, then checks the results at the en... er will check the results at the beginning of the processing. This may slow down the actual processing time
- Mail Collectors
- ==Priority==== The **Priority** sets the order of processing of Mail Collectors. Lower numbers are processed first. The order of Mail Collectors with the same prior... y mail is collected at all, but just make some be processed sooner in the cycle than others. If you have,... ies 1-10, then the 'priority 1' Collector will be processed at, say, 10:00, 10:10, 10:20 etc. The 'priority
- SMTP Service - Filtering
- s===== SMTP Rules let you create custom rules for processing messages as they go through the VPOP3 SMTP ser... ou manually reload the SMTP rules SMTP rules are processed at various times during the SMTP transaction - ... t. Each row in the rule list is a 'rule'. VPOP3 processes the rules in order, from top to bottom. When it finds a rule which matches the message, it will process that rule, then not process any more rules. To a
- Settings -> Attachment Processing
- ======Settings -> Attachment Processing====== The **Attachment Processing** page allows you to configure VPOP3 to perform two distinct function... ncoming Messages==== There are various attachment processing options for incoming messages: * **Check inc... Extraction feature. Attachment Extraction is the process of decoding an attachment from an incoming messag
- Spam Filter Rules
- clude spamrules_userprocess.txt include spamrules_processresults.txt include spamrules_userfinal.txt </code... mail.txt** - this contains some standard rules to process messages sent by local users, for instance to add... recipients of locally sent mail to the whitelist, process messages to 'notspam@' and 'spam@' etc * **spam... this contains all the spam tests * **spamrules_processresults.txt** - this contains the standard behavio
- Attachment Processing Script
- ======Attachment Processing Script====== (Added in v7.6) This script has functions to allow message attac... y, mime_structure) Called when VPOP3 is about to process a message * returns True if the Lua script wan... , filtervariables) Called when VPOP3 is about to process an attachment in a message (Only called if 'Needs... true, or there is some other reason for VPOP3 to process attachments, eg to remove/rename an attachment du
- Lua Scripting
- ttachment Extraction Scripting]] * [[Attachment Processing Script|Attachment Process Scripting]] * [[Autoresponder Script|Autoresponder Scripting]] * [[Databa... WHOIS]] ====Only in POP3CLT.LUA and SMTPSVR.LUA 'ProcessMessage' function==== * [[VPOP3.GetMessagePart]]
- User Delivery Script
- iver** is called at the beginning of the delivery process, after Message Rules have been handled. It can mo... this function will be left unchanged and will be processed after the **DeliverMessage** function is called... Message** is called in the middle of the delivery process, as long as the message is still being delivered
- VPOP3.GetMessagePartHeader
- IME section header of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP... rt 'Path' from the MimeStructure parameter to the ProcessMessage function The function returns two values:
- Error Handling Scripting
- Lua scripting for more fine-grained control ====ProcessMessage3()==== This function is called for each c... e the message subject, text, recipient or sender ProcessMessage3(<component>, <id>, <type>, <severity>, <e... ng' version of the function would be: function ProcessMessage3(comp, id, type, sev, error, connectError,
- VPOP3.GetMessagePartBody
- ent of a MIME part of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP... rt 'Path' from the MimeStructure parameter to the ProcessMessage function The function returns two values:
- VPOP3.GetMessagePart
- rieves a MIME part of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP... rt 'Path' from the MimeStructure parameter to the ProcessMessage function The function returns two values: