Fulltext results:
- Spam Filter Rules: ForEach
- ======Spam Filter Rules: ForEach====== ^Statement |ForEach | ^Version |2.1.7+ | ^Purpose |Causes a loop to be run through for all values within specified criteria | The **ForEach** statement requires either two or three paramete... loop that is being conducted), in the format ForEach <loop type> <data> <loop variable name> On each
- Mail Collectors
- is how you tell VPOP3 to collect incoming mail. Each **Mail Collector** is associated with one or more... [[Schedule|Connector Schedule]]** determines when each **Connection** is run. =====Mail Collector General Tab===== Each Mail Collector has a **General** tab. The setting... n others. If you have, say, 10 Collectors which each take 1 minute and are scheduled every 10 minutes,
- SMTP Server Lua Scripting
- r from a local user or an incoming SMTP message. Each SMTP server instance has its own instance of the ... **StartMessage()** - (v5+) called at the start of each message * **MessageLineRaw()** - (v5+) called each time a message line is received by VPOP3 * **MessageLine()** - (v5+) called after processing each message line received by VPOP3 * **EndMessage()
- Autoresponder
- a single user, and create multiple conditions for each autoresponder to say when it should act. For in... and have different text (and other actions) with each of them, then for your holiday autoresponder you ... n create the 'rules' ====Autoresponder Rules==== Each autoresponder you have defined can have zero or more rules Each autoresponder rule tells the autoresponder when t
- Autoresponders - v3 and v4
- logue or status requests. **Only respond once to each sender** is usually checked for vacation type aut... ps can be set up where two autoresponders talk to each other and can send millions of messages to each other. This option prevents that by having VPOP3 rememb... that VPOP3 will send at most one autoresponse to each sender every day. The **Simple Autoresponder Tex
- Spam Filter Rules: GetSectionMD5
- g **GetSectionMD5** with [[spamrules_statement_foreach|ForEach MimeSection]] <code> ForEach MimeSection SectionInfo IfMatch ${SectionInfo} "/^(\d+):([\d\. ]*):(.*?):
- SMTP Service - Filtering
- 3 SMTP service. The option **Local SMTP Rules on each connection** is usually turned off. If this is tu... es** button. This brings up the SMTP Rules list. Each row in the rule list is a 'rule'. VPOP3 processe... condition', or the red 'x' to delete a condition Each condition will compare data about the message wit
- Spam Filter Rules: GetSectionEncoding
- etSectionEncoding** with [[spamrules_statement_foreach|ForEach MimeSection]] <code> ForEach MimeSection SectionInfo IfMatch ${SectionInfo} "/^(\d+):([\d\. ]*):(.*?):
- Send Admin Message
- ntent, which will provide an individual value for each recipient (e.g. **{username}** will ensure each user's message contains their own username). * **{us... d. This script lets you customise the message for each user. See the [[Lua scripting]] page for details
- Spam Filter Rules: Variables
- ement_ifinbag|IfInBag]], [[spamrules_statement_foreach|ForEach Bag]] and [[spamrules_statement_clearbag|ClearBag]]. 'Bags' are similar to "Arrays" or "Sets"... cannot be accessed individually, you can use **ForEach Bag** to iterate through the data, or **IfInBag**
- What's new in version 5 webmail?
- olders. Previously, you would have needed to open each subfolder individually and apply the permissions.... if the permissions are identical for a folder and each of its subfolders, you can just edit the parent f... permissions.\\ Permissions will be inherited for each subsequent level; so changes made to the parent w
- Spam Filter Rules: GetDecodedSection
- GetDecodedSection** with [[spamrules_statement_foreach|ForEach MimeSection]] <code> ForEach MimeSection SectionInfo IfMatch ${SectionInfo} "/^(\d+):([\d\. ]*):(.*?):
- Spam Filter Rules: ZipContents
- e ZIP contents into a bag 'zipcontents' <code> ForEach MimeSection SectionInfo IfMatch ${SectionInfo} "... tionType} == "application/zip" ZipContents ${SectionId} zipcontents EndIf EndIf EndForEach </code>
- Spam Filter Rules: ZipContentsFull
- e ZIP contents into a bag 'zipcontents' <code> ForEach MimeSection SectionInfo IfMatch ${SectionInfo} "... Type} == "application/zip" ZipContentsFull ${SectionId} zipcontents EndIf EndIf EndForEach </code>
- Spam Filter Rules: ZipCount
- ntent count into a variable ${zipcount} <code> ForEach MimeSection SectionInfo IfMatch ${SectionInfo} "... ${SectionType} == "application/zip" ZipCount ${SectionId} zipcount EndIf EndIf EndForEach </code>