Implement a start date filter for autoreply, fixes #362

This commit is contained in:
kaiyou
2018-09-27 22:45:16 +02:00
parent 91349d62ee
commit fcad52b145
6 changed files with 41 additions and 2 deletions

View File

@@ -41,3 +41,11 @@ map {
username_field = email
value_field = reply_enddate
}
map {
pattern = priv/reply_startdate
table = user
username_field = email
value_field = reply_startdate
}