Improved regex for preventing auto responses.
This commit is contained in:
parent
3da31ee6e1
commit
8171e3f119
1 changed files with 1 additions and 1 deletions
|
@ -2003,7 +2003,7 @@ Setting.create_if_not_exists(
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
state: '(mailer-daemon|postmaster|abuse|root|noreply|noreply.+?|no-reply|no-reply.+?)@.+?\..+?',
|
state: '(mailer-daemon|postmaster|abuse|root|noreply|noreply.+?|no-reply|no-reply.+?)@.+?',
|
||||||
preferences: {
|
preferences: {
|
||||||
online_service_disable: true,
|
online_service_disable: true,
|
||||||
permission: ['admin.channel_email'],
|
permission: ['admin.channel_email'],
|
||||||
|
|
Loading…
Reference in a new issue