diff options
| author | viega | 1998-06-02 02:45:24 +0000 |
|---|---|---|
| committer | viega | 1998-06-02 02:45:24 +0000 |
| commit | 0ad5a853e084e6b606e5a5dcd21ee2656f828af6 (patch) | |
| tree | cf201a17f9a5c7e7ea72e03019d386a95152e937 | |
| parent | cd53b609d25ab341c7440b8d1cd74e86bc94d4bf (diff) | |
| download | mailman-0ad5a853e084e6b606e5a5dcd21ee2656f828af6.tar.gz mailman-0ad5a853e084e6b606e5a5dcd21ee2656f828af6.tar.zst mailman-0ad5a853e084e6b606e5a5dcd21ee2656f828af6.zip | |
| -rw-r--r-- | Mailman/Digester.py | 6 | ||||
| -rw-r--r-- | modules/mm_digest.py | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py index ee88fc120..1df4e006b 100644 --- a/Mailman/Digester.py +++ b/Mailman/Digester.py @@ -17,7 +17,7 @@ """Mixin class with list-digest handling methods and settings.""" -__version__ = "$Revision: 645 $" +__version__ = "$Revision: 669 $" import mm_utils, mm_err, mm_message, mm_cfg import time, os, string, re @@ -277,11 +277,11 @@ class Digester: if text_recipients: self.DeliverToList(d.Present(mime=0), - text_recipients, news=0, remove_to=1) + text_recipients, remove_to=1) if mime_recipients: self.DeliverToList(d.Present(mime=1), mime_recipients, - remove_to=1, news=0, tmpfile_prefix = "mime.") + remove_to=1, tmpfile_prefix = "mime.") class Digest: "Represent a maillist digest, presentable in either plain or mime format." diff --git a/modules/mm_digest.py b/modules/mm_digest.py index ee88fc120..1df4e006b 100644 --- a/modules/mm_digest.py +++ b/modules/mm_digest.py @@ -17,7 +17,7 @@ """Mixin class with list-digest handling methods and settings.""" -__version__ = "$Revision: 645 $" +__version__ = "$Revision: 669 $" import mm_utils, mm_err, mm_message, mm_cfg import time, os, string, re @@ -277,11 +277,11 @@ class Digester: if text_recipients: self.DeliverToList(d.Present(mime=0), - text_recipients, news=0, remove_to=1) + text_recipients, remove_to=1) if mime_recipients: self.DeliverToList(d.Present(mime=1), mime_recipients, - remove_to=1, news=0, tmpfile_prefix = "mime.") + remove_to=1, tmpfile_prefix = "mime.") class Digest: "Represent a maillist digest, presentable in either plain or mime format." |
