commit 9ccd182245d5924cf90a4152b032fca5b99d32e6 [browse]
Author: Eric Wong
Date: 2020-05-10 07:01:46 Z
public-inbox 1.5.0
commit 9ccd182245d5924cf90a4152b032fca5b99d32e6 [browse]
Author: Eric Wong
Date: 2020-05-09 09:09:00 Z
various doc updates ahead of 1.5.0
commit 9ccd182245d5924cf90a4152b032fca5b99d32e6 [browse]
Author: Eric Wong
Date: 2020-05-10 06:21:05 Z
eml: rename limits to match postfix names
They're still part of our internal API at this point, but
reusing the same names as those used by postfix makes sense for
now to reduce cognitive overheads of learning new things.
There's no "mime_parts_limit", but the name is consistent
with "mime_nesting_limit".
commit 9ccd182245d5924cf90a4152b032fca5b99d32e6 [browse]
Author: Eric Wong
Date: 2020-05-10 06:21:04 Z
eml: enforce a maximum header length
While our header processing is more efficient than
Email::*::Header, capping the maximum size for a `m//g' match
still limits memory growth on a header we care for.
Use the same limit as postfix (header_size_limit=102400), since
messages fetched via git/HTTP/NNTP/etc can bypass MTA limits.
commit 9ccd182245d5924cf90a4152b032fca5b99d32e6 [browse]
Author: Eric Wong
Date: 2020-05-09 08:37:00 Z
search: remove documentation for "lid:"
I'm not sure it's necessary, since "mid:" is similarly
undocumented. Also, "t:", "c:", "f:" don't offer boolean
analogues for exact matches on To/Cc/From headers, despite
having similar tokens as List-Id inside angle brackets.
clone the repository to get more history