https://bugzilla.wikimedia.org/show_bug.cgi?id=34099

--- Comment #3 from Uwe Kaminski <[email protected]> 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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to