table of contents
other versions
- bookworm 4.0.0-6
- testing 4.0.1-3
- unstable 4.0.1-3
- experimental 4.0.1+svn1923525-1
Mail::SpamAssassin::Plugin::Rule2XSBody(3pm) | User Contributed Perl Documentation | Mail::SpamAssassin::Plugin::Rule2XSBody(3pm) |
NAME¶
Mail::SpamAssassin::Plugin::Rule2XSBody - speed up SpamAssassin by compiling regexps
SYNOPSIS¶
loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody
DESCRIPTION¶
This plugin will use native-code object files representing the ruleset, in order to provide significant speedups in rule evaluation.
Note that "sa-compile" must be run in advance, in order to compile the ruleset using "re2c" and the C compiler. See the "sa-compile" documentation for more details.
2025-02-03 | perl v5.40.0 |