jetmore / swaks

Swaks - Swiss Army Knife for SMTP
http://jetmore.org/john/code/swaks/
GNU General Public License v2.0
847 stars 86 forks source link

`--header "Message-ID: <xx@xx>"` will cause the SMTP protocol to send data with two Message-Id mime header. #101

Open cod1ingcoding opened 2 weeks ago

cod1ingcoding commented 2 weeks ago

--header "Message-ID: <xx@xx>" will cause the SMTP protocol to send data with two Message-Id mime header.

Message-ID: <xx@xx>
Message-Id: <yy@yy>

However, according to RFC 5322, MIME headers in emails are case-insensitive.