Fulltext results:
- Spam Filter Rules @reference
- 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
- VPOP3 Database Size @how_to
- ger than you would expect: * The VPOP3 database contains a lot more information than just messages in mail... commonly large are: * messages.msgdata - this contains message data in mailboxes, including recently del... VPOP3 Enterprise. * archive.archivemain - this contains the main index for archived messages * logdb.* ... messages * smtpstats.smtpclientfailures - this contains data about previous SMTP attempts - for the intru
- SMTP Server Lua Scripting @reference
- 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
- Send Admin Message @reference
- 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)
- Database files used in VPOP3 2.x @reference
- 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
- Formatting Syntax @wiki
- atafiles to be as readable as possible. This page contains all possible syntax you may use when editing the ... >%%</nowiki>''. <nowiki> This is some text which contains addresses like this: http://www.splitbrain.org an... iley ;-)%%. <nowiki> This is some text which contains addresses like this: http://www.splitbrain.org an... ge, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[w
- Mail tab @reference
- 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
- Spamfilter Whitelist & Blacklist @how_to
- The Blacklist will not be checked if the header contains three or more 'Reply-To' headers (this is an inva... The Whitelist will not be checked if the header contains three or more 'Reply-To' headers (this is an inva... a header to the message called 'X-VPOP3-WL' which contains diagnostic information about the whitelist result
- Spamrules example - increase spam score if there are many links in the email @reference
- 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 @reference
- 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
- How to Obtain Error Logs @how_to
- ''.lbk'' extension): ^Filename ^What we call it ^Contains ^ |vpop3 |Main VPOP log |The main VPOP3 log file ... or log |A subset of the vpop3 log file which only contains errors | |security |Security log |Information rel
- Quarantine tab @reference
- ====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
- SMTP Service -> Advanced Tab @reference
- 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
- Spam Filter Rules: AddBag @reference
- 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>
- Lua SMTP Relay Control @reference
- 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