mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
For simplicity and consistency. Eliminate '_' in the name. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# -*- mode: conf-space -*-
|
|
# This file is managed by FreedomBox
|
|
# regexp sender canonical map
|
|
|
|
# Remove the domain part from email addresses
|
|
# Postfix will append @$myhostname
|
|
/^([^@]+)@/ $1
|