Opened 18 years ago
Closed 17 years ago
#55 closed enhancement (fixed)
Support the use of wildcards in whitelists and blacklists
Reported by: | rjl | Owned by: | rjl |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.2 |
Component: | amavisd-maia | Version: | 1.0.0 RC5 |
Severity: | normal | Keywords: | whitelist blacklist wildcard |
Cc: |
Description
In many cases it would be desirable to use wildcards such as '*' or '?' in a whitelist or blacklist entry, or even use a proper regular expression. This is particularly true for VERP-style mailing lists that issue a random token in the user portion of the address, e.g. user-12345abcdef@domain, where the "12345abcdef" portion changes with every mailing. Whitelisting such an address as "user-*@domain" would be much more elegant.
Change History (3)
comment:1 Changed 17 years ago by rjl
- Milestone changed from 1.1.0 to 1.0.2
- patch set to 0
comment:2 Changed 17 years ago by rjl
- Status changed from new to assigned
comment:3 Changed 17 years ago by rjl
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Added in [1039]. DOS-style wildcards '*' and '?' are now supported in whitelists and blacklists. The '*' wildcard will match zero or more characters, while '?' will match exactly one character.