[go: up one dir, main page]

Page MenuHomePhabricator

MediaWiki-EmailComponent
ActivePublic

Members (5)

Watchers (4)

Details

Description

Issues relating to the email notification features and email address verification. Such as Special:ConfirmEmail, Special:EmailUser, etc.

This project is part of the core MediaWiki software itself.

For issues pertaining to Wikimedia's email/SMTP infrastructure see Mail instead.

Recent Activity

Today

Micha.Kramer added a comment to T318835: Email Message-ID headers containing question marks are rejected by gmail.

@Aklapper I opened another Google community question, which seems to be the best option to get eventually through to Gmail folks: https://support.google.com/mail/thread/295575902/gmail-blocks-mail-containing-question-marks-in-message-id
I would say chances are low to get a meaningful response, though.

Mon, Sep 9, 5:52 AM · MediaWiki-Email

Yesterday

Aklapper changed the status of T318835: Email Message-ID headers containing question marks are rejected by gmail from Open to Stalled.

This seems to boil down to the strtr() call in convertToString() in https://phabricator.wikimedia.org/source/mediawiki/browse/master/includes/libs/rdbms/database/domain/DatabaseDomain.php

Sun, Sep 8, 5:48 PM · MediaWiki-Email

Sat, Sep 7

Pppery added a project to T58062: Notify user of mail bounces: MediaWiki-extensions-BounceHandler.
Sat, Sep 7, 8:20 PM · MediaWiki-extensions-BounceHandler, MediaWiki-Email
Pppery added a comment to T126614: Remove IP addresses from watchlist notification emails.

I agree entirely with Krenair. This is privacy theater, and likely to be moot now that we finally have IP masking

Sat, Sep 7, 8:09 PM · Growth-Team-Filtering, Growth-Team, Privacy, MediaWiki-Email
Pppery closed T209786: Special:EmailUser/name should say if name cannot be emailed as Resolved.

This seems to work now. I tested both of those cases and it says the appropriate message at the bottom of the form.

Sat, Sep 7, 8:06 PM · Regression, MediaWiki-Email
Pppery added a project to T215918: Integration testing for email: Test-Coverage.
Sat, Sep 7, 8:04 PM · Test-Coverage, MediaWiki-Email, Platform Engineering (Icebox), TechCom
Pppery added a project to T8147: mail() call should specify -f option in addition to From header: TestMe.
Sat, Sep 7, 5:20 PM · TestMe, MediaWiki-Email
Ammarpad merged task T374307: Gmail blocking MediaWiki mails because of ? in Message-ID into T318835: Email Message-ID headers containing question marks are rejected by gmail.
Sat, Sep 7, 4:25 PM · MediaWiki-Email
Ammarpad merged T374307: Gmail blocking MediaWiki mails because of ? in Message-ID into T318835: Email Message-ID headers containing question marks are rejected by gmail.
Sat, Sep 7, 4:25 PM · MediaWiki-Email
Micha.Kramer added a comment to T374307: Gmail blocking MediaWiki mails because of ? in Message-ID.

PS: The db name scheme is given by my hoster (Hosteurope), so I cant rename it to avoid the hyphen. My only option right now seems to always change the MediaWiki implementation when I update.

Sat, Sep 7, 3:31 PM · MediaWiki-Email
Pppery added a project to T374307: Gmail blocking MediaWiki mails because of ? in Message-ID: MediaWiki-Email.
Sat, Sep 7, 3:30 PM · MediaWiki-Email

Wed, Sep 4

Zabe closed T356450: New upstream release for pear/net_smtp as Resolved.

https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1026933

Wed, Sep 4, 9:18 PM · MediaWiki-Vendor, MediaWiki-Email
Zabe closed T359776: New upstream release for pear/mail_mime as Resolved.

https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1017374

Wed, Sep 4, 9:16 PM · MediaWiki-Vendor, MediaWiki-Email

Sun, Sep 1

AdamMillerchip added a comment to T159749: One should not have to confirm an email by which account was created.

I run a private wiki, and this is quite a pain point.

Sun, Sep 1, 5:19 AM · MediaWiki-Email, MediaWiki-User-login-and-signup

Sat, Aug 31

Reedy triaged T373749: Deprecate and remove EmaillingJob as Low priority.
Sat, Aug 31, 8:25 PM · Technical-Debt, MediaWiki-Email
Reedy created T373749: Deprecate and remove EmaillingJob.
Sat, Aug 31, 8:25 PM · Technical-Debt, MediaWiki-Email

Mon, Aug 26

jhathaway closed T361860: Old "Email this user" email is repeatedly resent as Resolved.

@Xover, I am going to assume this is no longer occurring, please reopen, if it occurs again.

Mon, Aug 26, 2:24 PM · Mail, Infrastructure-Foundations, MediaWiki-Email, SRE

Tue, Aug 13

PerfektesChaos added a comment to T50940: Punctuation like ".", "?" and "!" at the end of page title in links not interpreted as part of the URL by various applications.

I do not think that any Wiki server could solve the problem, at least no trivial patch is meaningful.

Tue, Aug 13, 7:03 PM · MediaWiki-Email
Harej added a comment to T50940: Punctuation like ".", "?" and "!" at the end of page title in links not interpreted as part of the URL by various applications.

This task and T40265 should be merged since they seem to describe the same underlying problem, that if a character is treated as punctuation, it is not treated as part of the URL.

Tue, Aug 13, 5:58 PM · MediaWiki-Email

Sun, Aug 11

Pppery removed a project from T37142: Users cannot discover reason "Email this user" link is missing: good first task.
Sun, Aug 11, 11:49 PM · Design, MediaWiki-Email

Jul 30 2024

jhathaway added a comment to T361860: Old "Email this user" email is repeatedly resent.

@Xover apologies for the radio silence on this issue, have you seen any new occurrences?

Jul 30 2024, 2:24 PM · Mail, Infrastructure-Foundations, MediaWiki-Email, SRE

Jul 29 2024

PerfektesChaos added a comment to T40265: Links in emails: Parentheses ( or ) not recognized as part of URL - brackets should be URL-encoded.

General advice: Append a _ when page name is terminated by . or ) or similar.

  • Then, after _, add a space or terminate.
  • When the system (many are recognizing and automatically linking URL) is identifying start of URL at http: and termination, they interprete . or ) and more as surrounding punctuation, not part of URL, not included in target.
  • If our URL is terminated by _ that one is taken as last character and part of generated link, if a space is following and will break URL identification.
  • If any wiki server is receiving _ that is taken as space, and will be stripped since there are no spaces at the end of page names etc.
Jul 29 2024, 3:30 PM · MediaWiki-Email
Aklapper added a comment to T50940: Punctuation like ".", "?" and "!" at the end of page title in links not interpreted as part of the URL by various applications.

See T40265 for ) instead.

Jul 29 2024, 8:40 AM · MediaWiki-Email
Hexatekin added a comment to T50940: Punctuation like ".", "?" and "!" at the end of page title in links not interpreted as part of the URL by various applications.

This is not just an email issue, it also breaks links when texting (SMS) sometimes.
I've been testing texting and emailing Wiki article links for articles that end in ")" - there are a lot of them that end in parenthesis btw.. https://en.wikipedia.org/wiki/Mark_Kelley_(bassist)
My android phone often cuts off the last ")" from the link, so when you click on the link, it doesn't go to the intended page. Seems like a pretty big issue potentially!

Jul 29 2024, 3:30 AM · MediaWiki-Email

Jul 2 2024

matmarex closed T361481: "You cannot send email to other users on this wiki" should explain why as Resolved.

This was caused by private WMF config added to mitigate email abuse (T341908). It has been removed now, as it was found to be no longer needed after discussion in the task (the abuse it protected against happened more than a year ago). Sending emails in this scenario should work again.

Jul 2 2024, 8:29 AM · Voice & Tone, MediaWiki-Email

Jun 19 2024

Krinkle added a comment to T241389: Enotif_body says you can contact a user in userspace, and it should probably link to the User_talk: namespace instead.

I think in the past it was not uncommon for power users on larger wiki farms (i.e. Wikipedia and WMF projects) to have a user page indicating preferered ways to be contacted, especially when they're not active on that wiki. E.g. placeholders like "contact me on Meta-Wiki instead of here as I won't see your message otherwise". This leads to poor communication and delayed/frustrating experiences if they're missed. Especially for new users.

Jun 19 2024, 11:47 PM · MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Growth-Team-Filtering, User-DannyS712, MediaWiki-Watchlist, MediaWiki-Email, Growth-Team
Maintenance_bot removed a project from T241389: Enotif_body says you can contact a user in userspace, and it should probably link to the User_talk: namespace instead: Patch-For-Review.
Jun 19 2024, 11:30 PM · MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Growth-Team-Filtering, User-DannyS712, MediaWiki-Watchlist, MediaWiki-Email, Growth-Team
ReleaseTaggerBot added a project to T241389: Enotif_body says you can contact a user in userspace, and it should probably link to the User_talk: namespace instead: MW-1.43-notes (1.43.0-wmf.11; 2024-06-25).
Jun 19 2024, 11:00 PM · MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Growth-Team-Filtering, User-DannyS712, MediaWiki-Watchlist, MediaWiki-Email, Growth-Team
matmarex closed T241389: Enotif_body says you can contact a user in userspace, and it should probably link to the User_talk: namespace instead as Resolved.
Jun 19 2024, 10:44 PM · MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Growth-Team-Filtering, User-DannyS712, MediaWiki-Watchlist, MediaWiki-Email, Growth-Team
matmarex updated subscribers of T241389: Enotif_body says you can contact a user in userspace, and it should probably link to the User_talk: namespace instead.
Jun 19 2024, 10:42 PM · MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Growth-Team-Filtering, User-DannyS712, MediaWiki-Watchlist, MediaWiki-Email, Growth-Team
gerritbot added a comment to T241389: Enotif_body says you can contact a user in userspace, and it should probably link to the User_talk: namespace instead.

Change #560443 merged by jenkins-bot:

[mediawiki/core@master] EmailNotification: Link to editor's talk page, not user page

https://gerrit.wikimedia.org/r/560443

Jun 19 2024, 10:31 PM · MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Growth-Team-Filtering, User-DannyS712, MediaWiki-Watchlist, MediaWiki-Email, Growth-Team

May 29 2024

MSantos moved T339813: Enable Special:Mute by default from Inbox, needs triage to Needs Input (waiting) on the MediaWiki-Engineering board.
May 29 2024, 1:29 PM · MediaWiki-Engineering, Trust and Safety Product Team

May 14 2024

TAdeleye_WMF moved T294522: Reshape warning on Special:EmailUser about email address exposure from PM to Needs Triage on the Trust and Safety Product Team board.
May 14 2024, 4:34 PM · Trust and Safety Product Team, patch-welcome, MediaWiki-Email, Privacy

May 5 2024

SRuizR added a comment to T339813: Enable Special:Mute by default.

May also want to consider $wgEchoPerUserBlacklist.

May 5 2024, 7:34 PM · MediaWiki-Engineering, Trust and Safety Product Team

May 4 2024

Jdforrester-WMF moved T350535: Watchlist e-mails for deleted pages contain non-working links from Backlog to Hacking projects on the Wikimedia-Hackathon-2024 board.
May 4 2024, 1:01 PM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), MediaWiki-Email, Wikimedia-Hackathon-2024, Growth-Team, MediaWiki-Watchlist
Maintenance_bot removed a project from T350535: Watchlist e-mails for deleted pages contain non-working links: Patch-For-Review.
May 4 2024, 10:30 AM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), MediaWiki-Email, Wikimedia-Hackathon-2024, Growth-Team, MediaWiki-Watchlist
pmiazga closed T350535: Watchlist e-mails for deleted pages contain non-working links as Resolved.
May 4 2024, 10:06 AM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), MediaWiki-Email, Wikimedia-Hackathon-2024, Growth-Team, MediaWiki-Watchlist
ReleaseTaggerBot added a project to T350535: Watchlist e-mails for deleted pages contain non-working links: MW-1.43-notes (1.43.0-wmf.4; 2024-05-07).
May 4 2024, 10:00 AM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), MediaWiki-Email, Wikimedia-Hackathon-2024, Growth-Team, MediaWiki-Watchlist
gerritbot added a comment to T350535: Watchlist e-mails for deleted pages contain non-working links.

Change #971556 merged by jenkins-bot:

[mediawiki/core@master] Watchlist: Fix non-functioning URLs in ENOTIFs by wrapping in <>s

https://gerrit.wikimedia.org/r/971556

May 4 2024, 9:49 AM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), MediaWiki-Email, Wikimedia-Hackathon-2024, Growth-Team, MediaWiki-Watchlist
pmiazga changed the status of T350535: Watchlist e-mails for deleted pages contain non-working links from Open to In Progress.
May 4 2024, 9:16 AM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), MediaWiki-Email, Wikimedia-Hackathon-2024, Growth-Team, MediaWiki-Watchlist
Jdforrester-WMF added a project to T350535: Watchlist e-mails for deleted pages contain non-working links: MediaWiki-Email.
May 4 2024, 8:43 AM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), MediaWiki-Email, Wikimedia-Hackathon-2024, Growth-Team, MediaWiki-Watchlist

May 3 2024

kostajh added a project to T339813: Enable Special:Mute by default: MediaWiki-Engineering.

These two variables are enabled by default for all WMF wikis in production. @Bmueller do you have any objection to making this a default setting in MediaWiki, so that third party installs of MediaWiki have these variables enabled by default?

May 3 2024, 1:41 PM · MediaWiki-Engineering, Trust and Safety Product Team
kostajh edited projects for T339813: Enable Special:Mute by default, added: Trust and Safety Product Team; removed Anti-Harassment.
May 3 2024, 1:36 PM · MediaWiki-Engineering, Trust and Safety Product Team

Apr 29 2024

Tonymetz added a watcher for MediaWiki-Email: Tonymetz.
Apr 29 2024, 5:01 AM

Apr 23 2024

BCornwall removed a project from T360902: Consolidation and tracking of automated email alerts improvements across services: SRE.
Apr 23 2024, 8:14 PM · Mail, Infrastructure-Foundations
Peachey88 added a comment to T360902: Consolidation and tracking of automated email alerts improvements across services.

Which teams should be added?

Apr 23 2024, 8:11 PM · Mail, Infrastructure-Foundations
BCornwall added a project to T360902: Consolidation and tracking of automated email alerts improvements across services: SRE.

Which teams should be added?

Apr 23 2024, 8:03 PM · Mail, Infrastructure-Foundations
BCornwall removed a project from T360902: Consolidation and tracking of automated email alerts improvements across services: SRE.
Apr 23 2024, 8:02 PM · Mail, Infrastructure-Foundations
gerritbot added a comment to T265541: Make class SpecialEmailUser a real special page and move all helper functions to their own service.

Change #1023063 merged by jenkins-bot:

[mediawiki/extensions/CampaignEvents@master] Use EmailUser class for permission checking

https://gerrit.wikimedia.org/r/1023063

Apr 23 2024, 4:01 PM · Patch-For-Review, MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), MW-1.40-notes (1.40.0-wmf.27; 2023-03-13), MW-1.36-notes (1.36.0-wmf.38; 2021-04-06), Platform Team Workboards (External Code Reviews), User-DannyS712, Dependency injection, MediaWiki-Email

Apr 22 2024

gerritbot added a comment to T265541: Make class SpecialEmailUser a real special page and move all helper functions to their own service.

Change #1023063 had a related patch set uploaded (by Majavah; author: Majavah):

[mediawiki/extensions/CampaignEvents@master] Use EmailUser class for permission checking

https://gerrit.wikimedia.org/r/1023063

Apr 22 2024, 11:13 AM · Patch-For-Review, MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), MW-1.40-notes (1.40.0-wmf.27; 2023-03-13), MW-1.36-notes (1.36.0-wmf.38; 2021-04-06), User-DannyS712, Platform Team Workboards (External Code Reviews), Dependency injection, MediaWiki-Email