diff options
| author | Barry Warsaw | 2008-10-06 22:07:04 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-10-06 22:07:04 -0400 |
| commit | c7340d712c640fa5992518a7cf16272f634abccc (patch) | |
| tree | 99057710fbc7b92eaa1720daea4c3a6cd5929cf3 /mailman/rules/docs | |
| parent | 6f4351721559e8b7b577d3a01216fec88121ed11 (diff) | |
| parent | f0c9fad6372a645981b5c72fe02a6ad62f35790f (diff) | |
| download | mailman-c7340d712c640fa5992518a7cf16272f634abccc.tar.gz mailman-c7340d712c640fa5992518a7cf16272f634abccc.tar.zst mailman-c7340d712c640fa5992518a7cf16272f634abccc.zip | |
branch merge
Diffstat (limited to '')
| -rw-r--r-- | mailman/rules/docs/emergency.txt | 2 | ||||
| -rw-r--r-- | mailman/rules/docs/header-matching.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mailman/rules/docs/emergency.txt b/mailman/rules/docs/emergency.txt index 56eceaccb..6437ba626 100644 --- a/mailman/rules/docs/emergency.txt +++ b/mailman/rules/docs/emergency.txt @@ -19,7 +19,7 @@ list are held for moderator approval. The emergency rule is matched as part of the built-in chain. The emergency rule matches if the flag is set on the mailing list. - >>> from mailman.app.chains import process + >>> from mailman.core.chains import process >>> mlist.emergency = True >>> process(mlist, msg, {}, 'built-in') diff --git a/mailman/rules/docs/header-matching.txt b/mailman/rules/docs/header-matching.txt index 78554526a..0dd917a71 100644 --- a/mailman/rules/docs/header-matching.txt +++ b/mailman/rules/docs/header-matching.txt @@ -28,7 +28,7 @@ the chain untouched (i.e. no disposition). ... This is a message. ... """) - >>> from mailman.app.chains import process + >>> from mailman.core.chains import process Pass through is seen as nothing being in the log file after processing. |
