Implement auto-forward and auto-reply

This commit is contained in:
Pierre Jaury
2016-04-20 21:20:02 +02:00
parent d2e6bf01e2
commit 3a4703b764
9 changed files with 85 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
connect = /data/freeposte.db
map {
pattern = priv/reply_subject
table = user
username_field = address
value_field = reply_subject
}
map {
pattern = priv/reply_body
table = user
username_field = address
value_field = reply_body
}
map {
pattern = priv/forward
table = user
username_field = address
value_field = forward
}