|
| 1 | +ietfdb (6.93.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Changed review and AD emails to use 'On behalf of ...' ** |
| 4 | + |
| 5 | + This release changes the email sender for emails sent through the |
| 6 | + datatracker by ADs and reviewers to say "On behalf of" and the username, |
| 7 | + with a datatracker email address, instead of using the user's from |
| 8 | + address, since that has increasingly (and rightly) been running into |
| 9 | + problems with SPF and DMARC processing. The release also provides session |
| 10 | + short names in the meeting/agenda.json file, for use by Meetecho scripts. |
| 11 | + |
| 12 | + From the commit log: |
| 13 | + |
| 14 | + * Added on_behalf_of() calls for from addresses needing it throughout the |
| 15 | + code. |
| 16 | + |
| 17 | + * Added html escaping of initial text-area content in a view function to |
| 18 | + avoid mangling. |
| 19 | + |
| 20 | + * Updated the tests to always use @ietf.org addresses where appropriate, |
| 21 | + and not do so when not appropriate. All test user login addresses have |
| 22 | + been changed away from @ietf.org. |
| 23 | + |
| 24 | + * Added two new functions to replace email From: of users with |
| 25 | + On-behalf-of addresses, with associated values in settings. Added a |
| 26 | + catchall stanza in the mail sending pipeline to catch anything not |
| 27 | + already changed to On-behalf-of addresses, which should have been |
| 28 | + changed. |
| 29 | + |
| 30 | + * Merged in [15982] from rjsparks@nostrum.com: |
| 31 | + Add session.short to the output from meeting/agenda.json when it is |
| 32 | + available. |
| 33 | + |
| 34 | + -- Henrik Levkowetz <henrik@levkowetz.com> 05 Mar 2019 16:44:51 +0000 |
| 35 | + |
| 36 | + |
1 | 37 | ietfdb (6.92.1) ietf; urgency=medium |
2 | 38 |
|
3 | 39 | This release contains one database schema migration delayed from the |
|
0 commit comments