Send a vacation response only until the end date, fixes #218

This commit is contained in:
kaiyou
2017-11-10 15:39:16 +01:00
parent 011e1fa52d
commit 28eff398d1
2 changed files with 11 additions and 1 deletions

View File

@@ -34,3 +34,10 @@ map {
username_field = email
value_field = reply_body
}
map {
pattern = priv/reply_enddate
table = user
username_field = email
value_field = reply_enddate
}