[Bug 34099] MediaWiki is unable to send emails: SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE

2013-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34099

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

Version|1.18.1  |1.18.x

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34099] MediaWiki is unable to send emails: SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE

2012-01-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34099

--- Comment #1 from Uwe Kaminski ju...@ju-key.de 2012-01-31 17:41:50 UTC ---
Maybe this issue is related to bug 664 ?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34099] MediaWiki is unable to send emails: SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE

2012-01-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34099

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||maxsem.w...@gmail.com
 Resolution||INVALID

--- Comment #2 from Max Semenik maxsem.w...@gmail.com 2012-01-31 17:57:12 UTC 
---
Already fixed in trunk.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34099] MediaWiki is unable to send emails: SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE

2012-01-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34099

--- Comment #3 from Uwe Kaminski ju...@ju-key.de 2012-02-01 07:56:41 UTC ---
This comment may be obsolete but I wrote it before the bug was closed and it
may help anyway:
--- 
A friend of mine was able to help me:

In /includes/UserMailer.php we have in line 233:
$sent = mail( $recip-toString(), self::quotedPrintable( $subject ),
 body, $headers, $wgAdditionalMailParams );

I set this to:
$sent = mail( $recip-toString(), self::quotedPrintable( $subject ),
 body, $headers );

and it solves my problem for now.

The last parameter: $wgAdditionalMailParams is defined in
/includes/DefaultSettings.php

$wgAdditionalMailParams is set to null there so it's needles - at least in my
case. There is also a comment:

/**
 * Additional email parameters, will be passed as the last argument to mail()
call.
 * If using safe_mode this has no effect
 */

I don't know where the safe mode detection happens but it seems not to work. If
somebody is able to specify where this happens it may be a good idea to open a
separate bug.
---

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l