Opened 14 years ago
Last modified 14 years ago
#377 new enhancement
Switch to Regexp::Assemble for whitelists and banned file lists
Reported by: | rjl | Owned by: | rjl |
---|---|---|---|
Priority: | normal | Milestone: | 1.1.0 |
Component: | amavisd-maia | Version: | 1.0.1 |
Severity: | normal | Keywords: | regex regexp::assemble |
Cc: |
Description
We can improve the efficiency of the regular expression lists we use for whitelists/blacklists and for per-user banned file attachment lists by precompiling all of the regular expressions for a given user into a single regex that tests much faster than hundreds of individual regexes. The Regex::Assemble module does this. This feature should be considered a prerequisite for #48.
Note: See
TracTickets for help on using
tickets.