• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • SMTP error 'Invalid HELO name' • Installation Errors • How to use the VPOP3 Status Monitor • "How To" Articles • Error 0x80040201 when sending mail in Outlook • Mappings • We installed a new router and now nothing works • Controlling VPOP3 via Email • Don't download big messages during the working day using Download Rules • Import Users From File

get

Search

You can find the results of your search below.

Starts with
  • 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:

  • Database query to get all lists and members
  • Spam Filter Rules: GetAddressType
  • Spam Filter Rules: GetDecodedSection
  • Spam Filter Rules: GetMD5
  • Spam Filter Rules: GetRFC822Date
  • Spam Filter Rules: GetSectionEncoding
  • Spam Filter Rules: GetSectionMD5
  • Spam Filter Rules: GetUserGroup
  • Spam Filter Rules: HTTPGet
  • Spam Filter Rules: HTTPGetMD5
  • Spam Filter Rules: WinHTTPGet
  • VPOP3.GetFolders Lua function
  • VPOP3.GetMessageLines
  • VPOP3.GetMessagePart
  • VPOP3.GetMessagePartBody
  • VPOP3.GetMessagePartHeader
  • VPOP3.GetMessages Lua function
  • VPOP3.GetSetting
  • VPOP3.GetUsers Lua function
  • VPOP3Net.GetHTTP

Fulltext results:

Spam Filter Rules
18 Hits, Last modified: 2 years ago
ement_foreach|ForEach]] * [[spamrules_statement_getaddresstype|GetAddressType]] * [[spamrules_statement_getdecodedsection|GetDecodedSection]] * [[spamrules_statement_getgeoip|GetGeoIP]] * [[spamrules_statem
Lua Scripting
11 Hits, Last modified: 5 days ago
]] * [[os.setsafety]] * [[os.sleep]] * [[os.getdirectory]] * [[os.timedexecute]] * [[VPOP3.GetSetting]] * [[VPOP3.SetSetting]] * [[VPOP3.ExpandAddress]] * [[VPOP3.GetUserList]] * [[VPOP3.GetUserSetting]] * [[VPOP3.SetUserSetting]] * [[VPOP3Net.GetDNSRecords]]
Spam Filter Rules: GetSectionMD5
8 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetSectionMD5====== ^Statement |GetSectionMD5 | ^Version |2.3.6+ | ^Purpose |Performs an MD5 hash on a ... e specified variable in hex encoded form | The **GetSectionMD5** statement requires a message section number and variable name, in the format GetSectionMD5 <message section number> <variable name
Spam Filter Rules: GetDecodedSection
7 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetDecodedSection====== ^Statement |GetDecodedSection | ^Version |2.1.11+ | ^Purpose |Returns a specifi... intable encoding of the raw message data | The **GetDecodedSection** statement requires a message section number and variable name, in the format GetDecodedSection <message section number> <variable
Spam Filter Rules: GetSectionEncoding
7 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetSectionEncoding====== ^Statement |GetSectionEncoding | ^Version |2.3.9+ | ^Purpose |Retrieves the MI... s the result into the specified variable | The **GetSectionEncoding** statement requires a message section number and variable name, in the format GetSectionEncoding <message section number> <variable
SMTP Server Lua Scripting
6 Hits, Last modified: 4 weeks ago
le to dynamically alter service load limits * **GetMaxMessageSize()** - called at startup, and when the HELO and EHLO commands are received * **GetEHLOCapabilities()** - called when the EHLO comman... a **5xx** or **4xx** result code is given. =====GetMaxMessageSize()===== ''GetMaxMessageSize("<hostname>", <current max size in bytes>)'' This function i
Attachment Processing Script
6 Hits, Last modified: 3 years ago
be altered: * NeedsRecode * NeedsRewrite * GetRename * GetContentDispositionLine (added in v7.8) * IsLockNeeded * RewriteAttachment ====NeedsR... cript wants to rewrite/rename the attachment ====GetRename==== function GetRename(type, attachmentName, MIMEtype, filterVariables) * type = MIME or UU
Spam Filter Rules: GetMD5
5 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetMD5====== ^Statement |GetMD5 | ^Version |2.3.6+ | ^Purpose |Performs an MD5 hash on a string, and re... e specified variable in hex encoded form | The **GetMD5** statement requires a string and variable name, in the format GetMD5 <string> <variable name> =====Example===== Th
Spam Filter Rules: GetRFC822Date
5 Hits, Last modified: 22 months ago
======Spam Filter Rules: GetRFC822Date====== ^Statement |GetRFC822Date | ^Version |2.2.1+ | ^Purpose |Converts an RFC 822 format... r of days elapsed since 1st January 1601 | The **GetRFC822Date** statement requires a date in RFC 822 format and a variable name, in the format GetRFC822Date <date> <variable name> The result is
Spam Filter Rules: GetUserGroup
5 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetUserGroup====== ^Statement |GetUserGroup | ^Version |2.4.5+ | ^Purpose |Checks if the specified user... VPOP3 group, and returns the group name | The **GetUserGroup** statement requires a username and variable name, in the format GetUserGroup <username> <variable name> If the user
Signature Script
5 Hits, Last modified: 7 years ago
v6.7 and later. VPOP3 calls a function called **GetSignature** which should have the following prototype: GetSignature(<format>, <authenticated sender>, <sende... sage subject is also passed to the function: GetSignature(<format>, <authenticated sender>, <sende... tributes for the authenticated sender (if any) GetSignature(<format>, <authenticated sender>, <sende
Spam Filter Rules: GetAddressType
5 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetAddressType====== ^Statement |GetAddressType | ^Version |2.4.6+ | ^Purpose |Analyses a specified ema... and reports what 'type' of address it is | The **GetAddressType** statement requires an email address and variable name, in the format GetAddressType <email address> <variable name> =====
VPOP3.GetMessages Lua function
5 Hits, Last modified: 7 years ago
======VPOP3.GetMessages Lua function====== The [[management scripting|Lua management]] function 'VPOP3.GetMessages' retrieves a table containing all the mail messages in a specified folder. VPOP3.GetFolders(username, folder); * **username** is the username from [[VPOP3.GetUsers]] * **folder** is the folder from [[VPOP3.
Lua SMTP MX Server Rules
4 Hits, Last modified: 22 months ago
VPOP3 directory in VPOP3 v6.6 or earlier). =====GetCheckCache===== ''GetCheckCache("<Domain>", numRetries, messageSize)'' returns true if VPOP3's DNS cac... be used, or false to do a fresh DNS lookup =====GetOverrides===== ''GetOverrides("<Domain>", numRetries, messageSize)'' returns **DNS Server Map**, **con
Spam Filter Rules: ForEach
4 Hits, Last modified: 7 years ago
MimeSection** loop with the [[spamrules_statement_getdecodedsection|GetDecodedSection]] statement as in the following example, which loops through the MIME ... tests if the section is a text type. If it is, it gets the section contents into the ${SectionText} var... != "" IfMatch ${SectionType} "/^text\//i" GetDecodedSection ${SectionId} SectionText IfMatc
Autoresponder Commands
4 Hits, Last modified: 7 years ago
VPOP3.DeleteMessage Lua function
3 Hits, Last modified: 7 years ago
DMARC Reporter Script
3 Hits, Last modified: 19 months ago
LAN Forwarding Scripting
3 Hits, Last modified: 7 months ago
Management Scripting
3 Hits, Last modified: 7 years ago
POP3 Mail Collection
3 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function
3 Hits, Last modified: 7 years ago
VPOP3.PurgeMessage Lua function
3 Hits, Last modified: 7 years ago
VPOP3.MarkMessageRead Lua function
3 Hits, Last modified: 7 years ago
VPOP3.RenameFolder Lua function
2 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartHeader
2 Hits, Last modified: 7 years ago
VPOP3.GetUsers Lua function
2 Hits, Last modified: 7 years ago
VPOP3.GetSetting
2 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartBody
2 Hits, Last modified: 7 years ago
VPOP3.GetMessageLines
2 Hits, Last modified: 7 years ago
VPOP3.GetMessagePart
2 Hits, Last modified: 7 years ago
Archive Script
2 Hits, Last modified: 2 years ago
VPOP3Net.GetHTTP
2 Hits, Last modified: 4 years ago
IMAP4 Server Scripting
2 Hits, Last modified: 7 years ago
Reset Message Folder Counts
2 Hits, Last modified: 7 years ago
Bandwidth Control
2 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue
1 Hits, Last modified: 7 years ago
User Routing Options
1 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings
1 Hits, Last modified: 7 years ago
Send Admin Message
1 Hits, Last modified: 7 years ago
Mail Collectors
1 Hits, Last modified: 7 years ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score if there are many links in the email
1 Hits, Last modified: 7 years ago
Useful Database Queries
1 Hits, Last modified: 4 years ago
Database query to get all lists and members
1 Hits, Last modified: 7 years ago
Database -> Restore Tab
1 Hits, Last modified: 7 years ago
VPOP3.MessageReset
1 Hits, Last modified: 7 years ago
VPOP3.MessageSeek
1 Hits, Last modified: 7 years ago
Autoresponder scripting
1 Hits, Last modified: 5 days ago
Settings -> Attachment Processing
1 Hits, Last modified: 7 years ago
Prune Rules
1 Hits, Last modified: 7 years ago
Status Monitor (port 5109) protocol
1 Hits, Last modified: 6 years ago
Spamrules example - increase spam score for long sender domain
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Goto
1 Hits, Last modified: 7 years ago
Allow messages through from a specific IP address
1 Hits, Last modified: 3 years ago
Increase the spam score for header marker
1 Hits, Last modified: 5 years ago
Increase the spam score for certain recipients
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Assignments
1 Hits, Last modified: 7 years ago
Use the spam filter scripting to add random text to the subject on incoming messages
1 Hits, Last modified: 7 years ago
Use the spam filter scripting to add fixed text to the subject on incoming messages
1 Hits, Last modified: 4 years ago
SMTP Reputation Stats
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Random
1 Hits, Last modified: 7 years ago
Increase the spam score for subject marker
1 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNS
1 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNSBL
1 Hits, Last modified: 7 years ago
Spam Filter Rules: StartSURBL
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Stop
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount
1 Hits, Last modified: 7 years ago
Access Restrictions Internal Format
1 Hits, Last modified: 22 months ago

Page Tools

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