diff options
| author | mailman | 1998-04-09 22:15:21 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 22:15:21 +0000 |
| commit | dcf8391dd822b34a9fd8e0163e47a027ddff49fe (patch) | |
| tree | 48acdf4690fc2252dbb840098bba3208198ee2b3 /modules/maillist.py | |
| parent | 686fb9b81d1b9920f6d3dc29e4cda9caeaf0e2b4 (diff) | |
| download | mailman-dcf8391dd822b34a9fd8e0163e47a027ddff49fe.tar.gz mailman-dcf8391dd822b34a9fd8e0163e47a027ddff49fe.tar.zst mailman-dcf8391dd822b34a9fd8e0163e47a027ddff49fe.zip | |
Diffstat (limited to 'modules/maillist.py')
| -rw-r--r-- | modules/maillist.py | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/modules/maillist.py b/modules/maillist.py index 01b0bf020..19c42ee4d 100644 --- a/modules/maillist.py +++ b/modules/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'] = [ |
