diff options
| author | bwarsaw | 1999-11-16 16:59:49 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-11-16 16:59:49 +0000 |
| commit | 0460ed900a950272cf088ee8987beb4175326348 (patch) | |
| tree | f028a1f205d2be04da042da2fd9ecdf7878fcd6e | |
| parent | 161b77caafa00383f2ed53a1554cfe0006546370 (diff) | |
| download | mailman-0460ed900a950272cf088ee8987beb4175326348.tar.gz mailman-0460ed900a950272cf088ee8987beb4175326348.tar.zst mailman-0460ed900a950272cf088ee8987beb4175326348.zip | |
Typos found by Trevor Johnson.
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | README.QMAIL | 6 | ||||
| -rw-r--r-- | TODO | 8 |
3 files changed, 10 insertions, 10 deletions
@@ -8,7 +8,7 @@ Copyright (C) 1998 by the Free Software Foundation, Inc. the reason why. - Improvements to the Pipermail archiver which make things faster. - Primary change is that the .txt files are not gzip'd on every posted + Primary change is that the .txt files are not gzipped on every posted message. Instead, use the new cron script `nightly_gzip' to gzip the .txt file in batches (this means that the .txt file will lag behind the on-line archives a little). @@ -28,7 +28,7 @@ Copyright (C) 1998 by the Free Software Foundation, Inc. member by regular expression. - More child processes are reaped, which should eliminate most - occurances of zombie processes. + occurrences of zombie processes. - A few small miscellaneous bug fixes (including PR#99, PR#107) and improvements to the file locking algorithms. @@ -176,7 +176,7 @@ Copyright (C) 1998 by the Free Software Foundation, Inc. bin/add_members. - Admins can now get notification on subscriptions and - unsubscriptions. Post are now logged. + unsubscriptions. Posts are now logged. - The username portion of email addresses are now case-preserved for delivery purposes. All other address comparisions are diff --git a/README.QMAIL b/README.QMAIL index a7a9aee7e..3e540d336 100644 --- a/README.QMAIL +++ b/README.QMAIL @@ -34,14 +34,14 @@ Balazs Nagy (BN). where in this case the listname is e.g. zope-users. -- BN: If inbound messages are deivered by another user than mailman, - it's neccessary to allow it to access ~mailman. Be sure that +- BN: If inbound messages are delivered by another user than mailman, + it's necessary to allow it to access ~mailman. Be sure that ~mailman has group writing access and setgid bit is set. Then put the delivering user to mailman group, and you can deny access to ~mailman to others. Be sure that you can do the same with the WWW service. - By the way the best thing is to make a virtual mailserver to handle + By the way the best thing is to make a virtual mail server to handle all of the mail. Eg. make a CNAME record for the virtual mailserver (like `lists.kva.hu', thus a `mail.kva.hu IN CNAME lists.kva.hu') into the name service, put a `lists.kva.hu:mailman' line to @@ -95,9 +95,9 @@ The Mailman TODO list *Bounce handling - Add more patterns for bounce handling - Occasionally remove stale bounce entries -- Send mail to people that are being removed w/o their knowlege (even though - they're likely not to get it). -- Clean the code up, make it more robust and efficent (see also bugs) +- Send mail to people who are being removed without their knowledge + (even though they're likely not to get it). +- Clean the code up, make it more robust and efficient (see also BUGS) - Or trash the current approach and use something better - Reminders to disabled addresses. The idea is that if an addr is disabled due to bouncing, we should send out periodic reminders. We @@ -122,7 +122,7 @@ The Mailman TODO list exceptions.) - Make error messages indicate the file, mailing list, etc at fault, when possible. -- Seperate edit-options from the subscribe script. +- Separate edit-options from the subscribe script. - Remove dead code, etc. *News |
