Metadata-Version: 2.4
Name: mailman-custom-pipeline-plugin
Version: 0.1.1
Summary: Mailman 3 Plugin to custome pipeline by the configuration file
Author-email: SATOH Fumiyasu <fumiyas@osstech.co.jp>
License: GPLv3
Requires-Python: >=3.11
Requires-Dist: mailman<3.4,>=3.3.11a
Provides-Extra: test
Requires-Dist: mailman@ git+https://gitlab.com/mailman/mailman.git@master ; extra == 'test'
Requires-Dist: nose2; extra == 'test'
Description-Content-Type: text/markdown

---
title: "Mailman Custom Pipeline Plugin"
---

This is a plugin for Mailman 3 to define 2 special pipelines with handlers:

* `custom-owner-pipeline`
    * Clone of the builtin `default-owner-pipeline`.
* `custom-posting-pipeline`
    * Clone of the builtin `default-posting-pipeline`.

Handlers (handler names) specified in the plugin configuration file
(TOML format) are inserted or removed from the pipelines.
