Ticket #3 (new defect)
Opened 3 years ago
comments are lost
| Reported by: | igloo | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Maciej Piechotka <uzytkownik2@…> says:
ghci> let ([h], Nothing) = parse_headers "Message-ID:
example@example.com (test)"
ghci> h
Header {h_raw_header = ["Message-ID: example@example.com (test)"],
h_raw_name = "Message-ID:", h_name = "message-id:", h_body = "
example@example.com ()"}
shouldn't it be:
Header {h_raw_header = ["Message-ID: example@example.com (test)"],
h_raw_name = "Message-ID:", h_name = "message-id:", h_raw_body = "
example@example.com (test)", h_body = " example@example.com "}
Note: See
TracTickets for help on using
tickets.
