mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
added domainname based retention support
This commit is contained in:
@ -52,6 +52,7 @@ class ControllerPolicyRetention extends Controller {
|
||||
$this->request->post['attachment_type'] == '' && $this->request->post['attachment_size'] == '' &&
|
||||
$this->request->post['spam'] == -1
|
||||
) {
|
||||
if(ENABLE_SAAS == 1 && strlen($this->request->post['domain']) > 3) { return true; }
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user