1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

Store the full address as a computed field

This commit is contained in:
Pierre Jaury
2016-04-20 21:14:04 +02:00
parent f2a6fe89db
commit 18af763293
5 changed files with 32 additions and 24 deletions

View File

@@ -2,5 +2,4 @@ dbpath = /data/freeposte.db
query =
SELECT destination
FROM alias
WHERE alias.domain_name = '%d'
AND alias.localpart = '%u'
WHERE alias.address = '%s'