diff options
| author | Barry Warsaw | 2015-09-13 20:30:19 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2015-09-13 20:30:19 +0000 |
| commit | 2f6a250ca38a8846c1d417c380d6311de35c3ee7 (patch) | |
| tree | 79a077b3a16f18cea95e3f7b0620cebcab6f887b /src/mailman/core/pipelines.py | |
| parent | ccedcb5f4efaeb14300626ca00b3baf34af6e6e5 (diff) | |
| parent | 9c710fe9fa1f95eb5eeafe29b0933bdf01492154 (diff) | |
| download | mailman-2f6a250ca38a8846c1d417c380d6311de35c3ee7.tar.gz mailman-2f6a250ca38a8846c1d417c380d6311de35c3ee7.tar.zst mailman-2f6a250ca38a8846c1d417c380d6311de35c3ee7.zip | |
Diffstat (limited to 'src/mailman/core/pipelines.py')
| -rw-r--r-- | src/mailman/core/pipelines.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/core/pipelines.py b/src/mailman/core/pipelines.py index b929dd23f..2a42b1b67 100644 --- a/src/mailman/core/pipelines.py +++ b/src/mailman/core/pipelines.py @@ -123,6 +123,7 @@ class PostingPipeline(BasePipeline): 'to-usenet', 'after-delivery', 'acknowledge', + 'decorate', 'to-outgoing', ) |
