summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py
diff options
context:
space:
mode:
authormailman1998-04-09 22:15:21 +0000
committermailman1998-04-09 22:15:21 +0000
commitdcf8391dd822b34a9fd8e0163e47a027ddff49fe (patch)
tree48acdf4690fc2252dbb840098bba3208198ee2b3 /Mailman/MailList.py
parent686fb9b81d1b9920f6d3dc29e4cda9caeaf0e2b4 (diff)
downloadmailman-dcf8391dd822b34a9fd8e0163e47a027ddff49fe.tar.gz
mailman-dcf8391dd822b34a9fd8e0163e47a027ddff49fe.tar.zst
mailman-dcf8391dd822b34a9fd8e0163e47a027ddff49fe.zip
Diffstat (limited to 'Mailman/MailList.py')
-rw-r--r--Mailman/MailList.py15
1 files changed, 9 insertions, 6 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index 01b0bf020..19c42ee4d 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -380,13 +380,16 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
"Use this option to prohibit posts according to specific header"
" values. The target value is a regular-expression for"
" matching against the specified header. The match is done"
- " disregarding letter case."
- " <p>For example:<pre>to: .*@public.com </pre> says"
- " to hold all postings with a <em>TO</em> header containing"
- " '@public.com' anywhere among the addresses."
- " <p>Note that leading whitespace is trimmed from the"
+ " disregarding letter case. Lines beginning with '#' are"
+ " ignored as comments."
+ "<p>For example:<pre>to: .*@public.com </pre> says"
+ " to hold all postings with a <em>to</em> mail header"
+ " containing '@public.com' anywhere among the addresses."
+ "<p>Note that leading whitespace is trimmed from the"
" regexp. This can be circumvented in a number of ways, eg"
- " by escaping or bracketing it."),
+ " by escaping or bracketing it."
+ "<p> See also the <em>forbidden_posters</em> option for"
+ " a related mechanism."),
]
config_info['nondigest'] = [