summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/docs/avoid-duplicates.txt
diff options
context:
space:
mode:
authorBarry Warsaw2009-11-04 22:01:45 -0500
committerBarry Warsaw2009-11-04 22:01:45 -0500
commite9c4ba828cea939e665cc91f46bbded8fcb887f0 (patch)
tree24c94144dc911da330150a0cb4387ec9272cf8df /src/mailman/pipeline/docs/avoid-duplicates.txt
parent40ad0384b82169a737f004321127d41bafe0632c (diff)
downloadmailman-e9c4ba828cea939e665cc91f46bbded8fcb887f0.tar.gz
mailman-e9c4ba828cea939e665cc91f46bbded8fcb887f0.tar.zst
mailman-e9c4ba828cea939e665cc91f46bbded8fcb887f0.zip
Diffstat (limited to 'src/mailman/pipeline/docs/avoid-duplicates.txt')
-rw-r--r--src/mailman/pipeline/docs/avoid-duplicates.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/pipeline/docs/avoid-duplicates.txt b/src/mailman/pipeline/docs/avoid-duplicates.txt
index 1493c4d04..22fc85207 100644
--- a/src/mailman/pipeline/docs/avoid-duplicates.txt
+++ b/src/mailman/pipeline/docs/avoid-duplicates.txt
@@ -7,7 +7,6 @@ reduce the reception of duplicate messages. It does this by removing certain
recipients from the list of recipients that earlier handler modules
(e.g. CalcRecips) calculates.
- >>> from mailman.app.lifecycle import create_list
>>> mlist = create_list('_xtest@example.com')
Create some members we're going to use.