]> Sergey Matveev's repositories - public-inbox.git/commit
filter: begin work on a new filter API
authorEric Wong <e@80x24.org>
Wed, 15 Jun 2016 00:14:27 +0000 (00:14 +0000)
committerEric Wong <e@80x24.org>
Wed, 15 Jun 2016 00:15:11 +0000 (00:15 +0000)
commit61f05bf5869c3f471a16926b1a837ab0d95fb095
tree41841dbde442f896ca5ba0495284cbbd6de784ac
parent41aa4756879765d0c6d4d6e8754e0037b1a56fcc
filter: begin work on a new filter API

This filter API should be independent of Email::Filter and
hopefully less intrusive to long running processes.
lib/PublicInbox/Filter/Base.pm [new file with mode: 0644]
lib/PublicInbox/Filter/Mirror.pm [new file with mode: 0644]
lib/PublicInbox/Filter/Vger.pm [new file with mode: 0644]
t/filter_base.t [new file with mode: 0644]
t/filter_mirror.t [new file with mode: 0644]
t/filter_vger.t [new file with mode: 0644]