mirror of
https://github.com/casjaysdevdocker/mailman
synced 2025-01-19 00:34:32 -05:00
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
|
mailman_transport:
|
||
|
driver = pipe
|
||
|
command = MM_WRAP \
|
||
|
'${if def:local_part_suffix \
|
||
|
{${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \
|
||
|
{post}}' \
|
||
|
$local_part
|
||
|
current_directory = MM_HOME
|
||
|
home_directory = MM_HOME
|
||
|
user = MM_UID
|
||
|
group = MM_GID
|