diff options
author | Mark Sapiro <msapiro@value.net> | 2007-11-18 17:59:38 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2007-11-18 17:59:38 -0800 |
commit | eb1212229a6f63690d703efe8537701aec4b622b (patch) | |
tree | 434a1b688fe77e1033cafd372baa38653707cf9d | |
parent | 588890f16d73b3497ee86ae2ed2176de1190da6c (diff) | |
download | mailman2-eb1212229a6f63690d703efe8537701aec4b622b.tar.gz mailman2-eb1212229a6f63690d703efe8537701aec4b622b.tar.xz mailman2-eb1212229a6f63690d703efe8537701aec4b622b.zip |
Privacy.py - Last check-in was too agressive at removing trailing blanks.
-rw-r--r-- | Mailman/Gui/Privacy.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 3ed995eb..635fef52 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -67,7 +67,7 @@ class Privacy(GUIBase): Require approval - require list administrator Approval for subscriptions <br> Confirm and approve - both confirm and approve - + <p>(*) when someone requests a subscription, Mailman sends them a notice with a unique subscription request number that they must reply to @@ -88,7 +88,7 @@ class Privacy(GUIBase): Require approval - require list administrator approval for subscriptions <br> Confirm and approve - both confirm and approve - + <p>(*) when someone requests a subscription, Mailman sends them a notice with a unique subscription request number that they must reply to @@ -359,13 +359,13 @@ class Privacy(GUIBase): against every recipient address in the message. The matching is performed with Python's re.match() function, meaning they are anchored to the start of the string. - + <p>For backwards compatibility with Mailman 1.1, if the regexp does not contain an `@', then the pattern is matched against just the local part of the recipient address. If that match fails, or if the pattern does contain an `@', then the pattern is matched against the entire recipient address. - + <p>Matching against the local part is deprecated; in a future release, the pattern will always be matched against the entire recipient address.""")), @@ -399,7 +399,7 @@ class Privacy(GUIBase): case, each rule is matched in turn, with processing stopped after the first match. - Note that headers are collected from all the attachments + Note that headers are collected from all the attachments (except for the mailman administrivia message) and matched against the regular expressions. With this feature, you can effectively sort out messages with dangerous file |