https://bugzilla.wikimedia.org/show_bug.cgi?id=33087
Gregor Hagedorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Gregor Hagedorn <[email protected]> 2011-12-18 11:30:40 UTC --- I am not sure the solution proposed above is indeed the correct one. Please also check this report on mediawiki discussion page: http://www.mediawiki.org/w/index.php?title=Manual_talk:$wgSMTP&diff=0&oldid=429164 This looks to me like it is the source of this problem. We are using 1.18 behind and SMTP sender authentication verifying University Firewall and when switching to 1.18 all emails were blocked. We found a config: From must be ONLY an email, but not: "name" <[email protected]>. We were not sure whether this is a mediawiki bug or a problem with our mail infrastructure, so we did not report it, but I now think it is the first. I confirm that in todays 1.18 SVN the code is still 164: $headers['Return-Path'] = $from->toString(); whereas in 1.19 it is fixed in r99950 but not backported to 1.18 or 1.18wmf1. Please tag for backporting the trunk to the 1.18 versions. -- 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
