• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

start

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (99)
  • how_to (21)
  • adminapi (7)
  • mailapi (6)
  • faq (1)
  • fatal (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Spam Filter Rules: Assignments @reference
21 Hits, Last modified: 7 years ago
am Filter Rules: Assignments====== You can assign values to variables using the syntax <code> ${variable} = value | ${variable} </code> =====Assignment operators=... following assignment operators: ^= |Specify the value of the variable to equal the value after the assignment operator | ^+= |Add the numeric value after the
SMTP Server Lua Scripting @reference
18 Hits, Last modified: 8 weeks ago
ry in the form of a single number (so a resulting value of '127.0.0.1' which be stored as 0x0100007f or 1... lt VPOP3 welcome text will be used, or the return value from the **Start()** function if any. Otherwise t... ELO// command At session start the **<hostname>** value is the SMTP client IP address. At the //EHLO/HELO... t receives a //EHLO// command The **<hostname>** value is the value of the parameter to the //EHLO// com
Spam Filter Rules: DBQueryOne @reference
13 Hits, Last modified: 7 years ago
on the spam filter database and returns a single value which is either the value of a record or an aggregate of several records. The **DBQueryOne** statement requires a component name, key, operator and value, in the format DBUpdate <component name> <type>... 'first' or 'last' * max - returns the maximum value (treated as strings) * maxnum - returns the m
Spam Filter Rules: DBUpdate @reference
13 Hits, Last modified: 7 years ago
ment requires a component name, key, operator and value, in the format DBUpdate <component name> <key> <operator> <value> * If the record does not exist, then it will ... +=, -=, .=, upper or lower * = sets the record value to the specified value * += adds the specified value to record value (assumed numeric) * -= subtract
Spam Filter Rules: AddBag @reference
10 Hits, Last modified: 7 years ago
|AddBag | ^Version |2.2.1+ | ^Purpose |Adds a value into a 'bag' containing a collection of values, creating the bag if necessary | The **AddBag** statement requires a type, bag name and value, in the format AddBag <type> <bag name> <value> *<type> may be either 'unique' or 'multi' *If <ty
Spamfilter database comparators @reference
9 Hits, Last modified: 7 years ago
allow comparators which are listed below If the value specified in the statement is numeric: * = or == compare numeric values for equality * <> or != compare numeric values for inequality * <, >, <=, >= do standard numeric comparisons * If the value specified in the statement is non-numeric: * =
Lua SMTP Relay Control @reference
8 Hits, Last modified: 7 years ago
e global variable * UseBATV - this is a boolean value saying whether to [[http://en.wikipedia.org/wiki/... rt** which takes no parameters, and has no return value. This can be used for initialisation, or for chan... ted** which takes no parameters and has no return value. The **ConnectedServer** global variable is set j... that if the ISP gives a multi-line response, this value contains the full response, not just one line of
Spam Filter Rules: RemoveBag @reference
7 Hits, Last modified: 7 years ago
Version |2.2.1+ | ^Purpose |Removes a specified value from a bag | The **RemoveBag** statement requires a bag name and a value, in the format RemoveBag <bag name> <value> *If the value is found in the bag, it is removed *If a value occurs multiple times, only the first
SMTP Service - Filtering @reference
7 Hits, Last modified: 7 years ago
a which can be checked are: * **Subject** - the value of the message's 'Subject' header field * **From** - the value of the message's 'From' header field * **To** - the value of the message's 'To' header field * **Cc** - the value of the message's 'Cc' header field * **Return-P
Spamfilter White/Blacklists @reference
6 Hits, Last modified: 7 years ago
<number> - compare the addcount to the specified value (whitelist only). //e.g. addcount>100// - **fin... <number> - compare the findcount to the specified value. //e.g. findcount<75// - **initiallyadded** <co... which initially added the entry to the specified value (using wildcards). //e.g. addedby:fred*// - **a... ch automatically added the entry to the specified value (using wildcards) (whitelist only). //e.g. autoad
Spam Filter Rules: IfInBag @reference
6 Hits, Last modified: 7 years ago
rsion |2.3.7+ | ^Purpose |Checks if a specified value is in a particular bag | The **IfInBag** statement requires a bag name and value, in the format IfInBag <bag name> <value> *All **IfInBag** statements must be followed by an **EndI... optionally include an **Else** statement *The <value> can either be a simple string, a regular express
Spamfilter Rule Weights @reference
5 Hits, Last modified: 7 years ago
ption'. Typically each rule will have two weight values associated with it. The first is if the Bayesian... ability is >90% The spamfilter rules will give a value to the message for that rule, let's use 27 as an ... le rule was '2', then the rule would contribute a value of 54 (27 x 2) to the final spam score for the me... table, the numbers in brackets after the entered value are the default values defined in the spamfilter
Spam Filter Rules: AddHeader @reference
5 Hits, Last modified: 7 years ago
sent: * It will be replaced if an alternative value is specified. * It will be removed if no value is specified. * If the specified header is not alre... </code> Removing a header line, by not setting a value <code> AddHeader "X-MyHeader:" </code> Changing the value of a header, or inserting it if it does not alrea
SMTP Server -> IDS/IPS @reference
5 Hits, Last modified: 7 years ago
ror Monitor Period** time, then the IPS log total value is seeded with the **Client Error Re-Block value**. This means that a badly behaved client is more likel... Monitor Period** time. If the total of the entry values equals or exceeds the **Client Error Block Thres... hin the **Client Error Monitor Period**, then the value of that 'multiplier' is added onto that IP addres
User Routing Script @reference
5 Hits, Last modified: 2 years ago
veral global variables set: * Assistants - the value of the 'Assistants' setting for this user (string) * RedirectToAssistant - the value of the 'Redirect to Assistant' setting for this user (boolean) * Forwards - the value of the 'Forward To' setting for this user (string) * UseForwards - the value of the 'UseForwarding' setting for this user (boo
Lua SMTP MX Control @reference
5 Hits, Last modified: 23 months ago
Spam Filter Rules: DefineSetting @reference
5 Hits, Last modified: 7 years ago
Repairing corrupted database @how_to
5 Hits, Last modified: 18 months ago
Spam Filter Rules: BulkScan @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineRule @reference
4 Hits, Last modified: 7 years ago
Misc -> Advanced Tab @reference
4 Hits, Last modified: 7 years ago
Scheduling Management Scripts @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: ForEach @reference
3 Hits, Last modified: 7 years ago
Password Strength Checking Script @reference
3 Hits, Last modified: 7 years ago
LogDB.Recipients table @reference
3 Hits, Last modified: 7 years ago
LogDB.Messages table @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: DBInsert @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Replace @reference
3 Hits, Last modified: 7 years ago
Summary Log File Format @reference
3 Hits, Last modified: 7 years ago
SMTP error 'Invalid HELO name' @how_to
3 Hits, Last modified: 7 years ago
VPOP3.GetSetting @reference
3 Hits, Last modified: 7 years ago
450 4.3.2 Content Filter Timeout @how_to
3 Hits, Last modified: 7 years ago
Timeout while VPOP3DB is starting @how_to
3 Hits, Last modified: 7 years ago
Outgoing Message Scripting @reference
2 Hits, Last modified: 16 months ago
VPOP3 Status Service Disabled @how_to
2 Hits, Last modified: 7 years ago
LogDB.SpamRules table @reference
2 Hits, Last modified: 7 years ago
AutoresponderInfo Replacement @mailapi
2 Hits, Last modified: 7 years ago
How to Obtain Error Logs @how_to
2 Hits, Last modified: 7 years ago
msgaudit Database table @reference
2 Hits, Last modified: 7 years ago
os.timedexecute @reference
2 Hits, Last modified: 7 years ago
How to install PostgreSQL to use another port @how_to
2 Hits, Last modified: 7 years ago
SMTPIDSEvents Replacement @adminapi
2 Hits, Last modified: 7 years ago
Quarantine tab @reference
2 Hits, Last modified: 7 years ago
Send Admin Message @reference
2 Hits, Last modified: 7 years ago
SMTP Direct Sender Settings @reference
2 Hits, Last modified: 7 years ago
Signature Script @reference
2 Hits, Last modified: 7 years ago
UserRuleConditionUpdate Replacement @adminapi
2 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @adminapi
2 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP @reference
2 Hits, Last modified: 4 years ago
LogDB.Attachments table @reference
2 Hits, Last modified: 7 years ago
Restore Deleted Calendars @how_to
2 Hits, Last modified: 3 years ago
UserRuleConditionUpdate Replacement @mailapi
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Variables @reference
2 Hits, Last modified: 23 months ago
Spam Filter Rules: Random @reference
2 Hits, Last modified: 7 years ago
Archive Script @reference
2 Hits, Last modified: 2 years ago
Autoresponder Global Scripting @reference
2 Hits, Last modified: 5 weeks ago
UserRuleConditions Replacement @mailapi
2 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting @reference
1 Hits, Last modified: 7 years ago
VPOP3.Base64 @reference
1 Hits, Last modified: 8 months ago
VPOP3.PostgresQuery @reference
1 Hits, Last modified: 7 years ago
VPOP3.SaveAttachment @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GlobalMatch @reference
1 Hits, Last modified: 4 weeks ago
VPOP3.SendMessage @reference
1 Hits, Last modified: 4 years ago
Using tables/grids @reference
1 Hits, Last modified: 7 years ago
VPOP3.SetSetting @reference
1 Hits, Last modified: 4 years ago
VPOP3.UnBase64 @reference
1 Hits, Last modified: 8 months ago
VPOP3.UnHexString @reference
1 Hits, Last modified: 8 months ago
VPOP3.GetFolders Lua function @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessageLines @reference
1 Hits, Last modified: 7 years ago
VPOP3.MessageSeek @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartBody @reference
1 Hits, Last modified: 7 years ago
Users.Autoresponders table @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: IfMatch @reference
1 Hits, Last modified: 7 years ago
User Manager Script @reference
1 Hits, Last modified: 14 months ago
Spam Filter Rules: DBDeleteTime @reference
1 Hits, Last modified: 7 years ago
VPOP3.MessageReset @reference
1 Hits, Last modified: 7 years ago
VPOP3.HMAC @reference
1 Hits, Last modified: 8 months ago
Spam Filter Rules: DNS @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DNSBL @reference
1 Hits, Last modified: 5 years ago
VPOP3.HexString @reference
1 Hits, Last modified: 8 months ago
VPOP3.GetUsers Lua function @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: *IFSUPPORT @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartHeader @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetUserGroup @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessages Lua function @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePart @reference
1 Hits, Last modified: 7 years ago
SMTPClientBlockAdd Action @adminapi
1 Hits, Last modified: 7 years ago
Spam Filter Rules: CountMatches @reference
1 Hits, Last modified: 4 weeks ago
How to move messages between users @how_to
1 Hits, Last modified: 7 years ago
UserRuleActionUpdate Replacement @mailapi
1 Hits, Last modified: 7 years ago
UserRuleActions Replacement @mailapi
1 Hits, Last modified: 7 years ago
Error message: Your connection has been blocked temporarily - Try again later @how_to
1 Hits, Last modified: 7 years ago
VPOP3 cannot access PostgreSQL - timeout expired @how_to
1 Hits, Last modified: 7 years ago
v3/4 - Move the message store to a new folder/drive @how_to
1 Hits, Last modified: 7 years ago
How to move the VPOP3 Message Store to a new PC @how_to
1 Hits, Last modified: 7 years ago
The message could not be loaded. Please return to the Quarantine page and try again @how_to
1 Hits, Last modified: 7 years ago
Outlook / Outlook Express is sending mail repeatedly @how_to
1 Hits, Last modified: 7 years ago
Out of Disk Space When Sending Mail @how_to
1 Hits, Last modified: 7 years ago
The ISP needs SMTP Authentication @how_to
1 Hits, Last modified: 7 years ago
Address Book tab @reference
1 Hits, Last modified: 7 years ago
Exceptions @how_to
1 Hits, Last modified: 7 years ago
Data stream contained NUL character @how_to
1 Hits, Last modified: 7 years ago
Calendars @how_to
1 Hits, Last modified: 7 years ago
Alternative method of automatically starting VPOP3 @how_to
1 Hits, Last modified: 7 years ago
FATAL: connection limit exceeded for non-superusers @fatal
1 Hits, Last modified: 7 years ago
SMTP Relay Service FAQ @faq
1 Hits, Last modified: 4 years ago
UserRuleUpdate Replacement @adminapi
1 Hits, Last modified: 7 years ago
UserRuleActionUpdate Replacement @adminapi
1 Hits, Last modified: 7 years ago
UserRuleActions Replacement @adminapi
1 Hits, Last modified: 7 years ago
UserRuleUpdate Replacement @mailapi
1 Hits, Last modified: 7 years ago
Attachment Extraction Scripting @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ClearBag @reference
1 Hits, Last modified: 7 years ago
LogDB.Sessions table @reference
1 Hits, Last modified: 7 years ago
Increase the spam score for header marker @reference
1 Hits, Last modified: 5 years ago
SMTPStats.SMTPClientFailures table @reference
1 Hits, Last modified: 7 years ago
SMTP -> General tab @reference
1 Hits, Last modified: 7 years ago
POP3 Mail Collection @reference
1 Hits, Last modified: 7 years ago
Misc -> General Tab @reference
1 Hits, Last modified: 7 years ago
Message Monitoring @reference
1 Hits, Last modified: 7 years ago
Mappings @reference
1 Hits, Last modified: 7 years ago
Database query to make LAN Forwarding immediately attempt to dequeue all pending messages @reference
1 Hits, Last modified: 7 years ago
Lua Hashing Functions @reference
1 Hits, Last modified: 8 months ago
Import Users From File @reference
1 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @reference
1 Hits, Last modified: 7 years ago
IMAP4 Server Scripting @reference
1 Hits, Last modified: 8 days ago
Groups @reference
1 Hits, Last modified: 7 years ago
Error Handling Scripting @reference
1 Hits, Last modified: 20 months ago
DMARC Reporter Script @reference
1 Hits, Last modified: 20 months ago
Database -> Restore Tab @reference
1 Hits, Last modified: 7 years ago
Copy SMTP Rules - Database Query @reference
1 Hits, Last modified: 7 years ago
Calendar.Events table @reference
1 Hits, Last modified: 7 years ago
Calendar.Calendars table @reference
1 Hits, Last modified: 7 years ago
Autoresponder Commands @reference
1 Hits, Last modified: 7 years ago
Attachment Processing Script @reference
1 Hits, Last modified: 3 years ago
Formatting Syntax @wiki
1 Hits, Last modified: 3 years ago
start.txt ยท Last modified: 2022/10/01 12:36 by paul

Page Tools

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