Fulltext results:
- Spam Filter Rules
- spam-filtering of email messages. This reference contains a definition of the spam filtering script languag... t. For instance, the default spamrules.txt file contains the statements <code> include spamrules_initialis... her files * **spamrules_initialise.txt** - this contains the initialisation of some variables which must c... the script * **spamrules_localmail.txt** - this contains some standard rules to process messages sent by l
- Send Admin Message
- g. **{username}** will ensure each user's message contains their own username). * **{username}** * **{l... certain global variables set: * **Username** - contains the username of the user currently being processed * **MessageCount** - contains the number of messages in the user's inbox * **MailboxSize** - contains the size of the user's whole mailbox (in bytes)
- SMTP Server Lua Scripting
- o there is a table called **RBLResultInfo** which contains the raw result information in the form of a table... receives a //VRFY// command The 'Recipient list' contains the expanded list of recipients which the command's parameter expands to. The 'current response' contains the response which VPOP3 would return if the scri... receives a //EXPN// command The 'Recipient list' contains the expanded list of recipients which the command
- Database files used in VPOP3 2.x
- support request you to. * **logdb.db** - this contains historical logging information for reports. It ca... al Logging' section. * **spamfilter.db** - this contains statistical information for the Bayesian filter s... of the VPOP3 spam filter * **msgids.db** - this contains summary information on the last few days' worth o... or duplicate detection * **archive*.db** - this contains index information for the message archive facilit
- Mail tab
- ucture===== ====Mail toolbar==== The Mail toolbar contains the following buttons: * **New Message** -> Lau... panel displays the currently selected message. It contains a header bar, which provides the most commonly re... - Read 'circle' icon - The fourth grid column contains a blue circle that is filled blue for unread mess... - Flagged 'star' icon - The fifth grid column contains a star that is filled yellow for flagged messages
- Spamrules example - increase spam score if there are many links in the email
- increase the spamminess of emails where the email contains many links - in this case we'll say if the email contains 10 or more links. Note that we do not necessarily... ore} += 50 [ManyLinks] EndIf When the message contains 20 links or more, then the spam filter will add '
- Lua SMTP MX Control
- s, HeaderLines, Actions)** The Parameters object contains details of the message being sent: * authsender... return the Actions parameter. The Actions object contains 9 or more values: * tryESMTP - boolean to say w... to support it Starting with VPOP3 v6.17 it also contains: * forceTLS - 1/0 to indicate that STARTTLS con
- Quarantine tab
- ====Quarantine toolbar==== The Quarantine toolbar contains the following buttons: * **Show Hidden** -> to... this preview. ====Filtering results==== The grid contains two header rows; the top header is a title for ea
- Spam Filter Rules: RemoveBag
- ulti bag1 "right" AddBag multi bag1 "left" #bag1 contains "left", "right", "left", "right", "left" RemoveBag bag1 "left" #bag1 contains "right", "left", "right", "left" </code>
- Lua SMTP Relay Control
- f the ISP gives a multi-line response, this value contains the full response, not just one line of it * La... P The function optionally returns a string which contains the new full response. This must start with a num
- Spam Filter Rules: AddBag
- ique bag1 "b" AddBag unique bag1 "a" # 'bag1' bag contains the values "a" and "b" </code> The following ex... value} AddBag multi bag2 "b" AddBag multi bag2 "a" # 'bag2' bag contains the values "a", "b" and "a" </code>
- Logging
- [diagnostics]]. If you check the **Security log contains successful logons** box, then VPOP3 will also rec... abase Status===== The Log Database Status section contains information about the **Historical Logging** data
- LogDB.Messages table
- Messages table====== The [[LogDB]].Messages table contains a record of all messages logged by VPOP3. A messa... age was marked as spam or not * triggeredrule - contains the name of a download/SMTP rule which was trigge
- Summary Log File Format
- lled **SUMMARY.LOG** in the VPOP3 directory which contains summary information which is compiled daily into ... line of the file is a separate record. The line contains 4 elements - Date/time stamp - Item code -
- SMTP Service -> Advanced Tab
- ons from clients whose 'HELO'/'EHLO' command data contains the text specified here as a substring. Eg, if th... pients are specified using an SMTP Envelope which contains the addresses of the sender and recipients. When