https://bugzilla.wikimedia.org/show_bug.cgi?id=33087
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #4 from Antoine "hashar" Musso <[email protected]> 2012-02-15 14:29:42 UTC --- Sounds like the Return-Path is the cause. The patch was merged in 1.18: - $headers['Return-Path'] = $from->toString(); + $headers['Return-Path'] = $from->address; The former add the name, the later just the address. I have added a note (r111538à about this bug being fixed for the next 1.18. It is unlikely we are going to release a 1.18.2 so you will have to add a hack meanwhile. 1.19 will have the patch (release note added with r111539). -- 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
