Hexamail POP3 Downloader Administration Guide - Content - Link Intercept
Link Intercept
Link Intercept
Redirect links in email
This setting allows you to redirect links in incoming email to go via your Hexamail Web interface. The interface can then track link clicks,
warn users before redirecting or block links and inform users that the link is blocked and they should consult the system administrator to access the link.
On/Off
off
on
Include allowlisted email
This setting allows you to redirect links in incoming allowlisted email.
On/Off
on
on
Link Expression Matching
This list allows the configuration of link matching expressions. When an expression matches it will perform the action specified for the expression.
The expression type shows the type of expression the matching engine will use for the entered expression.
Expressions have a built in precedence: Skip > Track > Warn> Block
Expression types:
Case insensitive substring
simply "match" or "sub(match)"
sub(mail) matches the phrase "Hexamail produces server software"
Case sensitive substring
"SUB(match)"
SUB(mail) does not match the phrase "HexaMail produces server software"
Case insensitive exact match
"cmp(match)"
cmp(mail) matches ONLY the entire exact string "mAil"
Case sensitive exact match
"CMP(match)"
CMP(mail) matches ONLY the entire exact string "mail"
Case insensitive word match
" match " or "word(match)"
word(mail) does not match the phrase "Hexamail produces server software" but does match the phrase "Hexamail produces mail server software"
Case sensitive word match
"WORD(match)"
WORD(Mail) does not match the phrase "Hexamail produces mail server software" but does match the phrase "Mail server software produced by Hexamail"
Case insensitive wild match
"*m?tch*" or "wild(*m?tch*)" (? - single character match, * - multiple character match)
Example wild(*v?agra*) matches the phrase "Hexamail does not ship v1agra"
the * wrappers round wildcard expressions, you can also do wild(Start*) to match the phrase "Start of the content" but not match "the content starts here"
Case sensitive wild match
"WILD(m?tch)"
WILD(*v?agra*) does not match the phrase "Hexamail does not ship V1agra"
the * wrappers round wildcard expressions, you can also do WILD(*End) to match the phrase "The content End" but not match "the content ends here"
BOOL(wild(*viagra*) AND wild(*ph?rm?cy*) must match both wild matches to be considered an overall match. Brackets may be used.
Brackets allow nested clauses in a BOOL expression
Add #NN to any weighting expression to multiple the weight by the number NN
- If matched these expressions track link clicks and redirect
- If matched these expressions track link clicks and redirect
- If matched these expressions warn the user on clicking the link
- If matched these expressions block the link
(Click the heading to sort by the column)
Expression
The expression
Action
Action the expression has
Type
Type of expression
(Underneath control)
Add an expression
Test a link against the expressions
Edit the selected expression
Delete the selected expression(s)
Import expressions from a file
Export the selected expressions to a file
(Right click selected items)
Edit the selected expression
Change the expression action
-->
Set the expression to skip and not be replaced/redirected
Set the expression to Redirect
Set the expression to Warn
Set the expression to Block
Enable the selected expression(s)
Disable the selected expression(s)
Delete the selected expression(s)
Expire links after
You can expire links from the link database after a specified number of days to prevent excessive growth of the database.
After this time users can no longer click on links and be redirected to the destination website.