https://bugzilla.wikimedia.org/show_bug.cgi?id=38253
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Roan Kattouw <[email protected]> 2012-07-10 14:57:45 UTC --- I've tried simulating a mailer job on the command line on one of the job runners (mw1), and it seemed to have worked just fine. > $wgArticleFeedbackv5OversightEmails = '[email protected]'; > $job = new ArticleFeedbackv5MailerJob( Title::newFromText('Test'), array( > 'user_name' => 'Catrope', > 'user_url'=>'https://www.mediawiki.org/wiki/User:Catrope', > 'page_name'=>'Test', 'page_url'=>'https://www.mediawiki.org/wiki/Test', > 'permalink' => 'https://www.mediawiki.org/wiki/Test?oldid=12345')); > $job->run() And the e-mail arrived just fine. So I'm starting to think this might be on the queue / mailing list side. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
