diff options
| author | bwarsaw | 2000-02-25 04:40:17 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-02-25 04:40:17 +0000 |
| commit | d97515056076126319a538173294e62c20f876fb (patch) | |
| tree | 6e8ea216ad5eee5fdd424224f8650b0890ead04d /Mailman/Autoresponder.py | |
| parent | 52c94d82cb988451659e03273007249fca540005 (diff) | |
| download | mailman-d97515056076126319a538173294e62c20f876fb.tar.gz mailman-d97515056076126319a538173294e62c20f876fb.tar.zst mailman-d97515056076126319a538173294e62c20f876fb.zip | |
Diffstat (limited to 'Mailman/Autoresponder.py')
| -rw-r--r-- | Mailman/Autoresponder.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Autoresponder.py b/Mailman/Autoresponder.py index 8fe22f26f..4f83b5eed 100644 --- a/Mailman/Autoresponder.py +++ b/Mailman/Autoresponder.py @@ -40,7 +40,7 @@ class Autoresponder: ('autorespond_postings', mm_cfg.Toggle, ('No', 'Yes'), 0, 'Should Mailman send an auto-response to mailing list posters?'), - ('autoresponse_postings_text', mm_cfg.Text, ('6', '30'), 0, + ('autoresponse_postings_text', mm_cfg.FileUpload, ('6', '30'), 0, """Auto-response text to send to mailing list posters. Python %(string)s interpolation is performed on the text with the following key/value pairs.<p> @@ -53,7 +53,7 @@ key/value pairs.<p> 'Should Mailman send an auto-response to emails sent to the ' '-admin address?'), - ('autoresponse_admin_text', mm_cfg.Text, ('6', '30'), 0, + ('autoresponse_admin_text', mm_cfg.FileUpload, ('6', '30'), 0, """Auto-response text to send to -admin emails. Python %(string)s interpolation is performed on the text with the following key/value pairs.<p> |
