Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -357,7 +357,7 @@ |
358 | 358 | * Default to apache@SERVER_NAME |
359 | 359 | * @global string $wgPasswordSender |
360 | 360 | */ |
361 | | -$wgPasswordSender = 'Wikipedia Mail <apache@' . $wgServerName . '>'; |
| 361 | +$wgPasswordSender = 'MediaWiki Mail <apache@' . $wgServerName . '>'; |
362 | 362 | |
363 | 363 | /** |
364 | 364 | * dummy address which should be accepted during mail send action |
— | — | @@ -1247,7 +1247,7 @@ |
1248 | 1248 | # |
1249 | 1249 | |
1250 | 1250 | /** Log IP addresses in the recentchanges table */ |
1251 | | -$wgPutIPinRC = false; |
| 1251 | +$wgPutIPinRC = true; |
1252 | 1252 | |
1253 | 1253 | /** |
1254 | 1254 | * Recentchanges items are periodically purged; entries older than this many |