summaryrefslogtreecommitdiff
path: root/Mailman/rules/docs/suspicious.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/rules/docs/suspicious.txt')
-rw-r--r--Mailman/rules/docs/suspicious.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/rules/docs/suspicious.txt b/Mailman/rules/docs/suspicious.txt
index 6b0eeda35..34aed22dc 100644
--- a/Mailman/rules/docs/suspicious.txt
+++ b/Mailman/rules/docs/suspicious.txt
@@ -14,7 +14,7 @@ confusing to users, and the list attribute that controls this is misnamed.
Set the so-called suspicious header configuration variable.
>>> mlist.bounce_matching_headers = u'From: .*person@(blah.)?example.com'
- >>> msg = message_from_string(u"""\
+ >>> msg = message_from_string("""\
... From: aperson@example.com
... To: _xtest@example.com
... Subject: An implicit message
@@ -26,7 +26,7 @@ Set the so-called suspicious header configuration variable.
But if the header doesn't match the regular expression, the rule won't match.
This one comes from a .org address.
- >>> msg = message_from_string(u"""\
+ >>> msg = message_from_string("""\
... From: aperson@example.org
... To: _xtest@example.com
... Subject: An implicit message