summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorbwarsaw1998-08-29 06:33:53 +0000
committerbwarsaw1998-08-29 06:33:53 +0000
commit419e0dfe465c155871722bd17e0a84aa4e318977 (patch)
tree628d887ab4dabcc12ac96b2e91089c3795fe0894 /scripts
parent563fd7b2c9aeda8cc7f1526e170ae20d5ab9aa4d (diff)
downloadmailman-419e0dfe465c155871722bd17e0a84aa4e318977.tar.gz
mailman-419e0dfe465c155871722bd17e0a84aa4e318977.tar.zst
mailman-419e0dfe465c155871722bd17e0a84aa4e318977.zip
SendTextToUser() no longer takes a raw argument
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/post3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/post b/scripts/post
index 94710fb27..d07a718c5 100755
--- a/scripts/post
+++ b/scripts/post
@@ -91,8 +91,7 @@ notification of the moderator's decison.
current_list.SendTextToUser( subject = 'Mail sent to %s' %
current_list.real_name,
recipient = the_sender,
- text = body,
- raw = 1)
+ text = body)
# Let another process run.
finally:
current_list.Unlock()