in reply to Spammers exploiting Email::Simple
In other words: I think it's a bug in Email::Simple, as it doesn't seem to convert the headers to a standard form. I do see a line
in the sub new, but that doesn't change the contents of the hash %$head_hash, which is used verbatim.header_names => { map { lc $_ => $_ } keys %$head_hash }
head => $head_hash,
|
|---|