• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Using a Mobile Phone with VPOP3 • VPOP3.DeleteMessage Lua function • Which Ports does VPOP3 use? • Lists • Windows Server Port Conflicts • Database Maintenance • Message Archive -> Results Tab • Mail Connectors -> Mail Senders -> SMTP Direct • Signature Script • Incoming SMTP Feed

header

Search

You can find the results of your search below.

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

Matching pagenames:

  • How to Obtain Message Headers
  • Message Headers
  • Route incoming POP3 mail by parsing message headers
  • Increase the spam score for header marker
  • Spam Filter Rules: AddHeader
  • VPOP3.GetMessagePartHeader

Fulltext results:

Spam Filter Rules: AddHeader @reference
29 Hits, Last modified: 7 years ago
======Spam Filter Rules: AddHeader====== ^Statement |AddHeader | ^Version |2.1.7+ | ^Purpose |Allows you to add, replace or remove the specified header line in the message headers | The **AddHeader** statement requires the full header line in one continuou
How to Obtain Message Headers @how_to
24 Hits, Last modified: 7 years ago
======How to Obtain Message Headers====== Most people are familiar with mail headers such as From:, To:, Subject: etc. but there are many mo... Quite often we need to see the full internet mail headers from an e-mail that is causing problems. This ar... hen previewing a message, click ''Options -> Show Headers''. The headers will show in a pop-up box - if yo
Spam Filter Rules: IfMatch @reference
17 Hits, Last modified: 7 years ago
lso searches plain text attachments |2.1.7 | ^raw-header |This searches the entire message header, without any decoding being performed |2.1.7 | ^header |This searches the entire message header, with any MIME encoded header lines being decoded first |2.1.7
Spam Filter Rules: ForEach @reference
13 Hits, Last modified: 7 years ago
r |Finds each address contained in the specified header line of the message |Header name |2.1.11+ | ^Bag |Finds each value in a particular bag, in the order they were added to the bag |Bag name |2.2.1+ | ^Header |Finds each header line in the message |N/A |2.2.1+ | ^MimeSection |Finds details of each MIME section
Spam filter not working @how_to
13 Hits, Last modified: 7 years ago
thing to do is to look at the [[obtaining_message_headers|message headers]] of an incoming message to see if the spam filter is being run at all. Check to see if a header line beginning with **X-VPOP3-Spam** is in the message headers. ====X-VPOP3-Spam header line does not exist===
SMTP Server Lua Scripting @reference
12 Hits, Last modified: 4 weeks ago
**RBLRedirect** * **RBLRejectMessage** * **RBLHeader** ===V7.10 and later=== * **Encryption** - (IN... s function should return **<SMTP Result string>, <Header lines to ADD to the start of the message header>** =====DoUnrecognised()===== ''DoUnrecognised(<line>)'' ... new/replacement recipients for the message * HeaderModifiers table - list of message header modificat
Lua SMTP Relay Control @reference
11 Hits, Last modified: 7 years ago
ions, Size, CreationTime, ReturnPath, Recipients, HeaderData, HeaderLines)** * Filename - the filename on disk * Actions - An object containing the values: *... nts - A table containing a list of recipients * HeaderData - The header information as an associative table - eg HeaderData['Subject'] = <message subject> * H
SMTP Service -> Advanced Tab @reference
10 Hits, Last modified: 7 years ago
esses just makes VPOP3 look safer. ====Add Date: header field to locally sent messages if it doesn't exis... cked, then VPOP3 will automatically add a 'Date:' header field to locally sent messages if it doesn't already exist. The Date: header field is one of the few mandatory header fields, so all email sending software should automatically add i
Outgoing Message Scripting @reference
10 Hits, Last modified: 15 months ago
, Subject, SenderIPAddress, FileLength, Priority, Headers, Message, HoldSeconds, DeleteAfterSeconds)** ... essages with a smaller priority number first. * Headers - A list of the message header lines in raw form. * Message - The message content in raw form (single string, includes raw headers). * HoldSeconds - The current number of second
Spamfilter Whitelist & Blacklist @how_to
9 Hits, Last modified: 7 years ago
in the **Return-Path**, **Reply-To** and **From** header fields. The Blacklist will not be checked if the header contains three or more 'Reply-To' headers (this is an invalid message, and matches another spamfilter rul... ible rule to follow. If you look in the messages headers of a filtered message, then VPOP3 will add a hea
Seeing where a message came from @how_to
9 Hits, Last modified: 7 years ago
st thing you have to do is to [[obtaining_message_headers|get the full message headers]]. These may look daunting, but are very useful for problem diagnosis. The most important headers are those beginning with ''Received''. Each mail... s the message will add its own ''Received'' trace header to the start of the message. So, to see the passa
Lua SMTP MX Control @reference
9 Hits, Last modified: 23 months ago
me, Retries, LastTryTime, ReturnPath, Recipients, HeaderData, HeaderLines)** * Filename - the filename on disk * Actions - An object containing the values: *... nts - A table containing a list of recipients * HeaderData - The header information as an associative table - eg HeaderData['Subject'] = <message subject> * H
SMTP Service - Filtering @reference
8 Hits, Last modified: 7 years ago
e **MAIL FROM** phase, but if it checks a message header, it has to be checked during the **DATA** phase. ... *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
Message Headers @reference
8 Hits, Last modified: 7 years ago
======Message Headers====== This article describes some of the headers which VPOP3 can add to messages. Note that some of thes... the defaults distributed with VPOP3. The custom headers added by VPOP3 will all begin with the **X-VPOP3... t. ====X-VPOP3-RCPTTYPE==== The X-VPOP3-RCPTTYPE header shows 'how' the message arrived at you. This can
User Delivery Script @reference
7 Hits, Last modified: 7 years ago
3 spam filter's score assigned to the message * Headers - the message headers (table of string pairs - [1] field name, [2] data * Forwards - email addresses to forward the message to (table of strings) * HeaderMods - header modifiers (table of strings) * ForwardingSenderAddress - the sender address for any forwar
MessageView4 Replacement @mailapi
7 Hits, Last modified: 7 years ago
Increase the spam score for header marker @reference
7 Hits, Last modified: 5 years ago
Misc -> Advanced Tab @reference
6 Hits, Last modified: 7 years ago
POP3 Mail Collection @reference
6 Hits, Last modified: 7 years ago
New message tab @reference
5 Hits, Last modified: 7 years ago
Route incoming POP3 mail by parsing message headers @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet @reference
5 Hits, Last modified: 7 years ago
French Webmail Language File @how_to
5 Hits, Last modified: 7 years ago
Message Monitoring @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGet @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGetMD5 @reference
5 Hits, Last modified: 7 years ago
Message Rules @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPPost @reference
5 Hits, Last modified: 7 years ago
German Webmail Language Page @how_to
5 Hits, Last modified: 7 years ago
Import Users From File @reference
5 Hits, Last modified: 7 years ago
Mail tab @reference
4 Hits, Last modified: 7 years ago
Autoresponder Global Scripting @reference
4 Hits, Last modified: 7 days ago
Spanish Webmail Language File @how_to
4 Hits, Last modified: 7 years ago
Quarantine tab @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules @reference
4 Hits, Last modified: 2 years ago
VPOP3.GetMessagePartHeader @reference
4 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting @reference
4 Hits, Last modified: 22 months ago
Using tables/grids @reference
3 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP @reference
3 Hits, Last modified: 4 years ago
UserRuleActions Replacement @adminapi
3 Hits, Last modified: 7 years ago
Archive Script @reference
3 Hits, Last modified: 2 years ago
Transmission Receipt Message @how_to
3 Hits, Last modified: 7 years ago
Download Rules @reference
3 Hits, Last modified: 7 years ago
UserRuleActions Replacement @mailapi
3 Hits, Last modified: 7 years ago
Formatting Syntax @wiki
2 Hits, Last modified: 3 years ago
Allow messages through from a specific IP address @reference
2 Hits, Last modified: 3 years ago
Spam Filter Rules: Variables @reference
2 Hits, Last modified: 22 months ago
SMTP Server -> Spam Reduction @reference
2 Hits, Last modified: 7 years ago
Autoresponder @reference
2 Hits, Last modified: 7 years ago
Settings @reference
2 Hits, Last modified: 7 years ago
Repairing corrupted database @how_to
2 Hits, Last modified: 17 months ago
VPOP3 re-downloading old messages from the ISP POP3 server @how_to
2 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @mailapi
2 Hits, Last modified: 7 years ago
Webmail Menu bar @reference
2 Hits, Last modified: 7 years ago
Custom filtering incoming mail @how_to
2 Hits, Last modified: 7 years ago
Mappings @reference
2 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @reference
2 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @adminapi
2 Hits, Last modified: 7 years ago
How to make VPOP3 re-download POP3 messages from the ISP @how_to
1 Hits, Last modified: 7 years ago
What's new in version 5 webmail? @reference
1 Hits, Last modified: 7 years ago
Webmail Tabs @reference
1 Hits, Last modified: 7 years ago
"How To" Articles @how_to
1 Hits, Last modified: 3 years ago
Exchange 2007 @how_to
1 Hits, Last modified: 7 years ago
Copy Outgoing mail @how_to
1 Hits, Last modified: 7 years ago
Setting up VPOP3 to work with Exchange 2003 @how_to
1 Hits, Last modified: 7 years ago
Download Rules @how_to
1 Hits, Last modified: 7 years ago
Users.Autoresponders table @reference
1 Hits, Last modified: 7 years ago
Daily Summary is not reporting all Sent messages @how_to
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePart @reference
1 Hits, Last modified: 7 years ago
Outbound Messages Not Appearing in Monitor Target Mailbox @how_to
1 Hits, Last modified: 7 years ago
Settings -> Global Address Book @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
1 Hits, Last modified: 7 years ago
VPOP3 Reference @reference
1 Hits, Last modified: 7 years ago
Database query to get all lists and members @reference
1 Hits, Last modified: 7 years ago
Lua Scripting @reference
1 Hits, Last modified: 7 days ago
Database query to export LAN Forwarding rules @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
AutoresponderInfo Replacement @mailapi
1 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer @reference
1 Hits, Last modified: 7 years ago
Error message: VPOP3 Alert - Non-existent user - <username> @how_to
1 Hits, Last modified: 7 years ago
Sender Policy Framework / SPF @how_to
1 Hits, Last modified: 7 years ago
Using VPOP3 Spam Filtering with LAN Forwarding @how_to
1 Hits, Last modified: 7 years ago
Using a Mobile Phone with VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Use Download Rules for incoming POP3 message filtering @how_to
1 Hits, Last modified: 7 years ago
Use the spam filter scripting to add fixed text to the subject on incoming messages @reference
1 Hits, Last modified: 4 years ago
Lists @reference
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score for long sender domain @reference
1 Hits, Last modified: 7 years ago
Spam filter / Content filter scripts @how_to
1 Hits, Last modified: 7 years ago
Use the spam filter scripting to add random text to the subject on incoming messages @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