Index: openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql,v diff -u -r1.20 -r1.20.2.1 --- openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql 5 Dec 2018 12:45:08 -0000 1.20 +++ openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql 10 Aug 2019 14:45:54 -0000 1.20.2.1 @@ -165,7 +165,7 @@ -- Can we recognize a change in server? --- rfc3501 does not specify a unqiue server id +-- rfc3501 does not specify a unique server id -- It specifies a unique id for a mailbox: UIDVALIDITY -- UIDVALIDITY is optional, quite useful. -- Rfc3501 specifies a unique id for each email: UID. Index: openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql,v diff -u -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql 29 Mar 2018 17:28:50 -0000 1.5 +++ openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql 10 Aug 2019 14:45:54 -0000 1.5.2.1 @@ -98,7 +98,7 @@ -- Can we recognize a change in server? --- rfc3501 does not specify a unqiue server id +-- rfc3501 does not specify a unique server id -- It specifies a unique id for a mailbox: UIDVALIDITY -- UIDVALIDITY is optional, quite useful. -- Rfc3501 specifies a unique id for each email: UID. Index: openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl,v diff -u -r1.15.2.3 -r1.15.2.4 --- openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl 16 Jun 2019 12:50:42 -0000 1.15.2.3 +++ openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl 10 Aug 2019 14:45:54 -0000 1.15.2.4 @@ -528,7 +528,7 @@ If check_subject_p is set 1, \ checks for common subjects identifying autoreplies. \ This is not recommended to rely on exclusively. \ - This feature provides a framework for expaning classification of \ + This feature provides a framework for extending classification of \ emails for deployment routing purposes.

If array includes keys from 'ns_imap struct', such as internaldate.*, \ @@ -572,7 +572,7 @@ {autoresponder} \ {x-autorespond} \ ] - # Theses were in auto_reply, but are not specific to replies: + # These were in auto_reply, but are not specific to replies: # {auto-generated} # {auto-notified} # See section on auto_gen types. (auto-submitted and the like) @@ -1284,7 +1284,7 @@ # uses an email beginning with a number. # Also, 'from' header could be spoofed.. # This practice should be deprecated in favor of signed - # acs_mail_lite::unqiue_id_create. + # acs_mail_lite::unique_id_create. # For emails originating elsewhere, another authentication # method, such as a pre-signed unique-id in message # content could be added as well. @@ -1728,7 +1728,7 @@ uidvalidity mailbox_host_name } { - Check email unqiue id (UID) against history in table. + Check email unique id (UID) against history in table. If already exists, returns 1 otherwise 0. Adds checked case to cache if not already there. @@ -2090,7 +2090,7 @@ # Note for imap paradigm: message-id should be in form: # - # and unqiue_id should map to + # and unique_id should map to # any package, party and/or object_id so # as to not leak info unnecessarily. # See table acs_mail_lite_send_msg_id_map @@ -2249,7 +2249,7 @@ # notifications package parameter EmailReplyAddressPrefix # Mail-Followup-To is set to same value, then calls acs_mail_lite::send - lappend check_list mail-followup-to to + lappend check_list mail-followup-to # Contribute x-envelope-from from legacy case in # acs_mail_lite::bounce_prefix? Index: openacs-4/packages/acs-mail-lite/tcl/legacy-inbound-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/legacy-inbound-procs.tcl,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-mail-lite/tcl/legacy-inbound-procs.tcl 16 Jun 2019 12:50:42 -0000 1.2.2.1 +++ openacs-4/packages/acs-mail-lite/tcl/legacy-inbound-procs.tcl 10 Aug 2019 14:45:54 -0000 1.2.2.2 @@ -250,7 +250,7 @@ {-subject ""} {-from ""} } { - Parse the subject, from and body to determin if the email is an auto reply + Parse the subject, from and body to determine if the email is an auto reply Typical autoreplies are "Out of office" messages. This is what the procedure does @param subject Subject of the Email that will be scanned for "out of office" Index: openacs-4/packages/acs-mail-lite/tcl/test/email-inbound-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/test/email-inbound-procs.tcl,v diff -u -r1.7.2.3 -r1.7.2.4 --- openacs-4/packages/acs-mail-lite/tcl/test/email-inbound-procs.tcl 18 Jun 2019 13:48:04 -0000 1.7.2.3 +++ openacs-4/packages/acs-mail-lite/tcl/test/email-inbound-procs.tcl 10 Aug 2019 14:45:54 -0000 1.7.2.4 @@ -744,7 +744,7 @@ party_id - datetime_cs - other { - aa_equals "r710 test acs_mail_lite::unqiue_id $n has val ''" $v "" + aa_equals "r710 test acs_mail_lite::unique_id $n has val ''" $v "" } datetime_not { set is_integer_p [string is wideinteger -strict $v] @@ -763,7 +763,7 @@ party_id - datetime_cs - other { - aa_equals "r710 test acs_mail_lite::unqiue_id $n has val ''" $v "" + aa_equals "r710 test acs_mail_lite::unique_id $n has val ''" $v "" } datetime_not { set is_integer_p [string is wideinteger -strict $v] Index: openacs-4/packages/acs-mail-lite/www/doc/imap-test.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/www/doc/imap-test.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-mail-lite/www/doc/imap-test.tcl 19 Feb 2018 19:14:27 -0000 1.2 +++ openacs-4/packages/acs-mail-lite/www/doc/imap-test.tcl 10 Aug 2019 14:45:54 -0000 1.2.2.1 @@ -1,5 +1,5 @@ ad_page_contract { - Provies a framework for manually testing acs_mail_lite procs + Provides a framework for manually testing acs_mail_lite procs A dummy mailbox value provided to show example of what is expected. } { {user ""} Index: openacs-4/packages/acs-mail-lite/www/doc/inbound.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/www/doc/inbound.adp,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-mail-lite/www/doc/inbound.adp 19 Jul 2019 08:50:14 -0000 1.2.2.1 +++ openacs-4/packages/acs-mail-lite/www/doc/inbound.adp 10 Aug 2019 14:45:54 -0000 1.2.2.2 @@ -52,7 +52,7 @@ with the bounced email address.

A separate process checks if an email account - needs to inactivate notifications due to chronic bounce errors: + needs to deactivate notifications due to chronic bounce errors:

In case of multiple services on one system, create a bounce email -for each of them (e.g. changeing "bounce" to +for each of them (e.g. changing "bounce" to "bounce_service1") and create a new user that runs the aolserver process for each of them. You do not want to have service1 deal with bounces for service2. Index: openacs-4/packages/acs-mail-lite/www/doc/maildir-actives-reset.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/www/doc/maildir-actives-reset.tcl,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/acs-mail-lite/www/doc/maildir-actives-reset.tcl 17 Feb 2018 17:08:31 -0000 1.1 +++ openacs-4/packages/acs-mail-lite/www/doc/maildir-actives-reset.tcl 10 Aug 2019 14:45:54 -0000 1.1.2.1 @@ -1,5 +1,5 @@ ad_page_contract { - Provies a framework for manually testing acs_mail_lite procs + Provides a framework for manually testing acs_mail_lite procs A dummy mailbox value provided to show example of what is expected. } { {mail_dir ""} Index: openacs-4/packages/acs-mail-lite/www/doc/maildir-test.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/www/doc/maildir-test.tcl,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/acs-mail-lite/www/doc/maildir-test.tcl 17 Feb 2018 17:08:31 -0000 1.1 +++ openacs-4/packages/acs-mail-lite/www/doc/maildir-test.tcl 10 Aug 2019 14:45:54 -0000 1.1.2.1 @@ -1,5 +1,5 @@ ad_page_contract { - Provies a framework for manually testing acs_mail_lite procs + Provides a framework for manually testing acs_mail_lite procs A dummy mailbox value provided to show example of what is expected. } { {mail_dir ""}