Implement a start date filter for autoreply, fixes #362
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user