Fulltext results:
- Status Monitor (port 5109) protocol
- 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
- SMTP Server Lua Scripting
- 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
- Spam Filter Rules: IfMatch
- 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... arch, treating the entire search data as a single line. You can modify this behaviour by adding characte... ^m |The search will treat the input data as multiline data – this means that the $ and <nowiki>^</nowik
- Misc -> Advanced Tab
- 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... ld fix problems with sending mail. ====Allow Any Line Endings==== In email, all lines must strictly end... racters (CR, LF, or LF/CR) are not interpreted as line endings. Usually VPOP3 will follow the standards
- Message Archive -> Offline Tab
- ======Message Archive -> Offline Tab====== [[Settings]] -> [[Message Archive]] -> Offline Tab. The **Offline** tab lets you tell VPOP3 to move old archived messages to an alternative store, su... on the message content. {{:reference:archive_offline.png|}} * The **Archive Backup Name** is the fil
- Import Users From File
- ) (*.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
- Lua SMTP Relay Control
- *ReturnCodeHandler(LastCommand, FullResponse, LastLine)** * LastCommand - the last SMTP command sent b... 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
- SMTP Direct Sender Settings
- can use wildcards in the domain name part of the line - eg ** *.demon.co.uk** ===VPOP3 v6.2 and late... 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... of this message matches the condition, then this line matches - Stop processing the overrides - speci
- Attachment Processing Script
- edsRewrite * GetRename * GetContentDispositionLine (added in v7.8) * IsLockNeeded * RewriteAttac... in', 'image/jpeg', etc) ====GetContentDispositionLine==== function GetContentDispositionLine(originalContentDispositionLine, type, attachmentName, rewriteSection, MIMEtype, filterVariables) * t
- Spam Filter Rules: AddHeader
- 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.
- Spam Filter Rules: Comments
- pam 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... s another comment, but I'll type code on the next line ${Pears} = 2 </code> The following example shows
- POP3 Client Lua Scripting
- eLineRaw()** - called when VPOP3 has downloaded a line of a message from the remote server. * **MessageLine()** - called after VPOP3 has processed a line of a message from the remote server,just before it saves ... ROM' address * <subject> is the message subject line * <recipient list> is a table containing a list
- SMTP Server -> IDS/IPS
- 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
- Spam Filter Rules: ForEach
- 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... ceived:' header lines <code> ForEach Header HeaderLine IfMatch ${HeaderLine} /^Received:/ # Statements EndIf EndFor </code> The following example loops thr
- Spam Filter Rules: SendMessage
- 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>