Martin Brennan
eabe2df8d2
FIX: Drop malformed CC addresses in GroupSmtpEmail job ( #14934 )
...
Sometimes, a user may have a malformed email such as
`test@test.com<mailto:test@test.com` their email address,
and as a topic participant will be included as a CC email
when sending a GroupSmtpEmail. This causes the CC parsing to
fail and further down the line in Email::Sender the code
to check the CC addresses expects an array but gets a string
instead because of the parse failure.
Instead, we can just check if the CC addresses are valid
and drop them if they are not in the GroupSmtpEmail job.
2021-11-16 08:15:11 +10:00
..
2019-11-04 14:47:00 +05:30
2021-06-17 10:45:40 +03:00
2020-04-22 22:07:39 +05:30
2020-04-27 11:50:21 +08:00
2019-10-02 14:01:53 +10:00
2021-03-31 19:19:57 +03:00
2020-05-02 18:02:28 -07:00
2021-01-19 13:30:58 +10:00
2021-01-19 13:30:58 +10:00
2021-05-21 11:43:47 +10:00
2021-10-20 22:20:52 +01:00
2019-10-02 14:01:53 +10:00
2020-10-16 13:41:27 +03:00
2019-10-02 14:01:53 +10:00
2020-11-11 00:44:27 +05:30
2020-02-19 10:18:05 -05:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2021-02-05 10:12:56 +10:00
2021-01-19 13:30:58 +10:00
2019-10-02 14:01:53 +10:00
2019-12-12 12:49:21 +10:00
2019-10-02 14:01:53 +10:00
2021-08-13 10:41:02 +05:30
2019-10-02 14:01:53 +10:00
2021-11-02 14:59:24 +05:30
2021-09-16 09:56:54 +10:00
2019-10-02 14:01:53 +10:00
2020-05-11 13:32:37 -03:00
2021-04-14 19:30:51 +03:00
2021-11-16 08:15:11 +10:00
2020-12-01 09:30:53 +08:00
2021-03-16 17:08:54 +02:00
2019-10-02 14:01:53 +10:00
2020-04-20 15:11:59 -04:00
2021-07-15 05:53:26 +03:00
2020-12-10 15:52:08 +11:00
2020-01-29 11:03:47 +11:00
2021-08-26 15:16:35 +10:00
2019-10-02 14:01:53 +10:00
2020-03-05 11:13:43 -08:00
2021-07-16 19:57:12 +03:00
2021-06-11 10:55:50 +10:00
2021-05-21 11:43:47 +10:00
2019-10-02 14:01:53 +10:00
2021-08-25 11:17:56 +08:00
2019-10-21 20:25:35 +03:00
2021-01-20 13:22:41 +10:00
2021-04-23 16:55:34 +03:00
2019-10-02 14:01:53 +10:00
2021-01-19 13:30:58 +10:00
2021-10-29 17:58:05 +03:00
2021-10-29 17:58:05 +03:00
2021-03-04 07:07:37 -07:00
2019-10-02 14:01:53 +10:00
2019-11-28 07:32:17 +10:00
2021-06-24 11:35:36 +02:00
2019-10-02 14:01:53 +10:00
2020-03-09 17:37:49 +01:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-10-21 20:25:35 +03:00
2021-09-15 10:16:54 +10:00
2021-01-13 08:49:29 +10:00
2020-04-03 16:42:01 +01:00
2021-01-19 13:30:58 +10:00
2019-10-02 14:01:53 +10:00
2021-06-24 11:35:36 +02:00
2020-09-02 20:19:46 -06:00
2019-10-02 14:01:53 +10:00
2021-06-21 19:15:24 +03:00
2020-01-14 17:23:12 +01:00
2019-10-02 14:01:53 +10:00
2020-01-23 12:01:10 +10:00
2020-09-02 11:17:17 +08:00
2021-07-06 13:37:52 +10:00