diff options
| author | Aurélien Bompard | 2015-09-12 10:54:22 +0200 |
|---|---|---|
| committer | Aurélien Bompard | 2015-09-12 10:54:22 +0200 |
| commit | 2d82e2c93b1b5a243c53edc2a0b8a5be1dabb5f8 (patch) | |
| tree | 88b61d251de5db3308cee96b6812dce0d23938f1 /src/mailman/core/pipelines.py | |
| parent | 18b4c4b06735c4b5998a8dfacce35c38137c0905 (diff) | |
| download | mailman-2d82e2c93b1b5a243c53edc2a0b8a5be1dabb5f8.tar.gz mailman-2d82e2c93b1b5a243c53edc2a0b8a5be1dabb5f8.tar.zst mailman-2d82e2c93b1b5a243c53edc2a0b8a5be1dabb5f8.zip | |
Diffstat (limited to 'src/mailman/core/pipelines.py')
| -rw-r--r-- | src/mailman/core/pipelines.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/core/pipelines.py b/src/mailman/core/pipelines.py index 2c0f7c221..2a42b1b67 100644 --- a/src/mailman/core/pipelines.py +++ b/src/mailman/core/pipelines.py @@ -118,12 +118,12 @@ class PostingPipeline(BasePipeline): 'cook-headers', 'subject-prefix', 'rfc-2369', - 'decorate', 'to-archive', 'to-digest', 'to-usenet', 'after-delivery', 'acknowledge', + 'decorate', 'to-outgoing', ) |
