• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Outbound Messages Not Appearing in Monitor Target Mailbox • Webmail Status bar • Webmail Menu bar • How To: Move VPOP3 • Move VPOP3 Version 5 (or later) to a new PC • 535 Authentication Failed • Move VPOP3 Version 3 or 4 to a new PC • Message Archive • Connections • Message Monitoring

line

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:

  • Message Archive -> Offline Tab
  • Offline Archive Error Messages
  • VPOP3.GetMessageLines

Fulltext results:

Status Monitor (port 5109) protocol
14 Hits, Last modified: 6 years ago
LOGIN <username> <password> You will receive a line beginning with either "+OK" if the authentication... When you connect to VPOP3, VPOP3 sends a welcome line like: +OK VPOP3 Status Server Ready <3.d28.51a... ALOGIN <username> <response> You will receive a line beginning with either "+OK" if the authentication... When you connect to VPOP3, VPOP3 sends a welcome line like: +OK VPOP3 Status Server Ready <3.d28.51a
Misc -> Advanced Tab
11 Hits, Last modified: 7 years ago
done by counting the number of 'Received:' header lines). If this number of hops exceeds a specified val... essage. If the number of hops ('Received:' header lines) exceeds this number, then VPOP3 will reject the... velope, and also, specify the sender in the From: line in the message header. If this option is checked... take the email address from the **From:** header line, and use it as the sender's address in the SMTP e
SMTP Server Lua Scripting
9 Hits, Last modified: 4 weeks ago
ageLineRaw()** - (v5+) called each time a message line is received by VPOP3 * **MessageLine()** - (v5+) called after processing each message line received by VPOP3 * **EndMessage()** - (v5+) ca... * **MaxLineLength** - (IN/OUT) - number - maximum line length * **AddUserAddresses** - (IN/OUT) - bool... ion should return **<SMTP Result string>, <Header lines to ADD to the start of the message header>** ===
Spam Filter Rules: IfMatch
8 Hits, Last modified: 7 years ago
e task as **body**, but also searches the subject line |2.1.7 | ^anytexta |This performs the same task as **bodya**, but also searches the subject line |2.1.7 | ^htmlsource |This searches the raw HTML... tire message header, with any MIME encoded header lines being decoded first |2.1.7 | ^tag |This searche... header name can be used. Any MIME encoded header lines will be decoded before searching them. The heade
Spam Filter Rules: Comments
6 Hits, Last modified: 7 years ago
Comments====== In the spam filter scripts, blank lines are ignored. Any line beginning with a **#** character is treated as a comment. Comments must be on a line of their own; there is no way to add a comment to the end of a line. =====Examples===== The following example demons
Spam Filter Rules: ForEach
6 Hits, Last modified: 7 years ago
ds each address contained in the specified header line of the message |Header name |2.1.11+ | ^Bag |Fin... g |Bag name |2.2.1+ | ^Header |Finds each header line in the message |N/A |2.2.1+ | ^MimeSection |Find... section ID>:<MIME type>:<section size>:<number of lines>:<attachment name>'' |::: |2.1.11+ | ^Recipient ... following example loops through all of the header lines of the message, and look for the 'Received:' hea
SMTP Direct Sender Settings
6 Hits, Last modified: 7 years ago
can use wildcards in the domain name part of the line - eg ** *.demon.co.uk** ===VPOP3 v6.2 and later=== In VPOP3 v6.2, you can specify multiple lines which match the target domain, VPOP3 will treat ... to the DNS overrides. The first two parts of each line in the overrides is as before - recipient domain,... the message size matches the condition, then this line matches - Check message retries - specify ''$re
Import Users From File
5 Hits, Last modified: 7 years ago
) (*.csv)**. You may optionally include a header line at the top of the CSV file, which allows you to s... \\ Irrespective of whether you include the header line, you will be able to override the column definiti... ising the import.\\ If you have included a header line in the CSV file, the columns should be sorted int... , review the three checkboxes: * **Ignore first line** - //You should tick this if the first line cont
Spam Filter Rules: AddHeader
5 Hits, Last modified: 7 years ago
ou to add, replace or remove the specified header line in the message headers | The **AddHeader** statement requires the full header line in one continuous string, in the format AddHeader "<full header line>" * If the header line is present: * It will be replaced if an alternative value is specified.
VPOP3.GetMessageLines
4 Hits, Last modified: 7 years ago
unction 'VPOP3.GetMessageLines' retrieves content lines from the message currently being processed This... . It takes one parameter: - number - number of lines to retrieve The function returns two values: - number - the number of lines retrieved (this may be less than the requested n... e end of the message was reached - string - the lines being retrieved. These are not decoded in any wa
Lua SMTP Relay Control
4 Hits, Last modified: 7 years ago
from the ISP. Note that if the ISP gives a multi-line response, this value contains the full response, not just one line of it * LastLine - the last line of the response from the ISP The function optionally returns a stri... t> * HeaderLines - A list of the message header lines in raw form The function returns an Actions obj
SMTP Server -> IDS/IPS
4 Hits, Last modified: 7 years ago
will simply append entries to the file (one text line per event), so it will grow indefinitely unless y... filename dynamically if you wish. The **IDS Log Line Format** tells VPOP3 what data to store on each line in the log file. You can use replacements to indic... [ids_logging_script|Lua script]] to customise the line format further - eg if the timestamp needs to be
Summary Log File Format
3 Hits, Last modified: 7 years ago
log files for you to use when parsing them. Each line of the file is a separate record. The line contains 4 elements - Date/time stamp - Item code -... ient component in VPOP3, scan through looking for lines where the item code is '6' and add all the value
Spam Filter Rules: SendMessage
3 Hits, Last modified: 7 years ago
t * Use **\n** in the message text so specify a line break * Currently no <options> are defined, so ... " "Test message" "This is a test message\nThis is the second line\n\nThis is the fourth line" "" </code>
Access Restrictions Internal Format
3 Hits, Last modified: 22 months ago
ET *ALLOWED*.DAT will list them) Each entry is a line, separated by a line feed (ASCII 10, \n) - without an associated carriage return The first entry speci... (1) or not (0) Subsequent entries each encode a line in the IP Access Restrictions rule list, with 7 f
Message Monitoring
3 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting
3 Hits, Last modified: 22 months ago
Settings -> Attachment Processing
2 Hits, Last modified: 7 years ago
Increase the spam score for header marker
2 Hits, Last modified: 5 years ago
Spam Filter Rules: DNS
2 Hits, Last modified: 7 years ago
Autoresponder Commands
2 Hits, Last modified: 7 years ago
Spam Filter Rules: *STOP
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Include
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveTags
1 Hits, Last modified: 7 years ago
DMARC Reporter Script
1 Hits, Last modified: 19 months ago
Spam Filter Rules: Stop
1 Hits, Last modified: 7 years ago
Outgoing Message Scripting
1 Hits, Last modified: 15 months ago
Spam Filter Rules: HTTPPost
1 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet
1 Hits, Last modified: 7 years ago
Increase the spam score for subject marker
1 Hits, Last modified: 7 years ago
Database -> Backups Tab
1 Hits, Last modified: 7 years ago
Using tables/grids
1 Hits, Last modified: 7 years ago
Attachment Processing Script
1 Hits, Last modified: 3 years ago
VPOP3.SendMessage
1 Hits, Last modified: 4 years ago
ListServer Commands
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Goto
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGetMD5
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGet
1 Hits, Last modified: 7 years ago
POP3 Mail Collection
1 Hits, Last modified: 7 years ago
os.timedexecute
1 Hits, Last modified: 7 years ago
Spam Filter Rules: BulkScan
1 Hits, Last modified: 7 years ago
Lua SMTP MX Control
1 Hits, Last modified: 23 months ago
Spamrules example - increase spam score if there are many links in the email
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score for long sender domain
1 Hits, Last modified: 7 years ago
Increase the spam score for certain recipients
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct
1 Hits, Last modified: 7 years ago
SMTP Service -> Advanced Tab
1 Hits, Last modified: 7 years ago
Message Headers
1 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings
1 Hits, Last modified: 7 years ago
Reports
1 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP
1 Hits, Last modified: 4 years ago

Page Tools

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