diff options
| author | bwarsaw | 2002-10-23 13:36:58 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-10-23 13:36:58 +0000 |
| commit | 8632de8abad14a0bff3d6dba64312bdea12b7e8a (patch) | |
| tree | 2d702956d7747d394c5b7704bf4d0616f495ddda /Mailman/Deliverer.py | |
| parent | 6cd3ad3bee6a89aa2f367e1bf3fbb549537da6b3 (diff) | |
| download | mailman-8632de8abad14a0bff3d6dba64312bdea12b7e8a.tar.gz mailman-8632de8abad14a0bff3d6dba64312bdea12b7e8a.tar.zst mailman-8632de8abad14a0bff3d6dba64312bdea12b7e8a.zip | |
Diffstat (limited to 'Mailman/Deliverer.py')
| -rw-r--r-- | Mailman/Deliverer.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/Deliverer.py b/Mailman/Deliverer.py index 8322e678e..ee61c6755 100644 --- a/Mailman/Deliverer.py +++ b/Mailman/Deliverer.py @@ -128,8 +128,7 @@ your membership administrative address, %(addr)s.''')) _charset=Utils.GetCharSet(self.preferred_language)) attachment = MIMEMessage(msg) notice = Message.OwnerNotification( - self, self.GetBouncesEmail(), subject, - tomoderators=tomoderators) + self, subject, tomoderators=tomoderators) # Make it look like the message is going to the -owner address notice.set_type('multipart/mixed') notice.attach(text) |
