• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Mail tab • Misc -> Advanced Tab • Route incoming POP3 mail by parsing message headers • Can't alter dates in Autoresponder Rules

string

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@reference
  • Any namespace
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
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
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
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
Spamfilter database comparators
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
Lua Hashing Functions
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
Spam Filter Rules: IfMatch
6 Hits, Last modified: 7 years ago
ion or a simple case insensitive substring search string. You should put quotes around the text or Perl C... start and end of the entire data | ^n |An empty string is not considered to be a valid match if this opt... f a?b? will always match, but may match the empty string at the start of the search string. | ^s |The search will let the . (dot) character match a newline chara
IMAP4 Server Scripting
5 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
Users.AutoresponderConditions table
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
Password Strength Checking Script
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
User Routing Script
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
VPOP3.HexString
4 Hits, Last modified: 7 months ago
= Added in VPOP3 8.7 This function returns a Hex string encoding of the supplied parameter VPOP3.HexSt... ing(byte-array) It can be passed either a text string or a table containing one byte per table-entry (e... HMAC]] or [[Lua Hashing Functions]] It returns a string containing the Hex encoding of the string - 2 characters per byte, in lower case. If there was an error,
Monitor Scripting
4 Hits, Last modified: 6 years ago
nd **MonitorIncoming**. The functions return a string indicating who the monitored messages are to go t... ction that this attachment occurred in * Name string - the name of the attachment * MIMEType string - the MIME type of the attachment * Size number - the size of the attachment * Type string - the type of attachment (MIME, UUE, BINHEX, MIME
Spam Filter Rules: Variables
3 Hits, Last modified: 22 months ago
he specified number. e.g. **${0}** gives the full string which matched the previous regular expression, **${1}** gives the string which matched the first parenthesised expression ... (SMTP msgs only) |6.15 | ^${SMTPHelo} | SMTP Helo String (SMTP msgs only) |6.15 | ^${SMTPReverseDNS} | Rev
Archive Script
3 Hits, Last modified: 2 years ago
eader>, <content>) This function should return a string which sets the explanation of why the message sho... e. If there isn't a return value, or the returned string is blank, VPOP3 will archive the message as norma... == CustomStore_Check() * Returns an empty string if the custom store is accessible, or an error re
Signature Script
3 Hits, Last modified: 7 years ago
single table, etc. This function should return a string which tells VPOP3 which signature to use (if ther... nction GetSignature(Type, AuthSender, Sender) if string.find(Sender, "@domain1%.com$") then if Type == ... the HTML signature for domain1</p>" end elseif string.find(Sender, "@domain2%.com$") then if Type ==
Scheduling Management Scripts
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetMD5
3 Hits, Last modified: 7 years ago
VPOP3.Base64
3 Hits, Last modified: 7 months ago
Spam Filter Rules: Reject
2 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPPost
2 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP
2 Hits, Last modified: 4 years ago
Lua SMTP MX Control
2 Hits, Last modified: 23 months ago
VPOP3.GetMessageLines
1 Hits, Last modified: 7 years ago
VPOP3.UnHexString
1 Hits, Last modified: 7 months ago
VPOP3.UnBase64
1 Hits, Last modified: 7 months ago
VPOP3.SetSetting
1 Hits, Last modified: 4 years ago
VPOP3.SaveAttachment
1 Hits, Last modified: 7 years ago
VPOP3.HMAC
1 Hits, Last modified: 7 months ago
Database -> Restore Tab
1 Hits, Last modified: 7 years ago
VPOP3.GetSetting
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartHeader
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartBody
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePart
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBDeleteTime
1 Hits, Last modified: 7 years ago
Lua SMTP Relay Control
1 Hits, Last modified: 7 years ago
Scheduled Task Script
1 Hits, Last modified: 4 years ago
User Manager Script
1 Hits, Last modified: 14 months ago
User Delivery Script
1 Hits, Last modified: 7 years ago
Spamfilter Script Configuration tab
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Replace
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveTags
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddHeader
1 Hits, Last modified: 7 years ago
Spam Filter Rules: CountMatches
1 Hits, Last modified: 7 years ago
Autoresponder Global Scripting
1 Hits, Last modified: 9 days ago
Spam Filter Rules: IfInBag
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