about summary refs log tree commit homepage
path: root/script/public-inbox-mda
DateCommit message (Expand)
2023-11-13treewide: update read_all to avoid eof|close checks
2023-11-11mda: fix and test some usage problems
2023-11-11mda|learn|watch: support dropUniqueUnsubscribe config
2023-10-11treewide: consolidate "From " line removal
2023-08-28Fix some typos/grammar/errors in docs and comments
2021-01-01update copyrights for 2021
2020-12-09rename {pi_config} fields to {pi_cfg}
2020-09-02mda+learn: add --help / -h support
2020-08-02remove unnecessary ->header_obj calls
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-04-19favor `do {}' over `eval {}' for localized slurp
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-11-16mda: pass global variables into subs
2019-10-30mda: support multiple List-ID matches
2019-10-30mda: prepare for multiple destinations
2019-10-30inboxwritable: add assert_usable_dir sub
2019-10-30mda: skip MIME parsing if spam
2019-10-30mda: hoist out mda_filter_adjust
2019-10-30mda: hoist out List-ID handling and reuse in -learn
2019-10-17Merge remote-tracking branch 'origin/inboxdir'
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-16mda: support --no-precheck option
2019-10-15mda, watch: wire up List-ID header support
2019-09-09run update-copyrights from gnulib for 2019
2019-01-05filter/rubylang: fix SQLite DB lifetime problems
2018-07-29mda: allow configuring globally without spamc support
2018-07-29mda: v2: ensure message bodies are indexed
2018-07-29mda: use InboxWritable
2018-06-12public-inbox-mda: use <sysexits.h> status codes where applicable
2018-03-29mda: support v2 inboxes
2018-02-28use PublicInbox::MIME consistently
2018-02-07update copyrights for 2018
2017-01-10introduce PublicInbox::MIME wrapper class
2016-07-26mda: always call Import::done, even on dupes
2016-06-26mda: drop leading "From " lines again
2016-06-24split out spamcheck/spamc to its own module.
2016-06-21spawn: improve error checking for fork failures
2016-06-17import: auto-update index when done
2016-06-17mda: support loading arbitrary filters
2016-06-15mda: hook up new filter functionality
2016-06-15mda: precheck no longer depends on Email::Filter
2016-06-15drop dependency on File::Path::Expand
2016-05-30script/*{mda,learn}: no strict params for Email::MIME::ContentType
2016-05-25remove Email::Address dependency
2016-05-16declare Inbox object for reusability
2016-05-14rename most instances of "list" to "inbox"
2016-04-28import: run git-update-server-info when done
2016-04-25remove ssoma dependency
2016-02-27move executables to script/ directory