[Pywikipedia-bugs] [Maniphest] [Commented On] T273917: pywikibot User send_email function cannot handle a mass mailing?

2021-02-04 Thread JJMC89
JJMC89 added a comment. Then you'll need to address your use case with the Wikidata devs. TASK DETAIL https://phabricator.wikimedia.org/T273917 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JJMC89 Cc: JJMC89, Aklapper, Geertivp,

[Pywikipedia-bugs] [Maniphest] [Updated] T273917: pywikibot User send_email function cannot handle a mass mailing?

2021-02-04 Thread Geertivp
Geertivp added a comment. Apparently the `noratelimit` right was removed from bots in Wikidata, see T258354 ? TASK DETAIL https://phabricator.wikimedia.org/T273917 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T273917: pywikibot User send_email function cannot handle a mass mailing?

2021-02-04 Thread JJMC89
JJMC89 added a comment. The `bot` group has the `noratelimit` right, so the limits do not apply to them. TASK DETAIL https://phabricator.wikimedia.org/T273917 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JJMC89 Cc: JJMC89, Aklapper, Geertivp,

[Pywikipedia-bugs] [Maniphest] [Commented On] T273917: pywikibot User send_email function cannot handle a mass mailing?

2021-02-04 Thread Geertivp
Geertivp added a comment. Could it be acceptable to add e.g. ? 'bots' => [ 2000, 86400 ], TASK DETAIL https://phabricator.wikimedia.org/T273917 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Geertivp Cc: JJMC89, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Updated] T271437: rename pagegenerators.GeneratorFactory.handleArg

2021-02-04 Thread Xqt
Xqt removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T271437 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Homeboy_445, Bharatkhatri351, Aklapper, pywikibot-bugs-list, Xqt, Annysah01, Rohitgeddam,

[Pywikipedia-bugs] [Maniphest] [Updated] T267801: replace assertRaises/assertWarns partial calls with context manager calls

2021-02-04 Thread Xqt
Xqt removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T267801 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Homeboy_445, Udoka_Ugo, Aklapper, Xqt, pywikibot-bugs-list, Annysah01, Rohitgeddam, JohnsonLee01,

[Pywikipedia-bugs] [Maniphest] [Commented On] T273917: pywikibot User send_email function cannot handle a mass mailing?

2021-02-04 Thread JJMC89
JJMC89 added a comment. That will vary depending on the wiki. On most wikis, it is part of the sysop and bot groups. If your tool is sending the emails as the logged-in user via OAuth, each user would need the right on their account. TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T273917: pywikibot User send_email function cannot handle a mass mailing?

2021-02-04 Thread Geertivp
Geertivp added a comment. How could I request the noratelimit right? TASK DETAIL https://phabricator.wikimedia.org/T273917 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Geertivp Cc: JJMC89, Aklapper, Geertivp, pywikibot-bugs-list, Devnull,

[Pywikipedia-bugs] [Maniphest] [Updated] T273917: pywikibot User send_email function cannot handle a mass mailing?

2021-02-04 Thread JJMC89
JJMC89 removed a project: Pywikibot. JJMC89 added a comment. The limitation is from MediaWiki, not Pywikibot. name=Current Wikimedia limits 'emailuser' => [ 'ip' => [ 5, 86400 ], // 5 per day per ip (logged-out and new users)

[Pywikipedia-bugs] [Maniphest] [Edited] T273917: pywikibot User send_email function cannot handle a mass mailing?

2021-02-04 Thread JJMC89
JJMC89 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T273917 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JJMC89 Cc: Aklapper, Geertivp, pywikibot-bugs-list, Devnull, JohnsonLee01, SHEKH, Dijkstra, Khutuck,

[Pywikipedia-bugs] [Maniphest] [Created] T273917: pywikibot User send_email function cannot handle a mass mailing?

2021-02-04 Thread Geertivp
Geertivp created this task. Geertivp added projects: Pywikibot, Massmailer. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION I am using the pywikibot User send_email function to send an e-mail to a list of users. This works quite well, except that

[Pywikipedia-bugs] [Maniphest] [Commented On] T267801: replace assertRaises/assertWarns partial calls with context manager calls

2021-02-04 Thread gerritbot
gerritbot added a comment. Change 661124 **merged** by jenkins-bot: [pywikibot/core@master] Used Context Manager call for assertRaises/assertRaisesRegex https://gerrit.wikimedia.org/r/661124 TASK DETAIL https://phabricator.wikimedia.org/T267801 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Edited] T271437: rename pagegenerators.GeneratorFactory.handleArg

2021-02-04 Thread Xqt
Xqt updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T271437 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Homeboy_445, Bharatkhatri351, Aklapper, pywikibot-bugs-list, Xqt, Annysah01, Rohitgeddam, JohnsonLee01,

[Pywikipedia-bugs] [Maniphest] [Reopened] T271437: rename pagegenerators.GeneratorFactory.handleArg

2021-02-04 Thread Xqt
Xqt reopened this task as "Open". Xqt added a comment. There are few remaining issues, See https://codesearch.wmcloud.org/pywikibot/?q=gf%5C.handleArg=nope=== TASK DETAIL https://phabricator.wikimedia.org/T271437 EMAIL PREFERENCES