Allow explicit reason for force delete mail template

This commit is contained in:
Karl Erik Õunapuu 2020-12-28 12:41:07 +02:00
parent 8a046b59bf
commit 38cefe7255
No known key found for this signature in database
GPG key ID: C9DD647298A34764
5 changed files with 13 additions and 6 deletions

View file

@ -1,5 +1,5 @@
domain_name,delete_reason
shop.test,ENTITY_BURIED
airport.test,PHONE
library.test,EMAIL
airport.test,INVALID_PHONE
library.test,INVALID_EMAIL
nonexistant.test,ENTITY_BURIED

1 domain_name delete_reason
2 shop.test ENTITY_BURIED
3 airport.test PHONE INVALID_PHONE
4 library.test EMAIL INVALID_EMAIL
5 nonexistant.test ENTITY_BURIED