From eb1212229a6f63690d703efe8537701aec4b622b Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 18 Nov 2007 17:59:38 -0800 Subject: Privacy.py - Last check-in was too agressive at removing trailing blanks. --- Mailman/Gui/Privacy.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Mailman') 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
Confirm and approve - both confirm and approve - +

(*) 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
Confirm and approve - both confirm and approve - +

(*) 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. - +

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. - +

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 -- cgit v1.2.3