• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • How to Backup VPOP3 • Error Message Handling • Spam Filter Rules: ZipContents • SMTP Service -> Advanced Tab • SMTP Service - Filtering • VPOP3 re-downloading old messages from the ISP POP3 server • VPOP3.GetMessages Lua function • Settings -> Attachment Processing • Problems sending messages to spam@<your domain> • Spam Filter Rules: BulkScan

string

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (58)
  • adminapi (6)
  • how_to (4)
  • mailapi (3)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • VPOP3.HexString
  • VPOP3.UnHexString

Fulltext results:

SMTP Server Lua Scripting @reference
36 Hits, Last modified: 4 weeks ago
modify it if desired. * **IPAddress** - (IN) - string - dotted notation client IP address (eg "192.168.... ion is required * **AllowedUsers** - (IN/OUT) - string - List of allowed usernames (separated by spaces)... 5 and later=== * **AuthenticatedUser** - (IN) - string - username of authenticated sender (using SMTP or... ntication) * **SMTPAuthenticatedUser** - (IN) - string - username of authenticated sender (using SMTP au
POP3 Client Lua Scripting @reference
12 Hits, Last modified: 22 months ago
lean - should the message be ignored * Reason string - text string to use if a reason is needed for the action * Recipients table - table containing new/r... h one or more of the following entries * Path string - the IMAP style path to the message section * ContentType string - the main content type (eg 'text', 'image' etc)
Outgoing Message Scripting @reference
10 Hits, Last modified: 15 months ago
Message - The message content in raw form (single string, includes raw headers). * HoldSeconds - The cur... is not held. * HoldUntil - If this is set to a string like YYYYMMDDHHMMSS then the message is held unti... e', then it is never deleted. If this is set to a string like YYYYMMDDHHMMSS then the message will be dele... hanged = false for k,v in pairs(Headers) do if string.upper(v[1]) == "SUBJECT" then SenderS
Spam Filter Rules: IfMatch @reference
10 Hits, Last modified: 7 years ago
^Purpose |Allows you to perform a regular or substring match on a variable or part of the message being ... egular expression or a simple case insensitive substring search string. You should put quotes around the text or Perl Compatible Regular Expression (PCRE) to sea... erwise VPOP3 will do a single case insensitive substring search. With regular expressions, it will normal
Spamfilter database comparators @reference
9 Hits, Last modified: 7 years ago
the statement is non-numeric: * = or == compare string values for equality using plain ASCII comparisons * <> or != compare string values for inequality using plain ASCII comparisons * <, >, <=, >= do string comparisons using plain ASCII comparisons * A '... in the statement is numeric: * **eq** compares string values for equality using plain ASCII comparisons
Formatting Syntax @wiki
7 Hits, Last modified: 3 years ago
ku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - co... ion of the english language file * Copy only the strings that needs to be modified */ $lang['js']['nosmb... atically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document. ... iki can convert certain pre-defined characters or strings into images or other text or HTML. The text to
IMAP4 Server Scripting @reference
7 Hits, Last modified: 7 years ago
command is received, VPOP3 generates a capability string based on settings, then calls DoCapability(ipa... r) The function should return a new capabilities string. To do nothing, return the 'capabilities' argument. You can remove capabilities from the string by using string modification functions. We do not recommend adding capabilities as they will not be suppo
VPOP3.HexString @reference
7 Hits, Last modified: 7 months ago
======VPOP3.HexString====== Added in VPOP3 8.7 This function returns a Hex string encoding of the supplied parameter VPOP3.HexString(text) or VPOP3.HexString(byte-array) It can be passed either a text string or a table containing o
Lua Hashing Functions @reference
6 Hits, Last modified: 7 months ago
e been added to perform hash algorithms on a text string * VPOP3.SHA1(string) * VPOP3.SHA256(string) * VPOP3.SHA512(string) * VPOP3.MD5(string) All functions take a string parameter, and return a tabl
User Routing Script @reference
5 Hits, Last modified: 2 years ago
value of the 'Assistants' setting for this user (string) * RedirectToAssistant - the value of the 'Redi... value of the 'Forward To' setting for this user (string) * UseForwards - the value of the 'UseForwardin... get - the target address(es) for this redirector (string) * Threshold - the threshold at which this redi... messages from any *@localdomain.com addresses if string.find(Sender, "@localdomain%.com$") then ShouldF
User Delivery Script @reference
5 Hits, Last modified: 7 years ago
ssage * Headers - the message headers (table of string pairs - [1] field name, [2] data * Forwards - e... ail addresses to forward the message to (table of strings) * HeaderMods - header modifiers (table of strings) * ForwardingSenderAddress - the sender address f... ail addresses to forward the message to (table of strings) * HeaderMods - header modifiers (table of str
Password Strength Checking Script @reference
5 Hits, Last modified: 7 years ago
k(Username, Password, minlength) lowerPassword = string.lower(Password) if Password == Username then ... 0 hasCaps = 0 hasLower = 0 hasSpecial = 0 if string.find(Password, "%d") then hasDigit = 1 end if string.find(Password, "[A-Z]") then hasCaps = 1 end if string.find(Password, "[a-z]") then hasLower = 1 e
Users.AutoresponderConditions table @reference
5 Hits, Last modified: 7 years ago
t to (or NULL to be any date/time) * dow - text string indicating which days of the week this condition ... Monday, Wednesday and Friday) * sender - text string to match to the original message sender (or NULL ... NS-POSIX-REGEXP|regular expression match]] of the string surrounded by '/' characters, otherwise it is a [... case insensitive ILIKE match]] * subject - text string to match to the original message subject (or NULL
Spam Filter Rules: DBQueryOne @reference
4 Hits, Last modified: 7 years ago
* max - returns the maximum value (treated as strings) * maxnum - returns the maximum value (treat... * maxi - returns the maximum value of lower case strings * min - returns the minimum value (treated as strings) * minnum - returns the minimum value (treat... * mini - returns the minimum value of lower case strings * count - returns the number of matching rec
Internationalisation @how_to
4 Hits, Last modified: 7 years ago
n use a text editor (eg Notepad) to edit the text strings in there (the text after the '=' on each line In the VPOP3 settings, at Settings -> VPOP3 Text Strings, you can customise the text strings for some messages generated by VPOP3 in there. Any customisations are stored in the MESSAGESTRINGS.TXT file in the VPOP3 directory, so you can copy
Monitor Scripting @reference
4 Hits, Last modified: 6 years ago
Signature Script @reference
3 Hits, Last modified: 7 years ago
Scheduling Management Scripts @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetMD5 @reference
3 Hits, Last modified: 7 years ago
Archive Script @reference
3 Hits, Last modified: 2 years ago
Spam Filter Rules: Variables @reference
3 Hits, Last modified: 22 months ago
UserRuleConditions Replacement @mailapi
3 Hits, Last modified: 7 years ago
VPOP3.Base64 @reference
3 Hits, Last modified: 7 months ago
UserRuleConditions Replacement @adminapi
3 Hits, Last modified: 7 years ago
VPOP3.UnHexString @reference
3 Hits, Last modified: 7 months ago
Spam Filter Rules: HTTPPost @reference
2 Hits, Last modified: 7 years ago
SMTPClientBlocks Replacement @adminapi
2 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP @reference
2 Hits, Last modified: 4 years ago
Spam Filter Rules: Reject @reference
2 Hits, Last modified: 7 years ago
SMTPClientAllows Replacement @adminapi
2 Hits, Last modified: 7 years ago
UserRuleActions Replacement @mailapi
2 Hits, Last modified: 7 years ago
Lua Scripting @reference
2 Hits, Last modified: 9 days ago
SMTPSPFWhitelist Replacement @adminapi
2 Hits, Last modified: 7 years ago
UserRuleActions Replacement @adminapi
2 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
2 Hits, Last modified: 23 months ago
UserRuleList Replacement @adminapi
2 Hits, Last modified: 7 years ago
UserRuleList Replacement @mailapi
2 Hits, Last modified: 7 years ago
User Manager Script @reference
1 Hits, Last modified: 14 months ago
How to write your own spam filter rules @how_to
1 Hits, Last modified: 7 years ago
Spamfilter Whitelist & Blacklist @how_to
1 Hits, Last modified: 7 years ago
Spanish Webmail Language File @how_to
1 Hits, Last modified: 7 years ago
VPOP3.GetMessageLines @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePart @reference
1 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartBody @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartHeader @reference
1 Hits, Last modified: 7 years ago
VPOP3.HMAC @reference
1 Hits, Last modified: 7 months ago
VPOP3.SaveAttachment @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: 7 months ago
Spamfilter White/Blacklists @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetSetting @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Replace @reference
1 Hits, Last modified: 7 years ago
Scheduled Task Script @reference
1 Hits, Last modified: 4 years ago
Spam Filter Rules: BulkScan @reference
1 Hits, Last modified: 7 years ago
Password Lengths @reference
1 Hits, Last modified: 4 years ago
Settings @reference
1 Hits, Last modified: 7 years ago
Message Monitoring @reference
1 Hits, Last modified: 7 years ago
SMTP Service -> Advanced Tab @reference
1 Hits, Last modified: 7 years ago
Lua SMTP Relay Control @reference
1 Hits, Last modified: 7 years ago
Increase the spam score for certain recipients @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddHeader @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: CountMatches @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveTags @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBDeleteTime @reference
1 Hits, Last modified: 7 years ago
Database -> Restore Tab @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding @reference
1 Hits, Last modified: 7 years ago
Database -> Backups Tab @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: IfInBag @reference
1 Hits, Last modified: 7 years ago
Autoresponder Global Scripting @reference
1 Hits, Last modified: 9 days ago
Autoresponder Commands @reference
1 Hits, Last modified: 7 years ago
Spamfilter Script Configuration tab @reference
1 Hits, Last modified: 7 years ago

Page Tools

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