[wp-meta] [Making WordPress.org] #7505: Make it easier to unsubscribe from trac email notifications about plugins
Making WordPress.org
noreply at wordpress.org
Wed Mar 6 01:33:50 UTC 2024
#7505: Make it easier to unsubscribe from trac email notifications about plugins
------------------------------+---------------------
Reporter: tobifjellner | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: Plugin Directory | Resolution:
Keywords: |
------------------------------+---------------------
Comment (by dd32):
Replying to [comment:3 dd32]:
> However, [https://metacpan.org/dist/SVN-Notify/view/bin/svnnotify it has
a --footer] parameter which we could set to something like `To
unsubscribe, please visit
https://wordpress.org/plugins/$SLUG/#developers`. It wouldn't fix all
cases, as it wouldn't be per-user specific, and they'd need to login as
the appropriate user.
Actually, upon looking at it, the post-commit hook is something similar to
this:
{{{
IFS=" "
emails=$(curl -s "https://api.wordpress.org/ ..to return 'user at example.com
user2 at example.org ..'...." )
for email in $emails; do
/usr/bin/svnnotify -t $email --ticket-url
http://plugins.trac.wordpress.org/changeset/%s [...]
done
}}}
Based on that, we can definitely make the footer per-user-specific and
include an unsubscription link, but it'll require some additional changes
to the API.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7505#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list