diff options
| author | bwarsaw | 2002-10-15 22:40:28 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-10-15 22:40:28 +0000 |
| commit | fb22b4640e0ecd2a1e408b2d7981a3804e373757 (patch) | |
| tree | 2d2736b5b1edc10cad8b8dfe8cb4966a95ceefbc | |
| parent | 8c8fb71d9e348baf4479ba6b6556f3b45aa73082 (diff) | |
| download | mailman-fb22b4640e0ecd2a1e408b2d7981a3804e373757.tar.gz mailman-fb22b4640e0ecd2a1e408b2d7981a3804e373757.tar.zst mailman-fb22b4640e0ecd2a1e408b2d7981a3804e373757.zip | |
| -rw-r--r-- | Mailman/Defaults.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 305ea54c5..bbc63b3e0 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -369,7 +369,7 @@ SMTP_MAX_RCPTS = 500 # consecutive sessions. SMTP_MAX_SESSIONS_PER_CONNECTION = 0 -# Maximum number of simulatenous subthreads that will be used for SMTP +# Maximum number of simultaneous subthreads that will be used for SMTP # delivery. After the recipients list is chunked according to SMTP_MAX_RCPTS, # each chunk is handed off to the smptd by a separate such thread. If your # Python interpreter was not built for threads, this feature is disabled. You |
