From: Ken Hornstein Date: Tue, 22 Oct 2013 03:51:57 +0000 (-0400) Subject: Minor comment update. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a6d1640cf0599d8dfb69a58f1acc597bd6155db5?hp=b776e28b89aa117da6d93888813aa52b2c292d02 Minor comment update. --- diff --git a/sbr/encode_rfc2047.c b/sbr/encode_rfc2047.c index ff77ff52..0160aa91 100644 --- a/sbr/encode_rfc2047.c +++ b/sbr/encode_rfc2047.c @@ -8,6 +8,11 @@ #include +/* + * List of headers that contain addresses and as a result require special + * handling + */ + /* * Encode a message header using RFC 2047 encoding. We make the assumption * that all characters < 128 are ASCII and as a consequence don't need any @@ -41,3 +46,4 @@ encode: * Also, we're not permitted to encode email addresses, so * we need to actually _parse_ email addresses and only encode * the right bits. + */