Fulltext results:
- Formatting Syntax @wiki
- nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
- Spam Filter Rules: Convert @reference
- coding - null bytes are changed to spaces | ^UrlEncode |Performs URL query encoding | ^Upper |Converts t... er case | ^Char |Converts to character from ASCII code (requires v5.0 or later) | ^Ord |Converts first character to ASCII code (requires v5.0 or later) | =====Examples===== Storing the encoded text in a variable **${encoded}** and decoding i
- Spam Filter Rules: IfMatch @reference
- arches the entire message header, with any MIME encoded header lines being decoded first |2.1.7 | ^tag |This searches all the HTML tags in the message |2.1.7... ll the URLs in the message after they have been decoded (e.g. %xx encodings have been converted to the a... e header. Any header name can be used. Any MIME encoded header lines will be decoded before searching th
- Settings -> Attachment Processing @reference
- filtered filenames=== ^Pattern ^Explanation ^ |<code>*.vbs</code> |Files with a **.vbs** extension will typically run as Visual Basic Scripts. | |<code>*.{????????-????-????-????-????????????}</code> |Filenames ending in a GUID (Globally Unique Identifie
- Lua SMTP Relay Control @reference
- a.org/wiki/Bounce_Address_Tag_Validation|BATV]] encode the return path address In VPOP3 6.7 and later, ... s set just before this function call. =====Return Code Handling===== Starting in version 5.0.0, VPOP3 will call the function **ReturnCodeHandler** every time it receives a return code from the ISP's server. The function signature is: **Ret
- Spam Filter Rules: ForEach @reference
- s}' variable. This is then sent to the log file. <code> ForEach URL FoundURLs Log "${FoundURLs}" EndFor... e a separate entry in the log file for each URL </code> The following example loops through each email ... is then checked against the sender's whitelist. <code> ForEach Addr Reply-To ReplyAddr IfMatch WhiteLi... Score} += 100 [whitelist] Break EndIf EndFor </code> The following example loops through all of the
- Spam Filter Rules: GetDecodedSection @reference
- ======Spam Filter Rules: GetDecodedSection====== ^Statement |GetDecodedSection | ^Version |2.1.11+ | ^Purpose |Returns a specified MIME... le 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 name>
- PostgreSQL server won't start due to damaged log files @how_to
- name the **data** folder to **data_old** - Run <code>bin\initdb -D <VPOP3folder>\pgsql\data -U postgres -W -A md5</code> - When it prompts for a password, type in the ... ent, make sure you remember what it is! - Type <code>copy data_old\postgresql.conf data</code><code>copy data_old\vpop3db.conf data</code><code>copy data_ol
- Spam Filter Rules: IfInBag @reference
- ed expression =====Examples===== Basic example <code> IfInBag mybag "value" # Statements EndIf </code> Using an **Else** statement <code> IfInBag mybag "value" # Statements Else # Statements EndIf </code> Using a regular expression <code> IfInBag mybag
- User Routing Script @reference
- d messages from *@localdomain.com addresses==== <code> --Don't forward any messages from any *@localdom... omain%.com$") then ShouldForward = false; end </code> ====If the sender is user@domain.com forward to person@mycompany.com==== <code> --If the sender is user@domain.com forward to p... UseForwards = true; ShouldForward = true; end </code> ====If the time is currently in the morning, ov
- Spam Filter Rules: Reject @reference
- age | The **Reject** statement requires an error code/text string, in the format Reject <error string... rrent SMTP message with the specified SMTP result code. Use a 4xx error code (eg 450) to reject the message temporarily, or a 5xx error code (eg 550) to reject the message permanently. If a
- Spam Filter Rules: If @reference
- clude an **Else** statement =====Examples===== <code> If ${score} < 100 # Statements EndIf </code> Note that it is not possible to combine tests within a s... need to nest two **If** statements, for instance <code> If ${score} < 100 If ${subject} = "Hello" # Statements EndIf EndIf </code> Using the **Else** statement <code> If ${score}
- Spam Filter Rules: AddHeader @reference
- =====Examples===== Changing the subject header <code> AddHeader "subject: VPOP3SPAM ${Subject}" </code> Removing a header line, by not setting a value <code> AddHeader "X-MyHeader:" </code> Changing the value of a header, or inserting it if it does not alread
- Mail Connectors -> Mail Senders -> SMTP Direct @reference
- ===Error handling==== SMTP has two types of error codes: * Permanent errors - these error codes begin with a 5 (eg 520 or 507). If one of these error codes is received, then the sending mail server should... message again * Temporary errors - these error codes begin with a 4 (eg 415 or 421). If one of these
- Autoresponder Commands @reference
- sent. So, if the autoresponder is defined as <code> [Section: catalog] Here's a catalog for you [De... et a catalog [All] Thank you for contacting us </code> then if you send a message to the autoresponder... ining 'catalog', you will get a response saying: <code> Here's a catalog for you Thank you for contacting us </code> Or, if you send a message to the autoresponder