Added no-reply@ addresses to notification_sender.
This commit is contained in:
parent
e71b4f92b1
commit
4196863b1a
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class UpdateSettingNoAutoResponse < ActiveRecord::Migration
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
state: '(mailer-daemon|postmaster|abuse|root|noreply|noreply.+?)@.+?\..+?',
|
state: '(mailer-daemon|postmaster|abuse|root|noreply|noreply.+?|no-reply|no-reply.+?)@.+?\..+?',
|
||||||
preferences: { online_service_disable: true },
|
preferences: { online_service_disable: true },
|
||||||
frontend: false
|
frontend: false
|
||||||
)
|
)
|
|
@ -1204,7 +1204,7 @@ Setting.create_if_not_exists(
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
state: '(mailer-daemon|postmaster|abuse|root|noreply|noreply.+?)@.+?\..+?',
|
state: '(mailer-daemon|postmaster|abuse|root|noreply|noreply.+?|no-reply|no-reply.+?)@.+?\..+?',
|
||||||
preferences: { online_service_disable: true },
|
preferences: { online_service_disable: true },
|
||||||
frontend: false
|
frontend: false
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue