- Images attached to the email
- Rendered previews of the email body (only done for some emails)
- Rendered previews of attachments (only done for some emails)
Change rendering policy
xorlab has a separate rendering policy for email body previews as well as for attachment previews.Which emails and attachments are rendered by default, and the delivered values of the parameters below, are
documented in Detection Defaults → QR code analysis.
Access to that page is restricted.
local.properties file located at activeguard/core/rule_sets/90_local/params/ by setting the following parameters to ACTIVE or DISABLED:
QR code analysis for internal/outgoing emailsWhen enabling one of these you must also enable the two
FILE_RENDER rules:FILE_QR_EXTRACTION rules, otherwise they have no impact:Enabling/disabling QR code URL extraction
-
Open Expert Editor and go to the file located at
activeguard/core/active_guard.yml. -
The following configuration represents the default settings, which are automatically applied in the absence of explicit
qrCodeServiceconfigurations in theactive_guard.ymlfile.active_guard.yml -
To disable the QR Code URL Extraction feature, simply change
enabled: truetoenabled: false. -
Click Publish, then restart all MTAs. The
qrCodeServicesetting is inactive_guard.ymland requires an MTA restart; see How to Activate the Configuration.
Customizing extraction from PDF attachments
For a more tailored approach to handling PDF attachments, you can adjust how the system renders PDF pages for QR code extraction:-
In Expert Editor, open the
activeguard/core/active_guard.ymlfile. -
Locate or add the
pdfFileRenderServicesection to adjust the rendering settings for PDF attachments as needed:active_guard.yml -
Click Publish, then restart all MTAs. The
pdfFileRenderServicesetting is inactive_guard.ymland requires an MTA restart; see How to Activate the Configuration.
The delivered PDF rendering values are documented in
Detection Defaults → QR code analysis.
Access to that page is restricted.