Ticket #48 (assigned enhancement)
Add hierarchical banned file attachment lists
| Reported by: | rjl | Owned by: | rjl |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.0 |
| Component: | amavisd-maia | Version: | 1.0.0 RC5 |
| Severity: | normal | Keywords: | hierarchical banned file attachment pattern regexp regular expression |
| Cc: |
Description
Currently Maia (or rather amavisd-new) only supports a single global list of regular expressions for matching banned file attachments. Ideally, this should be handled on a hierarchical basis--system-wide, domain-wide, and finally per-user. The actual list of patterns to be used for a given user should be the union of these three pattern lists, combined into a compiled regular expression at runtime. The settings.php and domainsettings.php pages would then let users and administrators maintain their pattern lists.
Note: I've already implemented this for a private client who has agreed to release the code at some point in the future for use in the open source Maia Mailguard project.

