• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Backscatter • Performance Tuning • Locked Accounts • 552 5.2.3 Message too large - contact your administrator • How to stop VPOP3 • POP3 Protocol • 550/553 Not Permitted error from BT Internet's mail servers • Socket Error 10503 - No More Data • What is the VPOP3 Antivirus solution? • Performance Requirements

subject

Search

You can find the results of your search below.

Ends 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:

  • Use the spam filter scripting to add fixed text to the subject on incoming messages
  • Use the spam filter scripting to add random text to the subject on incoming messages
  • Increase the spam score for subject marker

Fulltext results:

Autoresponder Commands
17 Hits, Last modified: 7 years ago
different responses based on the incoming message subject. You can specify them as: * **[Section: <subject text>]** * **[Default]** * **[All]** If no section... defined, then **[All]** is assumed. **[Section: <subject text>]** sections will be sent if the subject of the incoming message contains the <subject text> (case in
Outgoing Message Scripting
13 Hits, Last modified: 16 months ago
ge(AuthenticatedSender, ReturnPath, CreationDate, Subject, SenderIPAddress, FileLength, Priority, Headers, ... message was created - as ''YYYYMMDDHHMMSS''. * Subject - The subject of the message. * SenderIPAddress - The IP address of the message sender (if generated fro... ge(AuthenticatedSender, ReturnPath, CreationDate, Subject, SenderIPAddress, FileLength, Priority, Headers)
Autoresponder
9 Hits, Last modified: 7 years ago
revent "autoresponder loops") * **Autoresponder Subject Prefix/Subject** - this indicates modifications to the original message subject. If you choose **Subject Prefix** then the specified text will be prepended to the start of the original s
Find a message
8 Hits, Last modified: 7 years ago
======Find a message====== If you know the subject of a message, you can search the entire message store for messages with this subject. Go to Settings → Database → Query Alternativel... n, type <code> SELECT messagetime, internaltime, subject, fromaddr, fromname, tolist, attachments, spam, s... INNER JOIN users.users ON userid=usernumber WHERE subject ilike '%<subject to search for>%'; </code> Repla
Autoresponder Global Scripting
8 Hits, Last modified: 8 weeks ago
reply-to address to use in the autoresponse * Subject - the subject replacement for the autoresponse (cannot be used with SubjectPrefix) * SubjectPrefix - text to prefix to the original subject for the autoresponse (cannot be used with Subject) * AppendMsg - whether the original message should b
ListServer Commands
7 Hits, Last modified: 7 years ago
on the particular mailing list's settings. =====Subject Commands===== These commands can be sent in the message subject. If these are used, then the remainder of the mes... scribe=== (Can be abbreviated to **sub**) Send a subject of **subscribe listname**. For example Subject: subscribe offers-list n.b. Use the //list name//, not
Settings -> Attachment Processing
7 Hits, Last modified: 7 years ago
<**Header field**>: <**Data to match**>''. e.g. ''Subject: Annual accounts''.\\ You may either use wildcard... or the **Data to match** part of the rule. e.g. ''Subject: Annual accounts for*'', or ''Subject: /Annual accounts for (Your main business|Your other business)/i'' ... l be replaced by a dynamic value, such as: * **%subject%** - //The message subject, but with some charact
Autoresponder scripting
7 Hits, Last modified: 8 weeks ago
inator** - the originator email address * **OrigSubject** - the original subject * **Date, LongDate, ShortDate, Time, TimeNoSecs** - the current date & time in ... en called, the //Keep, CheckLog, Sender, ReplyTo, Subject, SubjectPrefix, AppendMsg, To, CopyTo// and //Att... reply-to address to use in the autoresponse * **Subject** - the subject replacement for the autoresponse
Spam Filter Rules
6 Hits, Last modified: 3 years ago
=====Examples===== * [[spamrules_addrandomtexttosubject|Add random text to subject on incoming messages]] * [[spamrules_addfixedtexttosubject|Add fixed text to subject on incoming messages]] * [[spamrules_checkrecipient|Increase spam score for sp
Monitor Scripting
6 Hits, Last modified: 6 years ago
Out(sender, authenticated_sender, recipient_list, subject) or MonitorInternal(sender, recipient_list, subject) or MonitorIncoming(sender, recipient_list, subject) * **recipient_list** is a list of target email a... Out(sender, authenticated_sender, recipient_list, subject, size, attachments, ToRecipients, CcRecipients, B
SMTP Server Lua Scripting
6 Hits, Last modified: 2 months ago
ssMessage()===== ''ProcessMessage("<mailfrom>", "<subject>", <recipient list>, <current actions>, <message ... * <mailfrom> is the SMTP 'MAIL FROM' address * <subject> is the message subject line * <recipient list> is a table containing a list of the recipient email addr... ", "<Authenticated Sender>", "<Sender Address>", "Subject", <locally sent>, <message size>'' This function
Increase the spam score for subject marker
5 Hits, Last modified: 7 years ago
======Increase the spam score for subject marker====== This script is for the case where your ISP adds a marker eg '[spam]' to the message subject, and you want the VPOP3 spamfilter to quarantine ... ssage as spam" BulkScan Score [ISPSpamMarker] Subject /^\[Spam\]/ 200 EndBulkScan When the subject starts with [Spam], then the spam filter will add '200'
Use the spam filter scripting to add random text to the subject on incoming messages
5 Hits, Last modified: 7 years ago
e spam filter scripting to add random text to the subject on incoming messages====== This needs VPOP3 versi... xt ''[XXX-99999]'' added to an incoming message's subject if it does not already exist. Some people want th... sages) <code> IfMatch rcpt /^support$/i IfMatch subject /\[[A-Z]{3}-\d{5}\]/ # reference already exists ... f} .= ${T} Random 0 9 T ${Ref} .= ${T} AddHeader "Subject: [${Ref}] ${Subject}" EndIf EndIf </code>
Spam Filter Rules: IfMatch
5 Hits, Last modified: 7 years ago
the same 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... case insensitive regular expression search of the Subject line of the message header to see if it contains the text **hello** anywhere. <code> IfMatch subject "/.*hello.*/i" # Statements EndIf </code> The ex
Users.Autoresponders table
5 Hits, Last modified: 7 years ago
the autoresponse's reply-to address should be * subject - text indicating what the autoresponse's subject should be (blank to use the original message's subject) * subjectprefix - text indicating a prefix to add to the start of the autoresponse's subject if the subject was not explicitly specified above
Use the spam filter scripting to add fixed text to the subject on incoming messages
5 Hits, Last modified: 4 years ago
Attachment Extraction Scripting
5 Hits, Last modified: 7 years ago
Spam Filter Rules: AddHeader
5 Hits, Last modified: 7 years ago
Spam Filter Rules: DBQueryOne
4 Hits, Last modified: 7 years ago
Spam Filter Rules: DBUpdate
4 Hits, Last modified: 7 years ago
Error Handling Scripting
4 Hits, Last modified: 20 months ago
Archive Script
3 Hits, Last modified: 2 years ago
Quarantine tab
3 Hits, Last modified: 7 years ago
What's new in version 5 webmail?
3 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting
3 Hits, Last modified: 24 months ago
Signature Script
3 Hits, Last modified: 7 years ago
Spam Filter Rules: DBDeleteTime
2 Hits, Last modified: 7 years ago
Spam Filter Rules: BulkScan
2 Hits, Last modified: 7 years ago
Spam Filter Rules: SendMessage
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Variables
2 Hits, Last modified: 24 months ago
User Delivery Script
2 Hits, Last modified: 7 years ago
User Routing Script
2 Hits, Last modified: 2 years ago
Users.AutoresponderConditions table
2 Hits, Last modified: 7 years ago
VPOP3.GetMessages Lua function
2 Hits, Last modified: 7 years ago
POP3 Mail Collection
2 Hits, Last modified: 7 years ago
SMTP Service - Filtering
2 Hits, Last modified: 7 years ago
Mail tab
2 Hits, Last modified: 7 years ago
LAN Forwarding Queue Status
2 Hits, Last modified: 7 years ago
Lua SMTP MX Control
2 Hits, Last modified: 2 years ago
Lua SMTP Relay Control
2 Hits, Last modified: 7 years ago
LogDB.Messages table
2 Hits, Last modified: 7 years ago
Message Monitoring
2 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer
2 Hits, Last modified: 7 years ago
msgaudit Database table
2 Hits, Last modified: 7 years ago
Find biggest messages
1 Hits, Last modified: 6 years ago
VPOP3.SendMessage
1 Hits, Last modified: 4 years ago
Database schema used in VPOP3 5.x
1 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting
1 Hits, Last modified: 7 years ago
DMARC Reporter Script
1 Hits, Last modified: 21 months ago
Download Rules
1 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue
1 Hits, Last modified: 7 years ago
Send Admin Message
1 Hits, Last modified: 7 years ago
Database query to list failed message sends
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
Mail Connectors -> Mail Senders -> SMTP Direct
1 Hits, Last modified: 7 years ago
Spam Filter Rules: If
1 Hits, Last modified: 7 years ago
New message tab
1 Hits, Last modified: 7 years ago
Message Archive -> Offline Tab
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