• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bumped version number for 5.6.0a1

  1. … 22 more files in changeset.
Implements TIP #140. Rollout support params are package parameters now (instead of config.tcl ones). ns_sendmail is now deprecated but provided as a wrapper to acs_mail_lite::send for backward compatibility.

Spanish translation

    • -0
    • +2
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
  1. … 13 more files in changeset.
Somehow managed to forget committing the version bump to 5.5.1 to CVS

  1. … 22 more files in changeset.
Bumped version number to 5.5.1b1 in preparation for release.

  1. … 22 more files in changeset.
Added comment to explain Dcc vs Bcc

Rolling back Victor's change. DCC is correct (BCC wouldn't work as expected).

most likely the author meant BCC instead of DCC.

Bumped version to 5.5.1d1

  1. … 22 more files in changeset.
Merged info files from 5.5.0

  1. … 22 more files in changeset.
Bumped info files in preparation for final release.

  1. … 22 more files in changeset.
Bumped version number and release date in anticipation of releasing beta1

after tomorrow's OCT meeting.

  1. … 22 more files in changeset.
Bumped HEAD to 5.6.0d1.

  1. … 22 more files in changeset.
Bumped release date as I'll be releasing today.

  1. … 22 more files in changeset.
Update package description

Update package description

Bumped version numbers

  1. … 22 more files in changeset.
Added rollout support without using ns_sendmail anymore. Beware that the email message will be print out to the log raw, so if there are attachments, they will be print out too.

    • -56
    • +102
    ./tcl/acs-mail-lite-procs.tcl
Remove complex-send as agreed in TIP#127

    • -1
    • +0
    ./lib/view-complex-send-mail-queue.adp
    • -15
    • +0
    ./lib/view-complex-send-mail-queue.tcl
    • -37
    • +0
    ./lib/view-complex-send-mail-queue.xql
    • -44
    • +0
    ./sql/oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql
    • -3
    • +1
    ./sql/postgresql/acs-mail-lite-create.sql
    • -3
    • +1
    ./sql/postgresql/acs-mail-lite-drop.sql
    • -39
    • +0
    ./sql/postgresql/complex-create.sql
  1. … 6 more files in changeset.
the arg is -paramter not -name to parameter::get_from_package_key, not sure how this ever worked...

remove duplicate procs bounce_prefix and address_domain which live in incoming-mail-procs.tcl and bounce-procs.tcl

Added missing spanish translations

    • -0
    • +3
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
  1. … 7 more files in changeset.
- eliminated dead code

    • -6
    • +2
    ./tcl/acs-mail-lite-callback-procs.tcl
Fix typo user should be user_id

    • -2
    • +2
    ./tcl/acs-mail-lite-callback-procs.tcl
- reduce lock contention with other background jobs scheduled at full minutes

  1. … 1 more file in changeset.
Preparing for release:

1. Created new ChangeLog file

2. Created new docs

3. Bumped version numbers

  1. … 152 more files in changeset.
Bumped version numbers to 5.4.3b1.

  1. … 21 more files in changeset.
TIP#127 Add object_id as optional parameter to acs_mail_lite::send

    • -1
    • +4
    ./tcl/acs-mail-lite-callback-procs.tcl
    • -3
    • +6
    ./tcl/acs-mail-lite-procs-postgresql.xql
Envelope sender disappeared during the refactoring of send between 5.3 and 5.4 and therefore was set using the from address. This led messages to be identified as junk by SPF, and bounces to be sent back to the user. This is a fix that puts the correct envelope sender back.

Since acs_mail_lite::send now accepts a multiple TO address, the user_id part of the bounce address it set to 0 if there are multiple recipients.

Envelope sender disappeared during the refactoring of send between 5.3 and 5.4 and therefore was set using the from address. This led messages to be identified as junk by SPF, and bounces to be sent back to the user. This is a fix that puts the correct envelope sender back.

Since acs_mail_lite::send now accepts a multiple TO address, the user_id part of the bounce address it set to 0 if there are multiple recipients.