Handle forwards as aliases with local copy

This commit is contained in:
Pierre Jaury
2017-02-02 21:36:50 +01:00
parent 41b1666609
commit 18834de56e
4 changed files with 1 additions and 33 deletions

View File

@@ -34,17 +34,3 @@ map {
username_field = email
value_field = reply_body
}
map {
pattern = priv/forward_enabled
table = user
username_field = email
value_field = forward_enabled
}
map {
pattern = priv/forward_destination
table = user
username_field = email
value_field = forward_destination
}