Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1005,7 +1005,7 @@ |
1006 | 1006 | * which can cause problems with SPF validation and leak recipient addressses |
1007 | 1007 | * when bounces are sent to the sender. |
1008 | 1008 | */ |
1009 | | -$wgUserEmailUseReplyTo = true; |
| 1009 | +$wgUserEmailUseReplyTo = false; |
1010 | 1010 | |
1011 | 1011 | /** |
1012 | 1012 | * Minimum time, in hours, which must elapse between password reminder |