• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
need to catch close since if close fails you could send message over and over

Using the hostname is considerable better than using ad_url. Just in case we strip out "http://" in case someone accidently set the hostname with an http:// in front (not sure if AOLserver would allow this in the first place, but the devil is in the details).

ad_url is supposed to work even if ns_hostname resolves to a non existing domain for whatever the reason

Added a catch, just in case

Changes to accomodate latest version of file upload proc

  1. … 1 more file in changeset.
I forgot to set the subject in the mime type

well, you should be able to send the f*** mail...

added a callback for ::send as well

Added complex_send procedure

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Move a lot of the ns_log statements to Debug level instead of Notice.

Trimming off any lingering CR (\r) line terminators before appending CRLF (\r\n). build_mime_message was leaving extra CRs around, causing some havoc for certain mail servers and clients when running with SMTP.

Fix bug in patch 528 for bug 1887 applied by me with a typo. Noticed by

Steve Woodcock.

Applying patch 528 for bug 1887: Single point in mail body causes problems.

Merging rollout support from HEAD back to oacs-5-1.

turn extraheaders back into an ns_set for calling ns_sendmail, don't use ns_sendmail unless acs-rollout-support is redefining ns_sendmail

Handles multiple email addresses in the to headers better.

Added a comment that I'm unsure if the send proc handles multiple to

addresses correctly.

Fixes rollout support, bug #1895.

  1. … 1 more file in changeset.
Applied patch #529 (hope that's alright): Patch to correct problems

regarding sendmail procedure in acs-mail-lite-procs.tcl. This should

fix bug #1888.

merging acs-mail-lite oacs-5-1 with head, since head works but the other doesnt

  1. … 3 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
maltes change broke sending mail because he reversed the result of bouncing_user_p and bouncing_email_p (mostly because the query was misnamed can_send_p and should have been bouncing_p since that was the sense of the return

  1. … 1 more file in changeset.
Default send_p variable

More changes due to continuous user_id and user_name problems. Looking forward to more testing by others.

  1. … 1 more file in changeset.
Fixed problem with not determinable package_id. Fixed problem with mails not beeing send to users that are not members of the site.

New Version of Acs-Mail-Lite with support for bounce management

  1. … 7 more files in changeset.
Added code to ensure that subject does not contain line breaks

merge of 4.6.3b1 to HEAD

  1. … 43 more files in changeset.
Applied patch #112.