>From the commit message:
split_on_commas() fails to work correctly for wrapped header lines:
Cc: John Doe <[email protected]>, Foo Bar
<[email protected]>
Sup parsed this (in lib/sup/person.rb, Person.from_address_list) as:
Cc: John Doe <[email protected]>,
foo.bar <[email protected]>
I fixed this by normalizing the whitespace before working the
regex in split_on_commas.
Regards,
Gregor Hoffleit
0005-Bugfix-Correctly-split-list-of-mail-addresses.patch
Description: Binary data
_______________________________________________ Sup-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-devel
