Added no-reply@ addresses to notification_sender.

This commit is contained in:
Martin Edenhofer 2016-05-27 14:11:36 +02:00
parent e71b4f92b1
commit 4196863b1a
2 changed files with 2 additions and 2 deletions

View file

@ -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 },
frontend: false
)

View file

@ -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 },
frontend: false
)