mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
email_server: aliases: Drop unused regex
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
3e7037d0ea
commit
c742d18f3c
@ -1,7 +1,5 @@
|
||||
from dataclasses import InitVar, dataclass, field
|
||||
|
||||
email_positive_pattern = re.compile('^[a-zA-Z0-9-_\\.]+')
|
||||
|
||||
|
||||
@dataclass
|
||||
class Alias:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user