foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
5k stars 240 forks source link

File table support for regexp #721

Open twobiers opened 2 weeks ago

twobiers commented 2 weeks ago

Use case

I'm doing multiple destination_in regexp checks and would like to have the option of consolidating the expressions within a file table like so destination_in regexp file /etc/maddy/regexp_rcpt.txt

Your idea for a solution

I think similar to destination and destination_in this would require an additional module regexp_in which implements support for tables.