Fulltext results:
- Spamfilter White/Blacklists
- ldcards (* and ?) or you can use a PCRE regular expression by surrounding the text with / ... / characters (with optional [[http://www.regular-expressions.info/modifiers.html|PCRE modifiers]] after the last /). Regular expressions give you the most control and flexibility ove... re many tutorials on the Internet about regular expressions, one we like is at http://regular-expressions
- Spam Filter Rules: IfMatch
- e **IfMatch** statement can either be a regular expression or a simple case insensitive substring search ... otes around the text or Perl Compatible Regular Expression (PCRE) to search for. To specify a regular expression surround it with '/' characters, otherwise VPO... ase insensitive substring search. With regular expressions, it will normally do a case sensitive search,
- Spam Filter Rules: Variables
- 2.1+ | ^${RegExMatches} |The number of regular expression matches from the last match expression |2.2.1+ | ^${''<n>''} |e.g. **${1}** - The result of the previous regular expression match corresponding to the specified number. e... full string which matched the previous regular expression, **${1}** gives the string which matched the f
- SMTP Service - Filtering
- ====Edit SMTP Rules==== To edit the SMTP rules, press the **Edit SMTP Rules** button. This brings up th... n not process any more rules. To add a new rule, press the '+' icon. To delete a rule, press the 'bin' icon next to the rule. To move a rule up or down in the ... next to the rule. ===Adding or Editing a rule=== Press the '+' to add a new rule, or click on the rule n
- Spamfilter database comparators
- ching.html#FUNCTIONS-POSIX-REGEXP|POSIX regular expression]] match comparison * !~ does a [[http://www.... ching.html#FUNCTIONS-POSIX-REGEXP|POSIX regular expression]] not-match comparison * ~* does a [[http://... ONS-POSIX-REGEXP|case insensitive POSIX regular expression]] match comparison * !~* does a [[http://www... ONS-POSIX-REGEXP|case insensitive POSIX regular expression]] not-match comparison * LIKE does an SQL 'L
- Message Archive -> Offline Tab
- create multiple ZIP files each of 50MB. Once you press **Start Backup** VPOP3 will start creating the ZI... reate it in sections. The target size is after compression, so VPOP3 cannot tell how large a compressed message will be until it has actually been compressed. A 620MB ZIP may contain 100,000 message files,
- Autoresponder
- s autoresponder automatically, but if it doesn't, pressing **Go** will select the autoresponder, and show... utoresponders. ====Autoresponder definition==== Pressing **Edit** will take you to the page where you c... You can use * & ? wildcards or surround regular expressions with / / characters. * **Subject** - specif... You can use * & ? wildcards or surround regular expressions with / / characters. If you leave any (or al
- Security Settings -> Intrusion Protection Tab
- the entry was added. You can select an entry and press the **Delete** button to remove it from the list ... e, specify the time to block the address for, and press the **Add** button. You cannot tell VPOP3 to bloc... s from the never block list by selecting them and pressing the **Delete** button. You can manually add e... the never block list by entering the address and pressing the **Add** button. If you add an entry to th
- Spamfilter Quarantine Viewer
- the page, you must first select criteria and then press the **Go** button to view the selected messages. ... ng searches, you can't use wildcards or regular expressions. Once you have selected the search criteria, press the **Go** button and VPOP3 will display the quar... ick on messages to select multiple messages, then press the **Release Msgs** button above the results lis
- Spam Filter Rules: IfInBag
- value> can either be a simple string, a regular expression (surrounded with '/' characters), or a 'DOS style' wildcarded expression =====Examples===== Basic example <code> IfIn... lse # Statements EndIf </code> Using a regular expression <code> IfInBag mybag "/@domain\.com/i" # Statements EndIf </code> Using a wildcarded expression <code> IfInBag mybag "*@domain.com" # Statemen
- LAN Forwarding Queue Status
- re three buttons * Refresh Queue View - if you press this button, then the list of messages to be LAN ... rding / Resume LAN Forwarding - if this button is pressed, then the LAN Forwarding process in VPOP3 will ... using the checkboxes at the left of the list) and press this button to remove them from the LAN Forwardin... ue. Note that you cannot remove any messages which are being sent the same time as you press the button.
- SMTP Server -> IDS/IPS
- nd period that the address should be blocked, and pressing the **Add** button. The maximum time you can... entries from the block list by selecting them and pressing the **Delete** button. You can manually add e... the never block list by entering the address and pressing the **Add** button. If you add an entry to the
- Spam Filter Rules: Replace
- e <variable> <search> <replace> * The search expression can be a regular expression if desired. * The **Replace** statement will replace all occurrences of the search expression, not just the first occurrence. =====Example=
- Spam Filter Rules: ZipContents
- in the format: ''filename<tab>ZIP comment<tab>compressed length<tab>uncompressed length<tab>timestamp'' =====Example===== The following example will iterate
- Spam Filter Rules: CountMatches
- |Counts the number of times a specific regular expression matches in a string | **CountMatches** statem... e body of the incoming message, for the regular expression '/ /' and return the number of matches into th