Skip to content

Commit

Permalink
Remove arc_mail_parse()
Browse files Browse the repository at this point in the history
This has no tests or internal usage, is not directly useful for
integrating ARC, and at best implements an outdated version of this
parsing.
  • Loading branch information
flowerysong committed Oct 27, 2024
1 parent a75d024 commit ecd1a97
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 759 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ All notable changes to this project will be documented in this file.
- milter - An `ar-test` program for seeing how `Authentication-Results`
headers are parsed is built without making you jump through weird hoops.

### Removed
- libopenarc - `arc_mail_parse()`

### Fixed
- libopenarc - Seals on failed chains only cover the latest ARC header set,
as required by [RFC 8617 section 5.1.2](https://datatracker.ietf.org/doc/html/rfc8617#section-5.1.2).
Expand Down
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ libopenarc_libopenarc_la_SOURCES = \
libopenarc/arc-internal.h \
libopenarc/arc-keys.c \
libopenarc/arc-keys.h \
libopenarc/arc-mailparse.c \
libopenarc/arc-mailparse.h \
libopenarc/arc-tables.c \
libopenarc/arc-tables.h \
libopenarc/arc-types.h \
Expand Down
Loading

0 comments on commit ecd1a97

Please sign in to comment.