about summary refs log tree commit homepage
path: root/lib/PublicInbox/Spamcheck/Spamc.pm
DateCommit message (Expand)
2023-12-08workaround --headers bug with spamc(1)
2023-10-28treewide: use run_qx where appropriate
2023-10-08rename ProcessPipe to ProcessIO
2023-09-26spawn: add run_wait to simplify spawn+waitpid use
2023-09-26spamcheck/spamc: rely on ProcessPipe instead of waitpid
2023-03-14spamcheck: use v5.12 and golf
2021-01-01update copyrights for 2021
2020-05-20spamcheck/spamc: use localized slurp to read from spamc
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-11spawn (and thus popen_rd) die on failure
2020-01-01spamcheck/spamc: pass GLOB handles instead of FD numbers
2019-09-09run update-copyrights from gnulib for 2019
2019-01-09doc: various overview-level module comments
2018-02-07update copyrights for 2018
2017-06-26spamc: retry on EINTR
2016-11-26avoid IO::File for anonymous temporary files
2016-06-26spamcheck/spamc: fix compatibility with Perl 5.14.2
2016-06-24split out spamcheck/spamc to its own module.