Metadata-Version: 2.3
Name: mailman-custom-pipeline-plugin
Version: 0.1.0
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.9
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.
